Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Nov 7, 2024
1 parent 577b864 commit e170f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/utils.nf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def CreateEstimatorsConfigChannel(configValue) {
return estimators_ch
}

/*

def processEstimatorsConfig(configValue) {
if (configValue instanceof List) {
if (configValue.size() == 0) {
Expand All @@ -98,4 +98,3 @@ def processEstimatorsConfig(configValue) {

return configFile.toString()
}
*/

0 comments on commit e170f00

Please sign in to comment.