comparison macros.xml @ 1:38fa15df86b2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/bam_to_cram commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
author iuc
date Tue, 09 May 2017 11:17:12 -0400
parents f11c1dd0b4ae
children 205947f54846
comparison
equal deleted inserted replaced
0:f11c1dd0b4ae 1:38fa15df86b2
1 <macros> 1 <macros>
2 <xml name="requirements"> 2 <xml name="requirements">
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.3">samtools</requirement> 4 <requirement type="package" version="1.3.1">samtools</requirement>
5 <yield/> 5 <yield/>
6 </requirements> 6 </requirements>
7 </xml> 7 </xml>
8 8 <token name="@TOOL_VERSION@">1.3.1</token>
9 <xml name="citations"> 9 <xml name="citations">
10 <citations> 10 <citations>
11 <citation type="bibtex"> 11 <citation type="bibtex">
12 @misc{SAM_def, 12 @misc{SAM_def,
13 title={Definition of SAM/BAM format}, 13 title={Definition of SAM/BAM format},
14 url = {https://samtools.github.io/hts-specs/SAMv1.pdf},} 14 url = {https://samtools.github.io/hts-specs/},}
15 </citation> 15 </citation>
16 <citation type="doi">10.1093/bioinformatics/btp352</citation> 16 <citation type="doi">10.1093/bioinformatics/btp352</citation>
17 <citation type="doi">10.1093/bioinformatics/btr076</citation> 17 <citation type="doi">10.1093/bioinformatics/btr076</citation>
18 <citation type="doi">10.1093/bioinformatics/btr509</citation> 18 <citation type="doi">10.1093/bioinformatics/btr509</citation>
19 <citation type="bibtex"> 19 <citation type="bibtex">
40 url = {https://github.com/samtools/samtools},} 40 url = {https://github.com/samtools/samtools},}
41 </citation> 41 </citation>
42 </citations> 42 </citations>
43 </xml> 43 </xml>
44 <xml name="version_command"> 44 <xml name="version_command">
45 <version_command>samtools 2&gt;&amp;1 | grep Version</version_command> 45 <version_command><![CDATA[samtools 2>&1 | grep Version]]></version_command>
46 </xml> 46 </xml>
47 <xml name="stdio"> 47 <xml name="stdio">
48 <stdio> 48 <stdio>
49 <exit_code range="1:" level="fatal" description="Error" /> 49 <exit_code range="1:" level="fatal" description="Error" />
50 </stdio> 50 </stdio>
63 3. Click **Datatype** tab 63 3. Click **Datatype** tab
64 4. Set **New Type** to **BAM** 64 4. Set **New Type** to **BAM**
65 5. Click **Save** 65 5. Click **Save**
66 66
67 The medatada will be re-detected and you will be able to see the list of reference sequences in the &quot;**Select references (chromosomes and contigs) you would like to restrict bam to**&quot; drop-down. 67 The medatada will be re-detected and you will be able to see the list of reference sequences in the &quot;**Select references (chromosomes and contigs) you would like to restrict bam to**&quot; drop-down.
68
69 </token> 68 </token>
70
71 </macros> 69 </macros>