Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Aug 7, 2024
1 parent fbcaf1e commit 4e220da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_genome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def checkShortReads(filePath, columnToCheck="datatype") {
def columns = line.split(',')
valuesToCheck.contains(columns[columnIndex].toLowerCase())
}
println(containsValues)

return containsValues
}

0 comments on commit 4e220da

Please sign in to comment.