Mercurial > repos > iuc > mothur_venn
diff venn.xml @ 3:cf4bae168475 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:56:02 -0500 |
| parents | a5b314f7fa9e |
| children | 35c0f00bf01d |
line wrap: on
line diff
--- a/venn.xml Tue Sep 05 16:31:15 2017 -0400 +++ b/venn.xml Wed Feb 14 09:56:02 2018 -0500 @@ -7,35 +7,35 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$input.otu" input_otu.dat && +## create symlinks to input datasets +ln -s '$input.otu' input_otu.dat && - echo 'venn( - #if $input.source == "shared": - shared=input_otu.dat, - nseqs=$nseqs, - permute=$permute, - #if $input.groups: - groups=${ str($input.groups).replace(",","-") }, - #end if - #elif $input.source == "similarity": - list=input_otu.dat, - abund=$input.abund, - #end if - #if $input.label: - label=${ str($input.label).replace(",","-") }, - #end if - #if $input.calc: - calc=${ str($input.calc).replace(",","-") }, - #end if - fontsize=$fontsize, - sharedotus=$sharedotus - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'venn( + #if $input.source == "shared": + shared=input_otu.dat, + nseqs=$nseqs, + permute=$permute, + #if $input.groups: + groups=${ str($input.groups).replace(",","-") }, + #end if + #elif $input.source == "similarity": + list=input_otu.dat, + abund=$input.abund, + #end if + #if $input.label: + label=${ str($input.label).replace(",","-") }, + #end if + #if $input.calc: + calc=${ str($input.calc).replace(",","-") }, + #end if + fontsize=$fontsize, + sharedotus=$sharedotus +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <conditional name="input"> @@ -89,7 +89,7 @@ <discover_datasets pattern=".*?\.(?P<designation>.*)\.sharedotus" format="tabular"/> </collection> <collection name="svgs_out" type="list" label="${tool.name} on ${on_string}: svg"> - <discover_datasets pattern=".*?\.(?P<designation>.*)\.svg"/> + <discover_datasets pattern=".*?\.(?P<designation>.*)\.svg" format="svg"/> </collection> <expand macro="logfile-output"/> </outputs> @@ -100,10 +100,10 @@ <param name="calc" value="sharedsobs,sharedchao"/> <param name="groups" value="forest,pasture"/> <output_collection name="sharedotus_out" count="35"> - <element name="0.05.sharedsobs.forest-pasture" md5="7513c9df64477a08b69f0d4665011e80" ftype="tabular"/> + <element name="0.05.sharedsobs.forest-pasture" md5="7513c9df64477a08b69f0d4665011e80" ftype="tabular" /> </output_collection> <output_collection name="svgs_out" count="72"> - <element name="0.05.sharedsobs.forest-pasture" md5="b3c6eba426e2e2b9002699e5e62cb71d"/> + <element name="0.05.sharedsobs.forest-pasture" md5="e2dc0d5485520f5b22aa185ba91b123e" ftype="svg" /> </output_collection> <expand macro="logfile-test"/> </test> @@ -113,13 +113,12 @@ <param name="calc" value="sobs,chao,ace"/> <param name="groups" value="forest,pasture"/> <output_collection name="svgs_out" count="108"> - <element name=".0.45.ace" md5="d69778f507939bc2f5d2bbc3a0088f21"/> + <element name=".0.45.ace" md5="d69778f507939bc2f5d2bbc3a0088f21" ftype="svg"/> </output_collection> <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -129,7 +128,6 @@ .. _venn: https://www.mothur.org/wiki/Venn -]]> - </help> + ]]></help> <expand macro="citations"/> </tool>
