Mercurial > repos > iuc > mothur_mimarks_attributes
comparison mimarks.attributes.xml @ 3:b708a003d02e 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:47:27 -0500 |
| parents | 7de47b23e7f9 |
| children | 443256fa340e |
comparison
equal
deleted
inserted
replaced
| 2:419044fa4f0c | 3:b708a003d02e |
|---|---|
| 1 <tool profile="16.07" id="mothur_mimarks_attributes" name="Get.mimarkspackage" version="@WRAPPER_VERSION@.0"> | 1 <tool profile="16.07" id="mothur_mimarks_attributes" name="Mimarks.attributes" version="@WRAPPER_VERSION@.0"> |
| 2 <description>Reads bioSample Attributes xml and generates source for get.mimarkspackage command</description> | 2 <description>Reads bioSample Attributes xml and generates source for get.mimarkspackage command</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 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 "$biosample_in" biosample_in.dat && | 13 ln -s '$biosample_in' biosample_in.dat && |
| 14 | 14 |
| 15 echo 'mimarks.attributes( | 15 echo 'mimarks.attributes( |
| 16 xml=biosample_in.dat | 16 xml=biosample_in.dat |
| 17 )' | 17 )' |
| 18 | sed 's/ //g' ## mothur trips over whitespace | 18 | sed 's/ //g' ## mothur trips over whitespace |
| 19 | mothur | 19 | mothur |
| 20 | tee mothur.out.log | 20 | tee mothur.out.log |
| 21 ]]></command> | 21 ]]></command> |
| 22 <inputs> | 22 <inputs> |
| 23 <param name="biosample_in" type="data" format="xml" label="BioSample attributes xml file"/> | 23 <param name="biosample_in" type="data" format="xml" label="BioSample attributes xml file"/> |
| 24 <!-- TODO: add package type options (currently none described in documentation apart from default) | 24 <!-- TODO: add package type options (currently none described in documentation apart from default) |
| 25 <param name="package" type="select" label="package - select the mimarks package you would like to use"> | 25 <param name="package" type="select" label="package - select the mimarks package you would like to use"> |
| 35 <param name="biosample_in" value="biosample.xml" ftype="xml"/> | 35 <param name="biosample_in" value="biosample.xml" ftype="xml"/> |
| 36 <output name="source_out" md5="682288477dd8866465ba475bd0825517" ftype="txt"/> | 36 <output name="source_out" md5="682288477dd8866465ba475bd0825517" ftype="txt"/> |
| 37 <expand macro="logfile-test"/> | 37 <expand macro="logfile-test"/> |
| 38 </test> | 38 </test> |
| 39 </tests> | 39 </tests> |
| 40 <help> | 40 <help><![CDATA[ |
| 41 <![CDATA[ | |
| 42 | 41 |
| 43 @MOTHUR_OVERVIEW@ | 42 @MOTHUR_OVERVIEW@ |
| 44 | 43 |
| 45 **Command Documentation** | 44 **Command Documentation** |
| 46 | 45 |
| 47 The mimarks.attributes_ Reads bioSample Attributes xml and generates source for make.sra command. | 46 The mimarks.attributes_ command reads `BioSample Attributes`_ xml and generates source for get.mimarkspackage_ command. |
| 48 | 47 |
| 49 ]]> | 48 .. _mimarks.attributes: https://www.mothur.org/w/index.php?search=mimarks.attributes |
| 50 </help> | 49 .. _BioSample Attributes: https://www.ncbi.nlm.nih.gov/biosample/docs/attributes/ |
| 50 .. _get.mimarkspackage: https://www.mothur.org/wiki/Get.mimarkspackage | |
| 51 | |
| 52 ]]></help> | |
| 51 <citations> | 53 <citations> |
| 52 <citation type="doi">10.1128/AEM.01541-09</citation> | 54 <citation type="doi">10.1128/AEM.01541-09</citation> |
| 53 </citations> | 55 </citations> |
| 54 </tool> | 56 </tool> |
