Mercurial > repos > oinizan > frogs
diff normalisation.xml @ 27:646bee69560f draft
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit b6afc353bed8654c3a9ca56d194ecc7827d9ca18
| author | oinizan |
|---|---|
| date | Wed, 30 Apr 2025 06:13:02 +0000 |
| parents | 57824202c333 |
| children | fce825ec2c84 |
line wrap: on
line diff
--- a/normalisation.xml Thu Apr 03 05:58:59 2025 +0000 +++ b/normalisation.xml Wed Apr 30 06:13:02 2025 +0000 @@ -23,27 +23,26 @@ </macros> <expand macro="requirements"/> - <stdio> - <exit_code range="1:" /> - <exit_code range=":-1" /> - </stdio> - <command> - which normalisation.py; - + <command detect_errors="exit_code"> + [<![CDATA[ normalisation.py - --input-biom '$input_biom' - --input-fasta '$input_fasta' - #if $sampling_method.sampling_by_min == "yes" - --sampling-by-min - #else - --num-reads '$sampling_method.num_reads' - #if $sampling_method.delete_samples == "true" - --delete-samples - #end if - #end if - --output-biom '$output_biom' - --output-fasta '$output_fasta' - --summary-file '$summary_file' + --input-biom '$input_biom' + --input-fasta '$input_fasta' + + #if $sampling_method.sampling_by_min == "yes" + --sampling-by-min + #else + --num-reads '$sampling_method.num_reads' + + #if $sampling_method.delete_samples == "true" + --delete-samples + #end if + #end if + + --output-biom '$output_biom' + --output-fasta '$output_fasta' + --summary-file '$summary_file' + ]]> </command> <inputs> <param format="fasta" argument="--input-fasta" type="data" label="Sequence file" help="Sequence file to normalise (format: fasta)." />
