Mercurial > repos > iuc > mothur_list_seqs
comparison list.seqs.xml @ 3:8fc97e7b351c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
| author | iuc |
|---|---|
| date | Wed, 14 Feb 2018 09:26:49 -0500 |
| parents | 8fc365d239a2 |
| children | 22bcd09bd771 |
comparison
equal
deleted
inserted
replaced
| 2:a5b55a25071a | 3:8fc97e7b351c |
|---|---|
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 7 <expand macro="stdio"/> | 7 <expand macro="stdio"/> |
| 8 <expand macro="version_command"/> | 8 <expand macro="version_command"/> |
| 9 <command><![CDATA[ | 9 <command><![CDATA[ |
| 10 @SHELL_OPTIONS@ | 10 @SHELL_OPTIONS@ |
| 11 | 11 |
| 12 ## create symlinks to input datasets | 12 ## create symlinks to input datasets |
| 13 ln -s "$search.input" search.input.dat && | 13 ln -s '$search.input' search.input.dat && |
| 14 | 14 |
| 15 echo 'list.seqs( | 15 echo 'list.seqs( |
| 16 #if $search.intype == "fasta": | 16 #if $search.intype == "fasta": |
| 17 fasta=search.input.dat | 17 fasta=search.input.dat |
| 18 #elif $search.intype == "fastq": | 18 #elif $search.intype == "fastq": |
| 19 fastq=search.input.dat | 19 fastq=search.input.dat |
| 20 #elif $search.intype == "name": | 20 #elif $search.intype == "name": |
| 21 name=search.input.dat | 21 name=search.input.dat |
| 22 #else if $search.intype == "group": | 22 #else if $search.intype == "group": |
| 23 group=search.input.dat | 23 group=search.input.dat |
| 24 #elif $search.intype == "alignreport": | 24 #elif $search.intype == "alignreport": |
| 25 alignreport=search.input.dat | 25 alignreport=search.input.dat |
| 26 #elif $search.intype == "list": | 26 #elif $search.intype == "list": |
| 27 list=search.input.dat | 27 list=search.input.dat |
| 28 #elif $search.intype == "taxonomy": | 28 #elif $search.intype == "taxonomy": |
| 29 taxonomy=search.input.dat | 29 taxonomy=search.input.dat |
| 30 #elif $search.intype == "count": | 30 #elif $search.intype == "count": |
| 31 count=search.input.dat | 31 count=search.input.dat |
| 32 #end if | 32 #end if |
| 33 )' | 33 )' |
| 34 | sed 's/ //g' ## mothur trips over whitespace | 34 | sed 's/ //g' ## mothur trips over whitespace |
| 35 | mothur | 35 | mothur |
| 36 | tee mothur.out.log | 36 | tee mothur.out.log |
| 37 ]]></command> | 37 ]]></command> |
| 38 <inputs> | 38 <inputs> |
| 39 <conditional name="search"> | 39 <conditional name="search"> |
| 40 <param name="intype" type="select" label="Type to list" help=""> | 40 <param name="intype" type="select" label="Type to list" help=""> |
| 41 <option value="fasta">Sequence Fasta</option> | 41 <option value="fasta">Sequence Fasta</option> |
| 73 </when> | 73 </when> |
| 74 </conditional> | 74 </conditional> |
| 75 </inputs> | 75 </inputs> |
| 76 <outputs> | 76 <outputs> |
| 77 <expand macro="logfile-output"/> | 77 <expand macro="logfile-output"/> |
| 78 <data name="out_file" format="mothur.accnos" from_work_dir="search.input*.accnos" label="${tool.name} on ${on_string}: accnos"/> | 78 <data name="accnos" format="mothur.accnos" from_work_dir="search.input*.accnos" label="${tool.name} on ${on_string}: accnos"/> |
| 79 </outputs> | 79 </outputs> |
| 80 <tests> | 80 <tests> |
| 81 <test><!-- test with fasta --> | 81 <test><!-- test with fasta --> |
| 82 <param name="intype" value="fasta"/> | 82 <param name="intype" value="fasta"/> |
| 83 <param name="input" value="amazon.fasta"/> | 83 <param name="input" value="amazon.fasta"/> |
| 84 <output name="out_file" md5="590f62ce757219c2e137a532fcd814d1" ftype="mothur.accnos"/> | 84 <output name="accnos" md5="590f62ce757219c2e137a532fcd814d1" ftype="mothur.accnos"/> |
| 85 <expand macro="logfile-test"/> | 85 <expand macro="logfile-test"/> |
| 86 </test> | 86 </test> |
| 87 <test><!-- test with count file --> | 87 <test><!-- test with count file --> |
| 88 <param name="intype" value="count"/> | 88 <param name="intype" value="count"/> |
| 89 <param name="input" value="amazon.count_table"/> | 89 <param name="input" value="amazon.count_table"/> |
| 90 <output name="out_file" md5="360dfea2de2da4d55e75071b026c83b6" ftype="mothur.accnos"/> | 90 <output name="accnos" md5="360dfea2de2da4d55e75071b026c83b6" ftype="mothur.accnos"/> |
| 91 <expand macro="logfile-test"/> | 91 <expand macro="logfile-test"/> |
| 92 </test> | 92 </test> |
| 93 </tests> | 93 </tests> |
| 94 <help> | 94 <help><![CDATA[ |
| 95 <![CDATA[ | |
| 96 | 95 |
| 97 @MOTHUR_OVERVIEW@ | 96 @MOTHUR_OVERVIEW@ |
| 98 | 97 |
| 99 **Command Documentation** | 98 **Command Documentation** |
| 100 | 99 |
| 106 .. _align.report: https://www.mothur.org/wiki/Align.seqs | 105 .. _align.report: https://www.mothur.org/wiki/Align.seqs |
| 107 .. _taxonomy: https://www.mothur.org/wiki/Taxonomy_outline | 106 .. _taxonomy: https://www.mothur.org/wiki/Taxonomy_outline |
| 108 .. _list.seqs: https://www.mothur.org/wiki/list.seqs | 107 .. _list.seqs: https://www.mothur.org/wiki/list.seqs |
| 109 | 108 |
| 110 v.1.20.0: Updated to mothur 1.33, added count and fastq option | 109 v.1.20.0: Updated to mothur 1.33, added count and fastq option |
| 111 ]]> | 110 |
| 112 </help> | 111 ]]></help> |
| 113 <expand macro="citations"/> | 112 <expand macro="citations"/> |
| 114 </tool> | 113 </tool> |
