Mercurial > repos > artbio > guppy_basecaller
diff guppy_basecaller.xml @ 3:df3f2f852ed5 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/guppy commit dce10266bcd6c49429740b724d833f109f4e5cad"
author | artbio |
---|---|
date | Sat, 28 Nov 2020 15:12:30 +0000 |
parents | cfc7ff08ad20 |
children | bc53d2ba84c4 |
line wrap: on
line diff
--- a/guppy_basecaller.xml Thu Nov 19 00:20:32 2020 +0000 +++ b/guppy_basecaller.xml Sat Nov 28 15:12:30 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="guppy-basecaller" name="Guppy basecaller wrapper" version="0.1.5" python_template_version="3.5"> +<tool id="guppy-basecaller" name="Guppy basecaller wrapper" version="0.1.6" python_template_version="3.5"> <description>A simple wrapper for guppy basecaller that depends on configuration files</description> <requirements> </requirements> @@ -16,17 +16,16 @@ --records_per_fastq 0 --cpu_threads_per_caller \${GALAXY_SLOTS:-2} --disable_pings - --qscore_filtering +### --qscore_filtering ### --calib_detect + && cat *.fastq | awk '{ if (NR%4 == 2) {gsub(/U/,"T",$1); print $1} else print }' > $output.fastq ]]></command> <inputs> <param name="infiles" type="data_collection" format="h5" label="Fast5 input (datatype h5)" multiple="true"/> <param name="config" type="data" format="tar" label="Guppy basecall configuration model"/> </inputs> <outputs> - <data name="guppy_result" format="fastq"> - <discover_datasets directory="out/pass" ext="fastq" pattern=".+\.fastq" visible="true"/> - </data> + <data name="output.fastq" format="fastqsanger" /> </outputs> <help><![CDATA[ A wrapper for guppy basecaller. This expects two type of inputs: a collection of fast5 files,