Mercurial > repos > dcorreia > phylogeny_tools
changeset 25:50d7b9d2cdcb draft
Uploaded
| author | dcorreia |
|---|---|
| date | Fri, 30 Sep 2016 05:44:54 -0400 |
| parents | ea1f4435615d |
| children | cf439a4e1382 |
| files | seqtypedetect/seqtypedetect.xml |
| diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/seqtypedetect/seqtypedetect.xml Fri Sep 30 05:44:23 2016 -0400 +++ b/seqtypedetect/seqtypedetect.xml Fri Sep 30 05:44:54 2016 -0400 @@ -1,6 +1,10 @@ <tool id="seqtypedetect" name="Sequence type detection" version="1.0"> <description>Detect sequence datatype on fasta file</description> - <command interpreter="python">seqtypedetect.py $input > $output</command> + <command interpreter="python"> + <![CDATA[ + seqtypedetect.py $input 2>&1 1>$output + ]]> + </command> <inputs> <param name="input" format="fasta" type="data" label="Source file" help="Fasta sequence file"/> </inputs>
