Skip to content

Commit b222832

Browse files
committed
Patch: disable reporting feature due to removal of next branch within vega/vega-embed, breaks snakemake reporting feature.
1 parent 11f1ba9 commit b222832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

src/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ snakemake --latency-wait 120 -s "$3/workflow/Snakefile" -d "$3" \\
231231
--rerun-incomplete --stats "$3/logfiles/runtime_statistics.json" \\
232232
--keep-remote --local-cores 14 2>&1
233233
# Create summary report
234-
snakemake -d "$3" --report "Snakemake_Report.html"
234+
# snakemake -d "$3" --report "Snakemake_Report.html"
235235
EOF
236236
chmod +x kickoff.sh
237237
job_id=$(sbatch kickoff.sh | tee -a "$3"/logfiles/master.log)

0 commit comments

Comments
 (0)