Skip to content
Snippets Groups Projects
Commit ea55050b authored by Susheel Busi's avatar Susheel Busi
Browse files

launcher script updated

parent ee91f8fa
No related branches found
No related tags found
1 merge request!61Work
......@@ -17,4 +17,4 @@ fi
MAILUSER="susheel.busi@uni.lu"
SLURM_ARGS="-p {cluster.partition} -N 1 -n {cluster.n} -c {cluster.ncpus} -t {cluster.time} --job-name={cluster.job-name} --mail-user ${MAILUSER} --mail-type {cluster.mail-type} -o {cluster.output} -e {cluster.error} {cluster.explicit}"
(date; conda activate snakemake; export PATH=$PATH:"/home/users/sbusi/apps/ont-guppy/bin/"; snakemake -j 4 --cluster-config cluster.json --cluster "sbatch $SLURM_ARGS" -s SNAKEFILE -p --use-conda ${TARGET} ; date) &> ${LOG}
(date; conda activate snakemake; export PATH=$PATH:"/home/users/sbusi/apps/ont-guppy/bin/"; snakemake -j 6 --cluster-config cluster.json --cluster "sbatch $SLURM_ARGS" -s workflows_SNAKEFILE -p --use-conda ${TARGET} ; date) &> ${LOG}
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