From e9e9fc858e5de676cd86789f9f8d983366e8914e Mon Sep 17 00:00:00 2001 From: christinehc Date: Wed, 7 Dec 2022 17:51:21 -0800 Subject: [PATCH] [style] Apply snakefmt to files before commit --- snekmer/rules/model.smk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snekmer/rules/model.smk b/snekmer/rules/model.smk index 3edbf40..1a239e7 100644 --- a/snekmer/rules/model.smk +++ b/snekmer/rules/model.smk @@ -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: