Skip to content

Commit

Permalink
remove some outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 13, 2024
1 parent 68c0c76 commit 413fe25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/amplicon_covs_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ def main(
click.echo("Outputting plots.")
make_cov_heatmap(all_covs, os.path.join(outdir, "cov_heatmap.pdf"))

print("Making median cov hist")

make_median_cov_hist(all_covs, os.path.join(outdir, "median_cov_hist.pdf"))
make_median_coverage_barplot(
all_covs, os.path.join(outdir, "median_coverage_barplot.pdf")
Expand Down
3 changes: 2 additions & 1 deletion workflows/amplicon_cov.smk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ rule relative_amplicon_coverage_per_batch:
-f {input.samples} \
-r {params.primers_fp} \
-o {params.output_dir} \
-p
-p \
-v
"""


Expand Down

0 comments on commit 413fe25

Please sign in to comment.