Skip to content
Snippets Groups Projects

QuaC - First major review

Merged Manavalan Gajapathy requested to merge make_it_production_ready into master
All threads resolved!
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -60,8 +60,6 @@ def create_snakemake_command(args):
"--cluster 'sbatch --ntasks {cluster.ntasks} --partition {cluster.partition}"
" --cpus-per-task {cluster.cpus-per-task} --mem {cluster.mem}"
" --output {cluster.output} --parsable'",
"--wms-monitor http://10.111.161.152/panoptes",
f"--wms-monitor-arg name=22 id=4365",
]
# add any user provided extra args for snakemake
Loading