Skip to content

Commit 3927c92

Browse files
committed
using paired-end function
1 parent 493895e commit 3927c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/scripts/general_functions.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def samples(bedgraph=False):
2525
not_found = []
2626
for sample in SAMPLES:
2727
for dir in DIRS:
28-
if config["paired_end"]:
28+
if paired_end():
2929
r1= f"reads/{dir}/{sample}_R1_001.fastq.gz"
3030
r2= f"reads/{dir}/{sample}_R2_001.fastq.gz"
3131
if not os.path.isfile(r1):

0 commit comments

Comments
 (0)