Skip to content

Commit

Permalink
snakemake: add rule to just build new data files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Feb 16, 2024
1 parent 6cab326 commit 095e731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bear/process_irs/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ rule norm:
shell:
"python -m bear.test_files.normalize {input} - {output}"

rule tfs:
input:
expand("bear_data/{tf}.tf", tf=NEW_TFS),

rule all:
input:
expand(
Expand Down

0 comments on commit 095e731

Please sign in to comment.