annotate macros.xml @ 0:a0d039fa9771 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
author iuc
date Mon, 12 Mar 2018 12:53:10 -0400
parents
children a8d69aee190e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
1 <macros>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
2 <xml name="requirements">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
3 <requirements>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
4 <requirement type="package" version="1.3.1">samtools</requirement>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
5 <yield/>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
6 </requirements>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
7 </xml>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
8 <token name="@TOOL_VERSION@">1.3.1</token>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
9 <token name="@FLAGS@">#set $flags = sum(map(int, str($filter).split(',')))</token>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
10 <xml name="filter_options">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
11 <option value="1">Read is paired</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
12 <option value="2">Read is mapped in a proper pair</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
13 <option value="4">The read is unmapped</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
14 <option value="8">The mate is unmapped</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
15 <option value="16">Read strand</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
16 <option value="32">Mate strand</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
17 <option value="48">Read is the first in a pair</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
18 <option value="64">Read is the second in a pair</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
19 <option value="256">The alignment or this read is not primary</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
20 <option value="512">The read fails platform/vendor quality checks</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
21 <option value="768">The read is a PCR or optical duplicate</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
22 <option value="1024">Supplementary alignment</option>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
23 </xml>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
24 <xml name="citations">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
25 <citations>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
26 <citation type="bibtex">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
27 @misc{SAM_def,
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
28 title={Definition of SAM/BAM format},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
29 url = {https://samtools.github.io/hts-specs/},}
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
30 </citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
31 <citation type="doi">10.1093/bioinformatics/btp352</citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
32 <citation type="doi">10.1093/bioinformatics/btr076</citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
33 <citation type="doi">10.1093/bioinformatics/btr509</citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
34 <citation type="bibtex">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
35 @misc{Danecek_et_al,
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
36 Author={Danecek, P., Schiffels, S., Durbin, R.},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
37 title={Multiallelic calling model in bcftools (-m)},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
38 url = {http://samtools.github.io/bcftools/call-m.pdf},}
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
39 </citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
40 <citation type="bibtex">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
41 @misc{Durbin_VCQC,
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
42 Author={Durbin, R.},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
43 title={Segregation based metric for variant call QC},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
44 url = {http://samtools.github.io/bcftools/rd-SegBias.pdf},}
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
45 </citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
46 <citation type="bibtex">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
47 @misc{Li_SamMath,
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
48 Author={Li, H.},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
49 title={Mathematical Notes on SAMtools Algorithms},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
50 url = {http://www.broadinstitute.org/gatk/media/docs/Samtools.pdf},}
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
51 </citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
52 <citation type="bibtex">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
53 @misc{SamTools_github,
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
54 title={SAMTools GitHub page},
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
55 url = {https://github.com/samtools/samtools},}
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
56 </citation>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
57 </citations>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
58 </xml>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
59 <xml name="version_command">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
60 <version_command><![CDATA[samtools 2>&1 | grep Version]]></version_command>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
61 </xml>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
62 <xml name="stdio">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
63 <stdio>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
64 <exit_code range="1:" level="fatal" description="Error" />
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
65 </stdio>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
66 </xml>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
67 <token name="@no-chrom-options@">
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
68 -----
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
69
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
70 .. class:: warningmark
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
71
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
72 **No options available? How to re-detect metadata**
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
73
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
74 If you see a &quot;No options available&quot; within the &quot;**Select references (chromosomes and contigs) you would like to restrict bam to**&quot; drop down, you need to re-detect metadata for the dataset you are trying to process. To do this follow these steps:
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
75
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
76 1. Click on the **pencil** icon adjacent to the dataset in the history
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
77 2. A new menu will appear in the center pane of the interface
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
78 3. Click **Datatype** tab
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
79 4. Set **New Type** to **BAM**
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
80 5. Click **Save**
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
81
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
82 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.
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
83 </token>
a0d039fa9771 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff changeset
84 </macros>