Skip to content
Snippets Groups Projects
Commit f29fa7fc authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Update runme.sh

parent 56a6343c
No related branches found
No related tags found
No related merge requests found
......@@ -35,3 +35,8 @@ conda activate snakemake
snakemake --use-envmodules -n
#run the pipeline
sbatch -q hubbioit -p hubbioit snakemake --cluster-config config/cluster_config.json --use-envmodules --cluster "sbatch --mem={cluster.ram} --cpus-per-task={threads} -q hubbioit -p hubbioit" -j 300 --nolock
#re-run the pipeline at specific step
sbatch -q hubbioit -p hubbioit snakemake --cluster-config config/cluster_config.json --use-envmodules --cluster "sbatch --mem={cluster.ram} --cpus-per-task={threads} -q hubbioit -p hubbioit" -j 300 --nolock --forcerun multiqc
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