Mercurial > repos > iuc > mothur_get_communitytype
diff get.communitytype.xml @ 2:38def0f0b7cc 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:15:33 -0500 |
| parents | c927518943fc |
| children | 6d432db714ed |
line wrap: on
line diff
--- a/get.communitytype.xml Tue Sep 05 16:36:29 2017 -0400 +++ b/get.communitytype.xml Wed Feb 14 09:15:33 2018 -0500 @@ -7,37 +7,37 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s '$otu' shared.dat && +## create symlinks to input datasets +ln -s '$otu' shared.dat && - echo 'get.communitytype( - shared=shared.dat, - #if $label: - label=${ str($label).replace(",","-") }, - #end if - #if $groups: - groups=${ str($groups).replace(",","-") }, - #end if - method=$m.method, - #if $m.method == 'kmeans' or $m.method == 'pams': - calc=$m.calc, - iters=$m.iters, - #end if - #if int($subsample) == 0: - subsample=T, - #elif int($subsample) > 0: - subsample=$subsample, - #end if - minpartitions=$minpartitions, - maxpartitions=$maxpartitions, - optimizegap=$optimizegap, - processors='\${GALAXY_SLOTS:-8}' - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'get.communitytype( + shared=shared.dat, + #if $label: + label=${ str($label).replace(",","-") }, + #end if + #if $groups: + groups=${ str($groups).replace(",","-") }, + #end if + method=$m.method, + #if $m.method == 'kmeans' or $m.method == 'pams': + calc=$m.calc, + iters=$m.iters, + #end if + #if int($subsample) == 0: + subsample=T, + #elif int($subsample) > 0: + subsample=$subsample, + #end if + minpartitions=$minpartitions, + maxpartitions=$maxpartitions, + optimizegap=$optimizegap, + processors='\${GALAXY_SLOTS:-8}' +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="otu" type="data" format="mothur.shared" label="shared - Shared file"/>
