We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b0a3e commit b2b4d60Copy full SHA for b2b4d60
tests/test_PacBioWorflow.py
@@ -75,7 +75,7 @@ def _inject_data(self, wf):
75
dstats.append({'SampleID': sn, '# Reads': 2})
76
dname = f'{convert_dir}/{sp}'
77
Path(f'{dname}/{sn}_S000_L001_R1_001.fastq.gz').touch()
78
- with open(f'{dname}/{sn}_R1.counts.txt', 'w') as f:
+ with open(f'{dname}/{sn}_S000_L001_R1_001.counts.txt', 'w') as f:
79
f.write("2")
80
81
# NuQCJob
0 commit comments