# HG changeset patch # User artbio # Date 1606576350 0 # Node ID df3f2f852ed52643c029fb6ac92fc3d931171d66 # Parent cfc7ff08ad201df23bffa72bf6d8b53005650014 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/guppy commit dce10266bcd6c49429740b724d833f109f4e5cad" diff -r cfc7ff08ad20 -r df3f2f852ed5 guppy_basecaller.xml --- 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 @@ - + A simple wrapper for guppy basecaller that depends on configuration files @@ -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 ]]> - - - +