Skip to content
Snippets Groups Projects
Verified Commit edd36c5b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

bwa: fix typo in index_fasta

parent c6944a8e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ process index_fasta {
script:
"""
bwa index ${params.index_fastq} -p ${fasta.simpleName} ${fasta} \
bwa index ${params.index_fasta} -p ${fasta.simpleName} ${fasta} \
&> ${fasta.simpleName}_bwa_report.txt
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment