Skip to content

Commit b877586

Browse files
Removed parallel version checking
1 parent 2410fce commit b877586

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

preprocess/CheckEnvs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'pypy': LooseVersion('3.6'),
2727
'samtools': LooseVersion('1.10'),
2828
'whatshap': LooseVersion('1.0'),
29-
'parallel': LooseVersion('20191122'),
3029
}
3130

3231
def check_version(tool, pos=None, is_pypy=False):
@@ -240,7 +239,6 @@ def CheckEnvs(args):
240239
'pypy': check_version(tool=pypy, pos=0, is_pypy=True),
241240
'samtools': check_version(tool=samtools, pos=1),
242241
'whatshap': check_version(tool=whatshap, pos=0),
243-
'parallel': check_version(tool=parallel, pos=2),
244242
}
245243
check_tools_version(tool_version, required_tool_version)
246244

0 commit comments

Comments
 (0)