Skip to content

Commit

Permalink
fix: align bbmap rule to new drep outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Jul 30, 2024
1 parent 9c9e4df commit 5e54c2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions workflow/rules/DNA.smk
Original file line number Diff line number Diff line change
Expand Up @@ -621,13 +621,13 @@ rule contig_annotation:

rule bbtools_index_map:
input:
derep_genome_info = join(top_refine_dir, "{name}", "dRep", "data_tables", "Widb.csv"),
derep_winning_figure = join(top_refine_dir, "{name}", "dRep", "figures", "Winning_genomes.pdf"),
derep_args = join(top_refine_dir, "{name}", "dRep", "log", "cluster_arguments.json"),
dRep_dir = join(top_refine_dir, "{name}", "dRep", "dereplicated_genomes"),
cat_bin2cls_filename = join(top_refine_dir, "{name}", "contig_annotation", "out.BAT.bin2classification.txt"),
cat_bing2cls_official = join(top_refine_dir, "{name}", "contig_annotation", "out.BAT.bin2classification.official_names.txt"),
cat_bing2cls_summary = join(top_refine_dir, "{name}", "contig_annotation", "out.BAT.bin2classification.summary.txt"),
derep_genome_info = join(top_refine_dir, "dRep", "data_tables", "Widb.csv"),
derep_winning_figure = join(top_refine_dir, "dRep", "figures", "Winning_genomes.pdf"),
derep_args = join(top_refine_dir, "dRep", "log", "cluster_arguments.json"),
dRep_dir = join(top_refine_dir, "dRep", "dereplicated_genomes"),
cat_bin2cls_filename = join(top_refine_dir, "contig_annotation", "out.BAT.bin2classification.txt"),
cat_bing2cls_official = join(top_refine_dir, "contig_annotation", "out.BAT.bin2classification.official_names.txt"),
cat_bing2cls_summary = join(top_refine_dir, "contig_annotation", "out.BAT.bin2classification.summary.txt"),
R1 = join(top_trim_dir, "{name}", "{name}_R1_trimmed.fastq"),
R2 = join(top_trim_dir, "{name}", "{name}_R2_trimmed.fastq"),
output:
Expand Down

0 comments on commit 5e54c2d

Please sign in to comment.