Skip to content
Snippets Groups Projects
Commit 4645cdf4 authored by aliarifki's avatar aliarifki
Browse files

modification du profile pollux

parent 5f0f92d2
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ profiles {
pollux {
singularity.enabled = true
singularity.cacheDir = "./bin/"
singularity.bind = "/home"
singularity.runOptions = "--bind /data,/home"
process {
errorStrategy = 'finish'
memory = '32GB'
......
......@@ -27,7 +27,7 @@ process basecall_fast5_gpu {
}
input:
val(fast5_folder)
path(fast5_folder)
output:
path "pass", emit: pass
......@@ -39,10 +39,11 @@ process basecall_fast5_gpu {
"""
echo "Start basecalling using GPUs."
# guppy_basecaller --print_workflows
find -type f -name "*.fast5" > allfast5files.txt
path=\$(readlink -f ${fast5_folder})
find \${path} -type f -name "*.fast5" > allfast5files.txt
guppy_basecaller --compress_fastq \
-i ${fast5_folder} \
--input_file_list allfast5files.txt \
-i / \
--input_file_list fichier.txt \
-s . \
--flowcell ${params.flowcell} \
--kit ${params.kit} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment