Skip to content

Commit

Permalink
Remove unnecessary ariba run option
Browse files Browse the repository at this point in the history
Former-commit-id: 7c42388
  • Loading branch information
HarryHung committed Aug 23, 2023
1 parent c7c1ddc commit 5daaeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/amr.nf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ process OTHER_RESISTANCE {
script:
report_debug='result/debug.report.tsv'
"""
ariba run --nucmer_min_id 80 --assembled_threshold 0 "$ariba_database/$database" "$read1" "$read2" result
ariba run --nucmer_min_id 80 "$ariba_database/$database" "$read1" "$read2" result
"""
}

Expand Down

0 comments on commit 5daaeea

Please sign in to comment.