# HG changeset patch # User artbio # Date 1720871819 0 # Node ID 6977341bd461ea02471242fe37ccb1f2b55cf2fd # Parent 78d793671a9e3c6689549ff3ea3648131426d754 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/guppy commit 7c2a0f6b17d2d4de6505a374f1b2fe49c6568c8d diff -r 78d793671a9e -r 6977341bd461 guppy_basecaller.xml --- a/guppy_basecaller.xml Sun Dec 10 15:06:44 2023 +0000 +++ b/guppy_basecaller.xml Sat Jul 13 11:56:59 2024 +0000 @@ -1,4 +1,4 @@ - + A simple wrapper for guppy basecaller that depends on configuration files @@ -9,23 +9,23 @@ #end for tar xf $config && guppy_basecaller -i . - --save_path out - --data_path . + --save_path "out" + --data_path "." --config *.cfg - --num_callers 4 + --num_callers \${GALAXY_SLOTS:-2} --records_per_fastq 0 - --cpu_threads_per_caller \${GALAXY_SLOTS:-2} + --cpu_threads_per_caller 1 --disable_pings -### --qscore_filtering -### --calib_detect - && cat out/*.fastq | awk '{ if (NR%4 == 2) {gsub(/U/,"T",$1); print $1} else print }' > $output_fastq + && cat out/pass/*.fastq | awk '{ if (NR%4 == 2) {gsub(/U/,"T",$1); print $1} else print }' > $output_fastq + && echo "guppy must be installed system-wide from ONT linux packages" > $discloser ]]> - + +