Mercurial > repos > dereeper > sniplay
changeset 11:15b23cdde685 draft
planemo upload commit 305985afd3b7c3d47f531149c2f1a279af2d12aa-dirty
author | dereeper |
---|---|
date | Fri, 20 Apr 2018 09:04:25 -0400 |
parents | c6640c49fd01 |
children | 88748d846a20 |
files | MDSplot/mdsplot.xml Rooting/rooting.xml |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MDSplot/mdsplot.xml Mon Apr 16 09:00:24 2018 -0400 +++ b/MDSplot/mdsplot.xml Fri Apr 20 09:04:25 2018 -0400 @@ -6,6 +6,7 @@ <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work --> <requirements> <requirement type="binary">perl</requirement> + <requirement type="package">rsync</requirement> <requirement type="package" version="1.6.924">perl-bioperl</requirement> <requirement type="package" version="1.90b4">plink</requirement> </requirements> @@ -102,9 +103,13 @@ plink_ 1.90b4, Conda version Bioperl perl-bioperl_ 1.6.924, Conda version +Rsync + rsync_, Conda version + .. _plink: https://anaconda.org/bioconda/plink .. _perl-bioperl: https://anaconda.org/bioconda/perl-bioperl +.. _rsync: https://anaconda.org/conda-forge/rsync ----------- Input files
--- a/Rooting/rooting.xml Mon Apr 16 09:00:24 2018 -0400 +++ b/Rooting/rooting.xml Fri Apr 20 09:04:25 2018 -0400 @@ -30,14 +30,14 @@ <!-- [REQUIRED] Input files and tool parameters --> <inputs> - <param name="filein" type="data" format="nwk,nhx" optional="false" label="Newick tree input" /> + <param name="filein" type="data" format="nhx" optional="false" label="Newick tree input" /> <param name="fileout_label" type="text" value="out tree" label="Output name" help="Output name for files" /> </inputs> <!-- [REQUIRED] Output files --> <outputs> <data name="fileout_log" format="txt" label="${fileout_label}.log" /> - <data name="fileout" format="nwk,nhx" label="${fileout_label}" /> + <data name="fileout" format="nhx" label="${fileout_label}" /> </outputs> <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->