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 2410fce commit b877586Copy full SHA for b877586
preprocess/CheckEnvs.py
@@ -26,7 +26,6 @@
26
'pypy': LooseVersion('3.6'),
27
'samtools': LooseVersion('1.10'),
28
'whatshap': LooseVersion('1.0'),
29
- 'parallel': LooseVersion('20191122'),
30
}
31
32
def check_version(tool, pos=None, is_pypy=False):
@@ -240,7 +239,6 @@ def CheckEnvs(args):
240
239
'pypy': check_version(tool=pypy, pos=0, is_pypy=True),
241
'samtools': check_version(tool=samtools, pos=1),
242
'whatshap': check_version(tool=whatshap, pos=0),
243
- 'parallel': check_version(tool=parallel, pos=2),
244
245
check_tools_version(tool_version, required_tool_version)
246
0 commit comments