Skip to content

Commit

Permalink
renaming kraken
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Sep 20, 2021
1 parent 3d8fe57 commit 47987ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/process_metagenomes.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ FQEXTN = EXTENSIONS[0]
PATTERN_R1 = '{sample}_R1.' + FQEXTN
PATTERN_R2 = '{sample}_R2.' + FQEXTN

# read the rules for running kraken, focus, and superfocus.
include: "rules/kraken_focus.snakefile"
# read the rules for running kraken, focus, superfocus, singlem, etc.
include: "rules/read_annotations.snakefile"

rule all:
input:
# these rules are from rules/kraken_focus.snakefile
# these rules are from rules/read_annotations.snakefile
expand(
[
os.path.join(PSEQDIR_TWO, "{sample}_good_out_R1.fastq"),
Expand Down

0 comments on commit 47987ba

Please sign in to comment.