Mercurial > repos > iuc > mothur_get_rabund
diff get.rabund.xml @ 3:4b702fcdcd36 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:41:38 -0500 |
| parents | bd8b854bdb00 |
| children | b5025af79eac |
line wrap: on
line diff
--- a/get.rabund.xml Tue Sep 05 16:35:37 2017 -0400 +++ b/get.rabund.xml Wed Feb 14 09:41:38 2018 -0500 @@ -7,36 +7,37 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$count" count.dat && - ln -s "$otu" otu.dat && +## create symlinks to input datasets +ln -s '$count' count.dat && +ln -s '$otu' otu.dat && - echo 'get.rabund( - #if $label: - label=${ str($label).replace(",","-") }, - #end if - #if $count: - count=count.dat, - #end if - #if $otu.is_of_type("mothur.list"): - list=otu.dat, - #elif $otu.is_of_type("mothur.sabund"): - sabund=otu.dat, - #end if - sorted=$sorted - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'get.rabund( + #if $label: + label=${ str($label).replace(",","-") }, + #end if + #if $count: + count=count.dat, + #end if + #if $otu.is_of_type("mothur.list"): + list=otu.dat, + #elif $otu.is_of_type("mothur.sabund"): + sabund=otu.dat, + #end if + sorted=$sorted +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="otu" type="data" format="mothur.list,mothur.sabund" label="list,sabund - List or Sabund"/> <param name="label" type="select" multiple="true" label="label - select OTU distance labels" help="(all used if none are selected)"> <expand macro="labeloptions"/> </param> - <param name="sorted" type="boolean" checked="false" truevalue="true" falsevalue="false" label="sorted - sort by abundance" help="By default the data in the rabund file the same order as the OTUs in input, select to sort by abundance."/> + <param name="sorted" type="boolean" checked="false" truevalue="true" falsevalue="false" label="sorted - sort by abundance" + help="By default the data in the rabund file the same order as the OTUs in input, select to sort by abundance."/> <param name="count" type="data" format="mothur.count_table" optional="true" label="count - a count_table" help="generated by count.seqs"/> </inputs> <outputs> @@ -56,8 +57,7 @@ <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -70,7 +70,6 @@ .. _sabund: https://www.mothur.org/wiki/Sabund_file .. _get.rabund: https://www.mothur.org/wiki/Get.rabund -]]> - </help> + ]]></help> <expand macro="citations"/> </tool>
