Skip to content

Commit

Permalink
all cluster-submitted rules need logs
Browse files Browse the repository at this point in the history
or sbatch gets mad
  • Loading branch information
Billy Broderick committed Oct 26, 2021
1 parent 9857538 commit 410b1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,8 @@ rule figure_paper:
figure_paper_input,
output:
os.path.join('reports', 'paper_figures', '{fig_name}'),
log:
os.path.join(config["DATA_DIR"], 'code', 'paper_figures', '{fig_name}-%j.log')
run:
import shutil
shutil.copy(input[0], output[0])
Expand Down

0 comments on commit 410b1e5

Please sign in to comment.