Mercurial > repos > iuc > fastqe
changeset 1:8d3aff8ba8ad draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqe commit acc3e75aff3a12ee82d03fbfe676ec81d5451c6e"
author | iuc |
---|---|
date | Mon, 20 Jul 2020 08:04:02 -0400 |
parents | ece21607a21d |
children | a252d8415583 |
files | fastqe.xml |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/fastqe.xml Mon Jul 13 15:14:11 2020 -0400 +++ b/fastqe.xml Mon Jul 20 08:04:02 2020 -0400 @@ -1,7 +1,7 @@ -<tool id="fastqe" name="FASTQE" version="0.1.1"> +<tool id="fastqe" name="FASTQE" version="0.2.6"> <description>visualize fastq files with emoji's 🧬😎</description> <requirements> - <requirement type="package" version="0.1.1">fastqe</requirement> + <requirement type="package" version="0.2.6">fastqe</requirement> </requirements> <command detect_errors="exit_code"> <![CDATA[ @@ -16,6 +16,7 @@ --mean $bin --min + --long $long --max #for i in $input: '$i.element_identifier' @@ -27,6 +28,7 @@ <inputs> <param label="FastQ data" name="input" type="data" format="fastq" multiple="true"/> <param label="Bin scores" name="bin" type="boolean" truevalue="--bin" falsevalue="" /> + <param label="Maximum read length" name="long" type="integer" help="Enable long reads up to this many bp long." min="1" value="500"/> </inputs> <outputs> <data format="html" name="output"/>