annotate picard_SamToFastq.xml @ 26:9ffcddf6f9c0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
author iuc
date Mon, 17 Feb 2020 10:24:29 -0500
parents 2a17c789e0a5
children 881d7645d1bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 14
diff changeset
1 <tool name="SamToFastq" id="picard_SamToFastq" version="@TOOL_VERSION@.@WRAPPER_VERSION@">
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
2 <description>extract reads and qualities from SAM/BAM dataset and convert to fastq</description>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
3 <macros>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
4 <import>picard_macros.xml</import>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
5 <token name="@WRAPPER_VERSION@">2</token>
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
6 </macros>
8
3a3234d7a2e8 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
devteam
parents: 5
diff changeset
7 <expand macro="requirements" />
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
9
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
10 @java_options@
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
11 @symlink_element_identifier@
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
12
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
13 picard
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
14 SamToFastq
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
15
14
465cbb0cf2eb planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 74ee0f0b594075fab7f707aaffb4a7f9dac35f2f
devteam
parents: 13
diff changeset
16 INPUT='$escaped_element_identifier'
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
17
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
18 #if str($single_or_paired) == "pe_interleaved":
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
19 FASTQ='${interleaved_fastq}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
20 INTERLEAVE=TRUE
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
21 #else if str($single_or_paired) == "pe_sep":
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
22 F='${fq1}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
23 F2='${fq2}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
24 FU='${fq_u}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
25 #else
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
26 F='${fq_single}'
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
27 #end if
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
28
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
29 RE_REVERSE="${re_reverse}"
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
30
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
31 INCLUDE_NON_PF_READS="${include_non_pf_reads}"
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
32 #if len(str($clipping_attribute)) > 0:
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
33 CLIPPING_ATTRIBUTE="${clipping_attribute}"
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
34 #end if
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
35 #if len(str($clipping_action)) > 0:
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
36 CLIPPING_ACTION="${clipping_action}"
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
37 #end if
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
38 READ1_TRIM="${read1_trim}"
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
39
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
40 #if int($read1_max_bases_to_write) > -1:
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
41 READ1_MAX_BASES_TO_WRITE="${read1_max_bases_to_write}"
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
42 #end if
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
43
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
44 READ2_TRIM="${read2_trim}"
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
45
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
46 #if int($read2_max_bases_to_write) > -1:
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
47 READ2_MAX_BASES_TO_WRITE="${read2_max_bases_to_write}"
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
48 #end if
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
49
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
50 INCLUDE_NON_PRIMARY_ALIGNMENTS="${include_non_primary_alignments}"
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
51
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
52 VALIDATION_STRINGENCY="${validation_stringency}"
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
53 QUIET=true
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
54 VERBOSITY=ERROR
20
2a17c789e0a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
iuc
parents: 19
diff changeset
55 @TMPDIR_OPTION@
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
56
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
57 ]]></command>
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
58 <inputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
59
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
60 <param format="sam,bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
61 <param name="single_or_paired" type="select" label="Output format">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
62 <option value="se" >Single-end</option>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
63 <option value="pe_interleaved" selected="true">Paired-end (one interleaved output file)</option>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
64 <option value="pe_sep">Paired-end (two separate output files)</option>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
65 </param>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
66
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
67 <param name="re_reverse" type="boolean" checked="True" label="Re-reverse bases and qualities of reads with negative strand flag set before writing them to fastq" help="RE_REVERSE; default=True"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
68 <param name="include_non_pf_reads" type="boolean" label="Include non-PF reads from the SAM/BAM dataset into the output FASTQ" help="INCLUDE_NON_PF_READS; PF means 'passes filtering'. Reads whose 'not passing quality controls' flag is set are non-PF reads; default=False"/>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
69 <param name="clipping_attribute" type="text" value="" label="The attribute that stores the position at which the SAM/BAM record should be clipped" help="CLIPPING_ATTRIBUTE; default=null"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
70 <param name="clipping_action" type="text" value="" label="The action that should be taken with clipped reads: 'X' means the reads and qualities should be trimmed at the clipped position; 'N' means the bases should be changed to Ns in the clipped region; and any integer means that the base qualities should be set to that value in the clipped region" help="CLIPPING_ACTION; default=null"/>
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
71 <param name="read1_trim" type="integer" value="0" min="0" label="The number of bases to trim from the beginning of read 1" help="READ1_TRIM; default=0"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
72 <param name="read1_max_bases_to_write" type="integer" value="-1" label="The maximum number of bases to write from read 1 after trimming" help="READ1_MAX_BASES_TO_WRITE; If there are fewer than this many bases left after trimming, all will be written. If this value is null then all bases left after trimming will be written; default=null (-1)"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
73 <param name="read2_trim" type="integer" value="0" min="0" label="The number of bases to trim from the beginning of read 2" help="READ2_TRIM; default=0"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
74 <param name="read2_max_bases_to_write" type="integer" value="-1" label="The maximum number of bases to write from read 2 after trimming" help="READ2_MAX_BASES_TO_WRITE; If there are fewer than this many bases left after trimming, all will be written. If this value is null then all bases left after trimming will be written; default=null (-1)"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
75 <param name="include_non_primary_alignments" type="boolean" label="If true, include non-primary alignments in the output" help="INCLUDE_NON_PRIMARY_ALIGNMENTS; Support of non-primary alignments in SamToFastq is not comprehensive, so there may be exceptions if this is set to true and there are paired reads with non-primary alignments; default=False"/>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
76
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
77 <expand macro="VS" />
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
78
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
79 </inputs>
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
80
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
81 <outputs>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
82 <data format="fastqsanger" name="fq_single" label="${tool.name} on ${on_string}: reads as fastq">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
83 <filter>output_type['single_or_paired'] == 'se'</filter>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
84 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
85
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
86 <data format="fastqsanger" name="interleaved_fastq" label="Interleaved pairs from ${tool.name} on ${on_string}">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
87 <filter>output_type['single_or_paired'] == 'pe_interleaved'</filter>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
88 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
89
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
90 <data format="fastqsanger" name="fq1" label="Paired-end forward strand from ${tool.name} on ${on_string}">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
91 <filter>output_type['single_or_paired'] == 'pe_sep'</filter>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
92 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
93
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
94 <data format="fastqsanger" name="fq2" label="Paired-end reverse strand from ${tool.name} on ${on_string}">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
95 <filter>output_type['single_or_paired'] == 'pe_sep'</filter>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
96 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
97
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
98 <data format="fastqsanger" name="fq_u" label="Paired-end unpaired reads from ${tool.name} on ${on_string}">
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
99 <filter>output_type['single_or_paired'] == 'pe_sep'</filter>
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
100 </data>
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
101 </outputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
102
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
103 <tests>
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
104 <test>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
105 <param name="inputFile" value="picard_SamToFastq.bam" ftype="bam"/>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
106 <param name="single_or_paired" value="pe_interleaved" />
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
107 <param name="output_per_rg" value="false"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
108 <param name="re_reverse" value="true"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
109 <param name="include_non_pf_reads" value="false"/>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
110 <param name="clipping_attribute" value="" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
111 <param name="clipping_action" value="" />
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
112 <param name="read1_trim" value="0" />
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
113 <param name="read1_max_bases_to_write" value="-1"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
114 <param name="read2_trim" value="0" />
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
115 <param name="read2_max_bases_to_write" value="-1"/>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
116 <param name="include_non_primary_alignments" value="false"/>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
117 <output name="interleaved_fastq" file="picard_SamToFastq_test1.fq" ftype="fastqsanger"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
118 </test>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
119 <test>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
120 <param name="inputFile" value="picard_SamToFastq.bam" ftype="bam"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
121 <param name="single_or_paired" value="pe_sep" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
122 <param name="output_per_rg" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
123 <param name="re_reverse" value="true"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
124 <param name="include_non_pf_reads" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
125 <param name="clipping_attribute" value="" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
126 <param name="clipping_action" value="" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
127 <param name="read1_trim" value="0" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
128 <param name="read1_max_bases_to_write" value="-1"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
129 <param name="read2_trim" value="0" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
130 <param name="read2_max_bases_to_write" value="-1"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
131 <param name="include_non_primary_alignments" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
132 <output name="fq1" file="picard_SamToFastq_1.fq" ftype="fastqsanger"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
133 <output name="fq2" file="picard_SamToFastq_2.fq" ftype="fastqsanger"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
134 <output name="fq_u" file="picard_SamToFastq_u.fq" ftype="fastqsanger"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
135 </test>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
136 <test>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
137 <param name="inputFile" value="picard_SamToFastq_se.bam" ftype="bam"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
138 <param name="single_or_paired" value="se" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
139 <param name="output_per_rg" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
140 <param name="re_reverse" value="true"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
141 <param name="include_non_pf_reads" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
142 <param name="clipping_attribute" value="" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
143 <param name="clipping_action" value="" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
144 <param name="read1_trim" value="0" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
145 <param name="read1_max_bases_to_write" value="-1"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
146 <param name="read2_trim" value="0" />
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
147 <param name="read2_max_bases_to_write" value="-1"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
148 <param name="include_non_primary_alignments" value="false"/>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
149 <output name="fq_single" file="picard_SamToFastq_se.fq" ftype="fastqsanger"/>
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
150 </test>
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
151 </tests>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
152
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
153
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
154 <help>
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
155
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
156 **Purpose**
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
157
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
158 Extracts read sequences and qualities from the input SAM/BAM dataset and outputs them in Sanger fastq format. In the RE_REVERSE=True mode (default behavior), if the read is aligned and the alignment is to the reverse strand on the genome, the read's sequence from input SAM.BAM dataset will be reverse-complemented prior to writing it to fastq in order restore correctly the original read sequence as it was generated by the sequencer.
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
159
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
160 -----
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
161
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
162 .. class:: warningmark
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
163
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
164 **DANGER: Multiple Outputs**
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
165
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
166 Generating per readgroup fastq (setting **OUTPUT_PER_RG** to True) may produce very large numbers of outputs. Know what you are doing!
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
167
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
168 @dataset_collections@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
169
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
170 @description@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
171
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
172 FASTQ=File
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
173 F=File Output fastq file (single-end fastq or, if paired, first end of the pair fastq).
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
174 Required. Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
175
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
176 SECOND_END_FASTQ=File
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
177 F2=File Output fastq file (if paired, second end of the pair fastq). Default value: null.
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
178 Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
179
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
180 UNPAIRED_FASTQ=File
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
181 FU=File Output fastq file for unpaired reads; may only be provided in paired-fastq mode Default
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
182 value: null. Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
183
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
184 OUTPUT_PER_RG=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
185 OPRG=Boolean Output a fastq file per read group (two fastq files per read group if the group is
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
186 paired). Default value: false. Possible values: {true, false} Cannot be used in
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
187 conjuction with option(s) SECOND_END_FASTQ (F2) UNPAIRED_FASTQ (FU) FASTQ (F)
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
188
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
189 OUTPUT_DIR=File
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
190 ODIR=File Directory in which to output the fastq file(s). Used only when OUTPUT_PER_RG is true.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
191 Default value: null.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
192
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
193 RE_REVERSE=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
194 RC=Boolean Re-reverse bases and qualities of reads with negative strand flag set before writing them
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
195 to fastq Default value: true. Possible values: {true, false}
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
196
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
197 INTERLEAVE=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
198 INTER=Boolean Will generate an interleaved fastq if paired, each line will have /1 or /2 to describe
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
199 which end it came from Default value: false. Possible values: {true, false}
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
200
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
201 INCLUDE_NON_PF_READS=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
202 NON_PF=Boolean Include non-PF reads from the SAM file into the output FASTQ files. PF means 'passes
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
203 filtering'. Reads whose 'not passing quality controls' flag is set are non-PF reads.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
204 Default value: false. Possible values: {true, false}
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
205
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
206 CLIPPING_ATTRIBUTE=String
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
207 CLIP_ATTR=String The attribute that stores the position at which the SAM record should be clipped Default
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
208 value: null.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
209
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
210 CLIPPING_ACTION=String
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
211 CLIP_ACT=String The action that should be taken with clipped reads: 'X' means the reads and qualities
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
212 should be trimmed at the clipped position; 'N' means the bases should be changed to Ns in
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
213 the clipped region; and any integer means that the base qualities should be set to that
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
214 value in the clipped region. Default value: null.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
215
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
216 READ1_TRIM=Integer
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
217 R1_TRIM=Integer The number of bases to trim from the beginning of read 1. Default value: 0.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
218
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
219 READ1_MAX_BASES_TO_WRITE=Integer
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
220 R1_MAX_BASES=Integer The maximum number of bases to write from read 1 after trimming. If there are fewer than
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
221 this many bases left after trimming, all will be written. If this value is null then all
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
222 bases left after trimming will be written. Default value: null.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
223
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
224 READ2_TRIM=Integer
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
225 R2_TRIM=Integer The number of bases to trim from the beginning of read 2. Default value: 0.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
226
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
227 READ2_MAX_BASES_TO_WRITE=Integer
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
228 R2_MAX_BASES=Integer The maximum number of bases to write from read 2 after trimming. If there are fewer than
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
229 this many bases left after trimming, all will be written. If this value is null then all
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
230 bases left after trimming will be written. Default value: null.
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
231
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
232 INCLUDE_NON_PRIMARY_ALIGNMENTS=Boolean
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
233 If true, include non-primary alignments in the output. Support of non-primary alignments
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
234 in SamToFastq is not comprehensive, so there may be exceptions if this is set to true and
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
235 there are paired reads with non-primary alignments. Default value: false.
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
236 Possible values: {true, false}
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
237
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
238 @more_info@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
239
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
240 </help>
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 14
diff changeset
241 <expand macro="citations" />
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
242 </tool>