Skip to content
Snippets Groups Projects
Commit f7e5053d authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix process scripts.

parent 84d25149
Branches
Tags
No related merge requests found
......@@ -157,8 +157,6 @@ process filterReads {
file '*pbc.qc' into dedupReadsComplexity
file '*dup.qc' into dupReads
beforeScript """python3 $baseDir/process_scripts/setup.py install --user"""
script:
if (pairedEnd) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment