Skip to content

Commit b2b4d60

Browse files
committed
S000_L001_R1_001.counts.txt
1 parent c2b0a3e commit b2b4d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_PacBioWorflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _inject_data(self, wf):
7575
dstats.append({'SampleID': sn, '# Reads': 2})
7676
dname = f'{convert_dir}/{sp}'
7777
Path(f'{dname}/{sn}_S000_L001_R1_001.fastq.gz').touch()
78-
with open(f'{dname}/{sn}_R1.counts.txt', 'w') as f:
78+
with open(f'{dname}/{sn}_S000_L001_R1_001.counts.txt', 'w') as f:
7979
f.write("2")
8080

8181
# NuQCJob

0 commit comments

Comments
 (0)