Skip to content

Commit

Permalink
handling maxforks
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Jun 22, 2021
1 parent b61a9dd commit c44d38b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,9 @@ process 'cdSearchHit' {

label 'cdSearch'

maxForks 1
if ( ! skip_cdSearch ) {
maxForks 1
}

input:
file seq from web_seq_file1
Expand All @@ -756,7 +758,9 @@ process 'cdSearchFeat' {

label 'cdSearch'

maxForks 1
if ( ! skip_cdSearch ) {
maxForks 1
}

input:
file seq from web_seq_file2
Expand Down Expand Up @@ -954,8 +958,6 @@ if ( params.koentries == "" ) {

process 'kegg_download_dummy' {

maxForks 1

input:
file keggfile from keggfile
file config from config4perl8
Expand Down

0 comments on commit c44d38b

Please sign in to comment.