Skip to content
Snippets Groups Projects
Commit 6564fa23 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Remove SLURM options from mkfastq process

parent d61b199d
Branches
Tags
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5379 failed with stages
in 4 minutes and 14 seconds
......@@ -97,7 +97,7 @@ process mkfastq {
"""
hostname
ulimit -a
cellranger mkfastq --id=${bcl.baseName} --run=${bcl} --csv=${design} -r \$SLURM_CPUS_ON_NODE -p \$SLURM_CPUS_ON_NODE -w \$SLURM_CPUS_ON_NODE
cellranger mkfastq --id=${bcl.baseName} --run=${bcl} --csv=${design}
"""
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment