Skip to content

Commit

Permalink
solve remaining lint erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristina Araiz authored and Cristina Araiz committed Jul 18, 2024
1 parent 969d15a commit a2d3824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/crg.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ process {
cpus = { check_max( 2 , 'cpus' ) }
memory = { check_max( 12.GB * task.attempt, 'memory' ) }
time = { check_max( 4.h * task.attempt, 'time' ) }
}
}
withLabel:process_medium{
queue = 'cn-el7,short-centos79'
cpus = { check_max( 6 , 'cpus' ) }
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/experimental/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ workflow EXPERIMENTAL {

emit:
output = ch_out
}
}

0 comments on commit a2d3824

Please sign in to comment.