Skip to content

Commit

Permalink
adding input bwa index
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Jan 4, 2024
1 parent e5d9036 commit 5f23fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/bwa_mem.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
rule bwa_mem:
input:
REF = "results/purge_dups/hifiasm_p_purged.fa",
index = rules.bwa_index.output[0],
forward_hic = "results/fastp/{sample}_trim_1.fastq.gz",
reverse_hic = "results/fastp/{sample}_trim_2.fastq.gz"
output:
Expand Down

0 comments on commit 5f23fc7

Please sign in to comment.