Skip to content

Commit

Permalink
Merge branch 'main' of github.com:billbrod/spatial-frequency-preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Oct 26, 2021
2 parents 9faa973 + 410b1e5 commit 4a83fe2
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 4a83fe2

Please sign in to comment.