Mercurial > repos > iuc > mothur_mantel
diff mantel.xml @ 3:7ede0f668a19 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:19:14 -0500 |
| parents | 4baa2c0c53e2 |
| children | 227e93e8d9c8 |
line wrap: on
line diff
--- a/mantel.xml Tue Sep 05 16:19:12 2017 -0400 +++ b/mantel.xml Wed Feb 14 09:19:14 2018 -0500 @@ -7,21 +7,21 @@ <expand macro="stdio"/> <expand macro="version_command"/> <command><![CDATA[ - @SHELL_OPTIONS@ +@SHELL_OPTIONS@ - ## create symlinks to input datasets - ln -s "$dist" dist.dat && - ln -s "$dist2" dist2.dat && +## create symlinks to input datasets +ln -s '$dist' dist.dat && +ln -s '$dist2' dist2.dat && - echo 'mantel( - phylip1=dist.dat, - phylip2=dist2.dat, - method=$method, - iters=$iters - )' - | sed 's/ //g' ## mothur trips over whitespace - | mothur - | tee mothur.out.log +echo 'mantel( + phylip1=dist.dat, + phylip2=dist2.dat, + method=$method, + iters=$iters +)' +| sed 's/ //g' ## mothur trips over whitespace +| mothur +| tee mothur.out.log ]]></command> <inputs> <param name="dist" type="data" format="mothur.dist,mothur.lower.dist,mothur.square.dist" label="phylip - Distance Matrix"/> @@ -49,8 +49,7 @@ <expand macro="logfile-test"/> </test> </tests> - <help> -<![CDATA[ + <help><![CDATA[ @MOTHUR_OVERVIEW@ @@ -61,7 +60,6 @@ .. _matrices: //www.mothur.org/wiki/Phylip-formatted_distance_matrix .. _mantel: https://www.mothur.org/wiki/Mantel -]]> - </help> + ]]></help> <expand macro="citations"/> </tool>
