Skip to content

Commit

Permalink
Merge pull request #107 from sanger-bentley-group/dev
Browse files Browse the repository at this point in the history
Hotfix: Fix incorrect thread count issue of LSF profile
  • Loading branch information
HarryHung authored May 29, 2024
2 parents c2463f8 + 99c286b commit 81616f6
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 81616f6

Please sign in to comment.