Skip to content

Commit

Permalink
[style] Apply snakefmt to files before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christinehc committed Dec 8, 2022
1 parent 619f554 commit e9e9fc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snekmer/rules/model.smk
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,15 @@ out_dir = skm.io.define_output_dir(
config["alphabet"], config["k"], nested=config["nested_output"]
)


# show warnings if files excluded
onstart:
[
skm.utils.check_n_seqs(fa, config["model"]["cv"], show_warning=True) for fa in input_files
skm.utils.check_n_seqs(fa, config["model"]["cv"], show_warning=True)
for fa in input_files
]


# define output files to be created by snekmer
rule all:
input:
Expand Down

0 comments on commit e9e9fc8

Please sign in to comment.