Skip to content

Commit

Permalink
Snakemake template
Browse files Browse the repository at this point in the history
  • Loading branch information
ahryhorzhevska authored Apr 11, 2022
1 parent 031f10a commit d1b372f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Snakemake
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import numpy as np

file_ids = ['x', 'y']

rule all:
input:

rule generate_data:
output:

# rule subset_data:
# input:
#
# output:


# rule plot:
# input:
#
# output:

0 comments on commit d1b372f

Please sign in to comment.