We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be0189 commit e4209b9Copy full SHA for e4209b9
Singularity.def
@@ -30,7 +30,7 @@ PATH=/bioinf-tools/:/bioinf-tools/cortex/bin/:/bioinf-tools/cortex/scripts/analy
30
31
32
%labels
33
- Version 0.11.1
+ Version 0.11.2
34
35
36
%runscript
python/setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name="clockwork",
7
- version="0.11.1",
+ version="0.11.2",
8
description="Pipeline code for CRyPTIC project",
9
packages=find_packages(),
10
author="Martin Hunt",
@@ -14,7 +14,7 @@
14
test_suite="nose.collector",
15
tests_require=["nose >= 1.3"],
16
install_requires=[
17
- "cluster_vcf_records >= 0.11.1",
+ "cluster_vcf_records >= 0.13.3",
18
"python-dateutil >= 2.6.1",
19
"openpyxl >= 2.4.7",
20
"pyfastaq >= 3.14.0",
0 commit comments