annotate picard_macros.xml @ 7:28f273969b5e draft

planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 2137a21daebbb1cf755e8bf99fae7f5a77b07f87-dirty
author refinery-platform
date Mon, 04 Dec 2017 10:52:59 -0500
parents 4a06ecf77f92
children afcccc536c1d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
1 <macros>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
2 <xml name="VS">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
3 <param name="validation_stringency" type="select" label="Select validation stringency" help=" Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded.">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
4 <option value="LENIENT" selected="True">Lenient</option>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
5 <option value="SILENT">Silent</option>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
6 <option value="STRICT">Strict</option>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
7 </param>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
8 </xml>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
9
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
10 <token name="@TOOL_VERSION@">2.7.1</token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
11
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
12 <token name="@symlink_element_identifier@"><![CDATA[
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
13 #import re
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
14 #set escaped_element_identifier = re.sub('[^\w\-]', '_', str($inputFile.element_identifier))
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
15 ln -f -s '$inputFile' '$escaped_element_identifier' &&
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
16 ]]></token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
17
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
18 <token name="@java_options@"><![CDATA[
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
19 _JAVA_OPTIONS=\${_JAVA_OPTIONS:-'-Xmx2048m -Xms256m'} &&
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
20 export _JAVA_OPTIONS
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
21 ]]></token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
22
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
23 <token name="@more_info@">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
24 ------
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
25
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
26 **Additional information**
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
27
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
28 Additional information about Picard tools is available from Picard web site at http://broadinstitute.github.io/picard/ .
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
29 </token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
30
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
31
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
32 <token name="@description@">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
33 ------
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
34
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
35 **Inputs, outputs, and parameters**
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
36
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
37 Either a SAM file or a BAM file must be supplied. Galaxy automatically coordinate-sorts all uploaded BAM files.
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
38
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
39 From Picard documentation( http://broadinstitute.github.io/picard/)::
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
40
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
41 </token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
42 <token name="@RG@">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
43 -------
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
44
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
45 **Read Groups are Important!**
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
46
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
47 Setting read groups correctly from the start will simplify your life greatly because you can merge multiple BAM files into one significantly reducing the number of analysis steps. Below we provide an explanation of read groups fields taken from GATK FAQ webpage:
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
48
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
49 .. csv-table::
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
50 :header-rows: 1
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
51
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
52 Tag,Importance,Definition,Meaning
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
53 "ID","Required","Read group identifier. Each @RG line must have a unique ID. The value of ID is used in the RG tags of alignment records. Must be unique among all read groups in header section. Read group IDs may be modified when merging SAM files in order to handle collisions.","Ideally, this should be a globally unique identify across all sequencing data in the world, such as the Illumina flowcell + lane name and number. Will be referenced by each read with the RG:Z field, allowing tools to determine the read group information associated with each read, including the sample from which the read came. Also, a read group is effectively treated as a separate run of the NGS instrument in tools like base quality score recalibration (a GATK component) -- all reads within a read group are assumed to come from the same instrument run and to therefore share the same error model."
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
54 "SM","Sample. Use pool name where a pool is being sequenced.","Required. As important as ID.","The name of the sample sequenced in this read group. GATK tools treat all read groups with the same SM value as containing sequencing data for the same sample. Therefore it's critical that the SM field be correctly specified, especially when using multi-sample tools like the Unified Genotyper (a GATK component)."
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
55 "PL","Platform/technology used to produce the read. Valid values: ILLUMINA, SOLID, LS454, HELICOS and PACBIO.","Important. Not currently used in the GATK, but was in the past, and may return. The only way to known the sequencing technology used to generate the sequencing data","It's a good idea to use this field."
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
56 "LB","DNA preparation library identify","Essential for MarkDuplicates","MarkDuplicates uses the LB field to determine which read groups might contain molecular duplicates, in case the same DNA library was sequenced on multiple lanes."
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
57
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
58 **Example of Read Group usage**
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
59
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
60 Support we have a trio of samples: MOM, DAD, and KID. Each has two DNA libraries prepared, one with 400 bp inserts and another with 200 bp inserts. Each of these libraries is run on two lanes of an illumina hiseq, requiring 3 x 2 x 2 = 12 lanes of data. When the data come off the sequencer, we would create 12 BAM files, with the following @RG fields in the header::
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
61
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
62 Dad's data:
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
63 @RG ID:FLOWCELL1.LANE1 PL:illumina LB:LIB-DAD-1 SM:DAD PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
64 @RG ID:FLOWCELL1.LANE2 PL:illumina LB:LIB-DAD-1 SM:DAD PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
65 @RG ID:FLOWCELL1.LANE3 PL:illumina LB:LIB-DAD-2 SM:DAD PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
66 @RG ID:FLOWCELL1.LANE4 PL:illumina LB:LIB-DAD-2 SM:DAD PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
67
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
68 Mom's data:
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
69 @RG ID:FLOWCELL1.LANE5 PL:illumina LB:LIB-MOM-1 SM:MOM PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
70 @RG ID:FLOWCELL1.LANE6 PL:illumina LB:LIB-MOM-1 SM:MOM PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
71 @RG ID:FLOWCELL1.LANE7 PL:illumina LB:LIB-MOM-2 SM:MOM PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
72 @RG ID:FLOWCELL1.LANE8 PL:illumina LB:LIB-MOM-2 SM:MOM PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
73
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
74 Kid's data:
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
75 @RG ID:FLOWCELL2.LANE1 PL:illumina LB:LIB-KID-1 SM:KID PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
76 @RG ID:FLOWCELL2.LANE2 PL:illumina LB:LIB-KID-1 SM:KID PI:200
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
77 @RG ID:FLOWCELL2.LANE3 PL:illumina LB:LIB-KID-2 SM:KID PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
78 @RG ID:FLOWCELL2.LANE4 PL:illumina LB:LIB-KID-2 SM:KID PI:400
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
79
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
80 Note the hierarchical relationship between read groups (unique for each lane) to libraries (sequenced on two lanes) and samples (across four lanes, two lanes for each library).
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
81 </token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
82 <token name="@dataset_collections@">
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
83 ------
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
84
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
85 **Dataset collections - processing large numbers of datasets at once**
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
86
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
87 This tool accepts nested lists of .bam files to be merged. This type of structure is modeled in Galaxy as a `list:list` Dataset Collection.
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
88
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
89
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
90 </token>
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
91
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
92
40d9376df6d6 planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 46a5f872db68a7664cfae127b777e85fde8e6d98-dirty
refinery-platform
parents:
diff changeset
93 </macros>