Skip to content

Commit 7a97c41

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.4

src/run.sh

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

0 commit comments

Comments
 (0)