Skip to content

Commit

Permalink
untracked changes
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation committed Dec 16, 2024
1 parent e2b577d commit 8484072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/process/abricate_samtool_extracter.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ process abricate_samtool_extracter {
path("*.fa")
script:
"""
samtools_clinker_parser.sh ${tabfile} ${params.searchterm} ${params.range}
samtools_clinker_parser.sh ${tabfile} "${params.searchterm}" ${params.range}
samtools faidx ${fasta}
samtools faidx ${fasta} --continue
while read fastaheader; do
samtools faidx ${fasta} "\$fastaheader" >> "\${fastaheader}".fa
Expand Down

0 comments on commit 8484072

Please sign in to comment.