Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 15, 2023
1 parent 96b19b2 commit 6a78acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/openms/thirdparty/luciphoradapter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process LUCIPHORADAPTER {
path "*.log", emit: log

script:
// The OpenMS adapters need the actuall jar file, not the executable/shell wrapper that (bio)conda creates
// The OpenMS adapters need the actual jar file, not the executable/shell wrapper that (bio)conda creates
luciphor_jar = ''
if (workflow.containerEngine || (task.executor == "awsbatch")) {
luciphor_jar = "-executable \$(find /usr/local/share/luciphor2-*/luciphor2.jar -maxdepth 0)"
Expand Down

0 comments on commit 6a78acb

Please sign in to comment.