Skip to content

Commit

Permalink
make the ipython kernel step depend on the papermill environment (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Oct 23, 2021
1 parent f3d5430 commit 68f2bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genome_grist/conf/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@ rule smash_abundtrim_wc:

# configure ipython kernel for papermill
rule set_kernel:
input:
srcdir('env/papermill.yml')
output:
touch(f"{outdir}/.kernel.set")
conda: 'env/papermill.yml'
Expand Down

0 comments on commit 68f2bbb

Please sign in to comment.