Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkobel committed May 29, 2024
1 parent e4ff67d commit 71345c4
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions dynamic_report/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ rule dynamic_report:
knit_root_dir = current_dir
)'
echo clean
# Clean up
rm -r .writable_template_copy # Problem is that this file is only removed if pipeline finishes. # Debug inactivev
Expand All @@ -90,25 +89,7 @@ rule dynamic_report:
test -f "{params.end_script}" && echo "running end script" && . {params.end_script} {batch_title} {output_directory}/report_{batch_title}.html
echo "report subpipeline: report written to {output.html}"
echo " ______________________________ "
echo " < The report has been rendered > "
echo " ------------------------------ "
echo " \\ "
echo " \\ /\\ /\\ "
echo " \\ ( \\\\ // ) "
echo " \\ \\_\\\\||||//_/ "
echo " \\ \\/ _ _ \\ "
echo " \\ \\/|(O)(O)| "
echo " ___________________\\/ \\ / "
echo " // // |____| "
echo " /| \\| ( 0 0 ) "
echo " / \\ ) V / \\____/ "
echo "\"\" \\ /_________( |_/ "
echo " / / / / \\ || "
echo " | | | | | || "
echo " |_| |_| |_|| "
echo " \\_\\ \\_\\ \\_\\\\ "
echo "The report has been rendered"
"""


Expand All @@ -119,5 +100,4 @@ onsuccess:




# Note: The stderr/out from rule report should not be shown on screen as it problematically wipes possible interesting fail-outputs from the main asscom2 pipeline.

0 comments on commit 71345c4

Please sign in to comment.