Skip to content

Commit

Permalink
Fix incorrect thread count issue of LSF profile
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryHung committed May 29, 2024
1 parent 65fa15c commit 99c286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/info.nf
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ process FASTP_VERSION {

process UNICYCLER_VERSION {
label 'unicycler_container'
label 'farm_low'
label 'farm_high_fallible'

output:
tuple env(VERSION), env(THREAD)
Expand All @@ -486,7 +486,7 @@ process UNICYCLER_VERSION {

process SHOVILL_VERSION {
label 'shovill_container'
label 'farm_low'
label 'farm_high_fallible'

output:
tuple env(VERSION), env(THREAD)
Expand Down

0 comments on commit 99c286b

Please sign in to comment.