Skip to content

Commit

Permalink
Snakemake templated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahryhorzhevska committed Apr 12, 2022
1 parent c856cf1 commit 429ed16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Snakefile
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 429ed16

Please sign in to comment.