Skip to content

Commit

Permalink
process name differenciation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Mar 21, 2018
1 parent 2cbbe11 commit 15428ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ if (params.ctrl != "none"){
if (params.adna == true){

if (params.singleEnd == true){
process adapter_removal_ancient_dna {
process adapter_removal_ancient_dna_SE {
tag "$name"

cpus = params.trimmingCPU
Expand All @@ -239,7 +239,7 @@ if (params.adna == true){
"""
}
} else {
process adapter_removal_ancient_dna {
process adapter_removal_ancient_dna_PE {
tag "$name"

cpus = params.trimmingCPU
Expand Down

0 comments on commit 15428ac

Please sign in to comment.