Skip to content
Snippets Groups Projects
Verified Commit f21fa8c5 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

flexi_splitter: remove unnessary lines

parent 7b94a507
No related branches found
No related tags found
No related merge requests found
...@@ -27,10 +27,6 @@ process split { ...@@ -27,10 +27,6 @@ process split {
} else { } else {
file_prefix = file_id file_prefix = file_id
} }
def whitelist_param = ""
if (whitelist_id != "NO CONFIG"){
whitelist_param = "-w ${white_list}"
}
if (reads.size() == 2) if (reads.size() == 2)
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment