Skip to content

Commit

Permalink
BUG: longread fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beardymcjohnface committed Dec 17, 2024
1 parent 30f1e45 commit e96ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hecatomb/snakemake/workflow/rules/assembly/longreads.smk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rule lr_cross_assembly:
rule canu_sample_assembly:
"""Per-sample assembly with canu; also works for unmapped rescue reads"""
input:
os.path.join(dir["out"]["trim"], "{sample}" + "_RS" + config["args"]["hostStr"] + ".fastq.gz")
os.path.join(dir["out"]["trim"], "{sample}" + "_S" + config["args"]["hostStr"] + ".fastq.gz")
output:
ctg = os.path.join(dir["out"]["assembly"],"{sample}","{sample}.contigs.fasta"),
ctgq = os.path.join(dir["out"]["assembly"],"{sample}","{sample}.contigs.uniq.fasta"),
Expand Down

0 comments on commit e96ca0b

Please sign in to comment.