Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralVerity committed Aug 30, 2023
1 parent da6b46d commit c213a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denv_pipeline/scripts/denv_pipeline.smk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rule mapper:
individual_all_virustype_info = temp(os.path.join(config["tempdir"], "{sample}_all_virustype_info.txt"))
log:
out = os.path.join(config["outdir"], "log_files", "_".join(["{sample}", "mapping_stdout.log"])),
err = os.path.join(config["outdir"], "log_files", "_".join(["{sample}", "mapping_stderr.log"])),
err = os.path.join(config["outdir"], "log_files", "_".join(["{sample}", "mapping_stderr.log"]))
params:
mapper_script = os.path.join(workflow.current_basedir,"mapper.sh"),
primer_dir = config["reference_directory"],
Expand Down

0 comments on commit c213a60

Please sign in to comment.