Skip to content

Commit

Permalink
updating hifiasm output name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Jan 3, 2024
1 parent 893a7f7 commit 4a1b24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/purge_dups2.smk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rule run_purge_dups_alt:
input:
reads = "results/reads/hifi/hifi.fastq.gz",
fasta = "results/hifiasm/hifiasm.asm.bp.a_ctg.fa",
fasta = "results/hifiasm/hifiasm.asm.a_ctg.fa",
hap_fa_in = "results/purge_dups/hap.fa"
output:
merged_fasta = "results/purge_dups_alt/merged.fa",
Expand Down

0 comments on commit 4a1b24d

Please sign in to comment.