Skip to content

Commit 6163399

Browse files
committed
fixing the resplice primers script call
1 parent beb2811 commit 6163399

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/resplice_primers.nf

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ process RESPLICE_PRIMERS {
1515

1616
script:
1717
"""
18-
resplice_primers.py -i ${bed_file}
18+
resplice_primers.py \
19+
--input_bed ${bed_file} \
20+
--fwd_suffix ${params.fwd_suffix} \
21+
--rev_suffix ${params.rev_suffix}
1922
"""
2023

2124
}

0 commit comments

Comments
 (0)