Skip to content

Commit

Permalink
adding the LSF test profile to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Jul 18, 2024
1 parent fe03305 commit 46f54e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ profiles {
executor.cpus = 16
executor.memory = 60.GB
}
test { includeConfig 'conf/test.config' }
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config }
}
// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down

0 comments on commit 46f54e7

Please sign in to comment.