We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493895e commit 3927c92Copy full SHA for 3927c92
workflow/scripts/general_functions.smk
@@ -25,7 +25,7 @@ def samples(bedgraph=False):
25
not_found = []
26
for sample in SAMPLES:
27
for dir in DIRS:
28
- if config["paired_end"]:
+ if paired_end():
29
r1= f"reads/{dir}/{sample}_R1_001.fastq.gz"
30
r2= f"reads/{dir}/{sample}_R2_001.fastq.gz"
31
if not os.path.isfile(r1):
0 commit comments