Mercurial > repos > dave > tn93
annotate readreduce.xml @ 0:08f2130e39b3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
| author | dave |
|---|---|
| date | Tue, 19 Mar 2019 13:25:46 -0400 |
| parents | |
| children | 0a4d18edbdd2 |
| rev | line source |
|---|---|
|
0
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
1 <tool id="readreduce" name="Merge matching reads" version="1.0.4"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
2 <description>into clusters with TN-93</description> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
3 <requirements> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
4 <requirement type="package" version="1.0.4">tn93</requirement> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
5 </requirements> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
6 <version_command><![CDATA[tn93 --version]]></version_command> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
8 readreduce |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
9 -q |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
10 -o '$output' |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
11 #if str($options.advanced) == 'advanced': |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
12 -a $options.ambigs |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
13 -l $options.overlap |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
14 #if $options.counts_in_name: |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
15 -d '$options.counts_in_name' |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
16 #end if |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
17 -s '$size' |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
18 #end if |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
19 '$input' |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
20 ]]></command> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
21 <inputs> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
22 <param name="input" type="data" format="fasta" label="Input in FASTA format" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
23 <conditional name="options"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
24 <param label="Additional options" name="advanced" type="select"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
25 <option value="defaults">Use defaults</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
26 <option value="advanced">Specify additional parameters</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
27 </param> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
28 <when value="defaults" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
29 <when value="advanced"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
30 <param name="size" argument="-s" type="integer" min="0" value="18" label="Mimimum cluster size to report in output" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
31 <param name="ambigs" argument="-a" type="select" label="Strategy for ambiguous nucleotides"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
32 <option value="handle">handle</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
33 <option value="resolve">resolve</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
34 <option value="average">average</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
35 <option value="skip">skip</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
36 <option value="gapmm">gapmm</option> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
37 </param> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
38 <param name="overlap" argument="-l" type="integer" value="100" |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
39 label="Only count pairs that overlap by at least N bases" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
40 <param name="counts_in_name" argument="-d" type="text" |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
41 optional="true" label="Sequence name component immediately preceding a copy number" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
42 </when> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
43 </conditional> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
44 </inputs> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
45 <outputs> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
46 <data format="fasta" name="output" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
47 </outputs> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
48 <tests> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
49 <test> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
50 <param name="input" value="readreduce-in1.fa" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
51 <output file="readreduce-out1.fa" ftype="fasta" name="output" sort="True" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
52 </test> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
53 <test> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
54 <param name="input" value="readreduce-in2.fa" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
55 <output file="readreduce-out2.fa" ftype="fasta" name="output" sort="True" /> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
56 </test> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
57 </tests> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
58 <help>< algorithm. |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
64 ]]></help> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
65 <citations> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
66 <citation type="bibtex"> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
67 @UNPUBLISHED{spond, |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
68 author = "Sergei Kosakovsky Pond", |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
69 title = "HyPhy: Hypothesis Testing using Phylogenies", |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
70 year = "2000", |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
71 note = "http://hyphy.org/", |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
72 url = "http://hyphy.org/"} |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
73 </citation> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
74 </citations> |
|
08f2130e39b3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tn93/ commit f009487e8fec49f10396185ffd2fc4fe65bf4f29-dirty
dave
parents:
diff
changeset
|
75 </tool> |
