annotate picard_CollectHsMetrics.xml @ 33:3f254c5ced1d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
author iuc
date Sun, 03 Mar 2024 16:06:11 +0000
parents f9242e01365a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
1 <tool name="CollectHsMetrics" id="picard_CollectHsMetrics" version="@TOOL_VERSION@" profile="@PROFILE@">
24
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
2 <description>compute metrics about datasets generated through hybrid-selection (e.g. exome)</description>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
3 <macros>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
4 <import>picard_macros.xml</import>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
5 </macros>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
6 <expand macro="requirements" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
8 @java_options@
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
9 @symlink_element_identifier@
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
10
33
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
11 picard CollectHsMetrics
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
12 --INPUT '$escaped_element_identifier'
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
13 --OUTPUT '${outFile}'
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
14 --MINIMUM_MAPPING_QUALITY ${minimum_mapping_quality}
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
15 --MINIMUM_BASE_QUALITY ${minimum_base_quality}
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
16 --COVERAGE_CAP ${coverage_cap}
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
17 --CLIP_OVERLAPPING_READS ${clip_overlapping_reads}
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
18 --BAIT_INTERVALS '${baitFile}'
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
19 --TARGET_INTERVALS '${targetFile}'
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
20 --VALIDATION_STRINGENCY ${validation_stringency}
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
21 --QUIET true
3f254c5ced1d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9ecbbb878d68a980ba35a90865e524c723ca3ed8
iuc
parents: 32
diff changeset
22 --VERBOSITY ERROR
24
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
23 ]]></command>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
24 <inputs>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
25 <param name="inputFile" type="data" format="sam,bam" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
26 <param name="baitFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the baits used" help="If empty, upload or convert from BED" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
27 <param name="targetFile" type="data" format="picard_interval_list" label="An interval list file that contains the locations of the targets" help="If empty, upload or convert from BED" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
28 <param name="minimum_mapping_quality" type="integer" value="20" label="Minimum mapping quality for a read to contribute coverage" help="MINIMUM_MAPPING_QUALITY; default=20" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
29 <param name="minimum_base_quality" type="integer" value="20" label="Minimum base quality for a base to contribute coverage" help="MINIMUM_BASE_QUALITY; default=20" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
30 <param name="coverage_cap" type="integer" value="200" label="Treat bases with coverage exceeding this value as if they had coverage at this value" help="COVERAGE_CAP; default=200" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
31 <param name="clip_overlapping_reads" type="boolean" label="Clip overlapping reads" checked="true" truevalue="true" falsevalue="false" help="CLIP_OVERLAPPING_READS; default=true" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
32 <expand macro="VS" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
33 </inputs>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
34 <outputs>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
35 <data name="outFile" format="txt" label="${tool.name} on ${on_string}: Summary data" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
36 </outputs>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
37 <tests>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
38 <test>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
39 <param name="inputFile" value="picard_CollectHsMetrics.bam" ftype="bam" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
40 <param name="baitFile" value="picard_CollectHsMetrics.baits" ftype="picard_interval_list" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
41 <param name="targetFile" value="picard_CollectHsMetrics.target" ftype="picard_interval_list" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
42 <param name="minimum_mapping_quality" value="20" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
43 <param name="minimum_base_quality" value="20" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
44 <param name="coverage_cap" value="200" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
45 <param name="clip_overlapping_reads" value="true" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
46 <output name="outFile" file="picard_CollectHsMetrics_test1.tab" lines_diff="6" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
47 </test>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
48 </tests>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
49 <help><![CDATA[
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
50 .. class:: infomark
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
51
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
52 **Purpose**
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
53
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
54 Computes a number of metrics that are useful for evaluating coverage and performance of datasets generated through hybrid-selection.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
55 Hybrid-selection (HS) is the most commonly used technique to capture exon-specific sequences for targeted sequencing experiments
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
56 such as exome sequencing.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
57
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
58 @dataset_collections@
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
59
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
60 -----
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
61
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
62 .. class:: warningmark
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
63
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
64 **Obtaining bait and target interval files in Picard interval_list format**
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
65
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
66 This tool requires an aligned SAM or BAM file as well as bait and target interval files in Picard interval_list format.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
67 You should use the bait and interval files that correspond to the capture kit that was used to generate the capture libraries
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
68 for sequencing, which can generally be obtained from the kit manufacturer.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
69 If the baits and target intervals are provided in BED format, you can convert them to the Picard interval_list format
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
70 using Picard's **BedToIntervalList** tool, which will also add the required SAM style header.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
71
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
72 @description@
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
73
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
74 MINIMUM_MAPPING_QUALITY=Integer
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
75 MQ=Integer Minimum mapping quality for a read to contribute coverage. Default value: 20.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
76
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
77 MINIMUM_BASE_QUALITY=Integer
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
78 Q=Integer Minimum base quality for a base to contribute coverage. Default value: 20.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
79
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
80 COVERAGE_CAP=Integer
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
81 CAP=Integer Treat bases with coverage exceeding this value as if they had coverage at this value.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
82 Default value: 200.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
83 CLIP_OVERLAPPING_READS=Boolean
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
84 If true, clip overlapping reads, false otherwise. Default value: true.
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
85
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
86 @more_info@
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
87 ]]></help>
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
88 <expand macro="citations" />
b9fbec5ac6b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 9c268f08be6d363990a822fc941e031dd13be3f4
iuc
parents:
diff changeset
89 </tool>