annotate picard_SamToFastq.xml @ 31:585027e65f3b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
author iuc
date Sat, 25 Feb 2023 20:33:49 +0000
parents 881d7645d1bf
children f9242e01365a
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@">
28
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
2 <description>extract reads and qualities from SAM/BAM dataset and convert to fastq</description>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
3 <macros>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
4 <import>picard_macros.xml</import>
31
585027e65f3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
iuc
parents: 28
diff changeset
5 <token name="@WRAPPER_VERSION@">3</token>
28
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
6 </macros>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
7 <xrefs>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
8 <xref type="bio.tools">picard_samtofastq</xref>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
9 </xrefs>
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
10 <expand macro="requirements" />
881d7645d1bf "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 92e89c89178482870c14cf15f38fbfd4470aa130"
iuc
parents: 26
diff changeset
11 <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
12
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
13 @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
14 @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
15
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
16 picard
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
17 SamToFastq
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
18
14
465cbb0cf2eb planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 74ee0f0b594075fab7f707aaffb4a7f9dac35f2f
devteam
parents: 13
diff changeset
19 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
20
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
21 #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
22 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
23 INTERLEAVE=TRUE
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
24 #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
25 F='${fq1}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
26 F2='${fq2}'
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
27 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
28 #else
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
29 F='${fq_single}'
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
30 #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
31
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
32 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
33
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
34 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
35 #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
36 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
37 #end if
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
38 #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
39 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
40 #end if
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
41 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
42
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
43 #if int($read1_max_bases_to_write) > -1:
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
44 READ1_MAX_BASES_TO_WRITE="${read1_max_bases_to_write}"
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
45 #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
46
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
47 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
48
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
49 #if int($read2_max_bases_to_write) > -1:
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
50 READ2_MAX_BASES_TO_WRITE="${read2_max_bases_to_write}"
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
51 #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
52
2
9227b8c3093b Updated command line format per dev team standards.
devteam <devteam@galaxyproject.org>
parents: 0
diff changeset
53 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
54
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
55 VALIDATION_STRINGENCY="${validation_stringency}"
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
56 QUIET=true
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
57 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
58 @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
59
12
05087b27692a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
devteam
parents: 9
diff changeset
60 ]]></command>
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
61 <inputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
62
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
63 <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
64 <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
65 <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
66 <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
67 <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
68 </param>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
69
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
70 <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
71 <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
72 <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
73 <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
74 <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
75 <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
76 <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
77 <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
78 <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
79
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
80 <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
81
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
82 </inputs>
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
83
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
84 <outputs>
26
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
85 <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
86 <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
87 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
88
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
89 <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
90 <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
91 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
92
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
93 <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
94 <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
95 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
96
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
97 <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
98 <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
99 </data>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
100
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
101 <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
102 <filter>output_type['single_or_paired'] == 'pe_sep'</filter>
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
103 </data>
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
104 </outputs>
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
105
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
106 <tests>
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
107 <test>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
108 <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
109 <param name="single_or_paired" value="pe_interleaved" />
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
110 <param name="re_reverse" value="true"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
111 <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
112 <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
113 <param name="clipping_action" value="" />
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
114 <param name="read1_trim" value="0" />
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
115 <param name="read1_max_bases_to_write" value="-1"/>
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
116 <param name="read2_trim" value="0" />
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
117 <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
118 <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
119 <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
120 </test>
9ffcddf6f9c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit cbe534af56ee782e8d1aa0fa872059d2a5e42db8"
iuc
parents: 20
diff changeset
121 <test>
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="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
123 <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
124 <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
125 <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
126 <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
127 <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
128 <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
129 <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
130 <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
131 <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
132 <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
133 <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
134 <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
135 <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
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 <test>
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="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
139 <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
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 @dataset_collections@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
165
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
166 @description@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
167
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
168 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
169 F=File Output fastq file (single-end fastq or, if paired, first end of the pair fastq).
31
585027e65f3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
iuc
parents: 28
diff changeset
170 Required.
13
7e6fd3d0f16e planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit bf94a1505c131fb3f67c867b6e1d886780efa42e
devteam
parents: 12
diff changeset
171
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
172 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
173 F2=File Output fastq file (if paired, second end of the pair fastq). Default value: null.
31
585027e65f3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
iuc
parents: 28
diff changeset
174
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 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
177 FU=File Output fastq file for unpaired reads; may only be provided in paired-fastq mode Default
31
585027e65f3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
iuc
parents: 28
diff changeset
178 value: null.
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 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
181 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
182 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
183
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
184 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
185 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
186 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
187
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
188 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
189 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
190 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
191 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
192
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
193 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
194 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
195 value: null.
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 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
198 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
199 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
200 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
201 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
202
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
203 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
204 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
205
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
206 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
207 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
208 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
209 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
210
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
211 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
212 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
213
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
214 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
215 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
216 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
217 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
218
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
219 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
220 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
221 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
222 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
223 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
224
5
3d4f1fa26f0e Uploaded
devteam
parents: 2
diff changeset
225 @more_info@
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
226
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
227 </help>
19
5053a18d9bc8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
iuc
parents: 14
diff changeset
228 <expand macro="citations" />
0
1cd7f3b42609 Uploaded tool.
devteam
parents:
diff changeset
229 </tool>