Skip to content

Commit

Permalink
Fix allele hashing for chewbacca not using the correct algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Jan 21, 2025
1 parent ac84097 commit 52fc113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/chewbbaca/allelecall/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ process CHEWBBACA_ALLELECALL {
-i assemblies \\
-g $db \\
-o $results \\
--hash-profiles true \\
--hash-profiles sha256 \\
--cpu ${task.cpus} $args
cat <<-END_VERSIONS > versions.yml
Expand Down

0 comments on commit 52fc113

Please sign in to comment.