Skip to content

Commit

Permalink
Format/lint snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnitka committed Nov 29, 2023
1 parent c195a9d commit 2eba304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snekmer/rules/motif.smk
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ n_iter = config["motif"]["n"]
# define output files to be created by snekmer
rule all:
input:
expand(join("input", "{uz}"), uz=UZS), # require unzipping
expand(join(out_dir, "motif", "p_values", "{nb}.csv.gz"), nb=NON_BGS), # require motif identification
expand(join("input", "{uz}"), uz=UZS),
expand(join(out_dir, "motif", "p_values", "{nb}.csv.gz"), nb=NON_BGS),


# if any files are gzip zipped, unzip them
Expand Down

0 comments on commit 2eba304

Please sign in to comment.