Skip to content
Snippets Groups Projects
Unverified Commit cadac376 authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update main.nf


Co-authored-by: default avatarMatthias Hörtenhuber <mashehu@users.noreply.github.com>
parent f668816f
No related branches found
No related tags found
No related merge requests found
......@@ -551,9 +551,7 @@ if (!params.dnase){
set val(oname), file("${prefix}.mapstat") into all_mapstat
script:
//sample = prefix.toString() - ~/(_R1|_R2|_val_1|_val_2|_1|_2)/
sample = prefix.toString() - ~/(_R1|_R2)/
//tag = prefix.toString() =~/_R1|_val_1|_1/ ? "R1" : "R2"
tag = prefix.toString() =~/_R1/ ? "R1" : "R2"
oname = prefix.toString() - ~/(\.[0-9]+)$/
"""
......
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