File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # Docker for CONCOCT (https://github.com/BinPro/CONCOCT) v1.0 .0
2
- # VERSION 1.0 .0
1
+ # Docker for CONCOCT (https://github.com/BinPro/CONCOCT) v1.1 .0
2
+ # VERSION 1.1 .0
3
3
#
4
4
# This docker creates and sets up an Ubuntu environment with all
5
- # dependencies for CONCOCT v1.0 .0 installed.
5
+ # dependencies for CONCOCT v1.1 .0 installed.
6
6
#
7
7
# To login to the docker with a shared directory from the host do:
8
8
#
9
- # docker run -v /my/host/shared/directory:/my/docker/location -i -t alneberg/concoct_1.0 .0 /bin/bash
9
+ # docker run -v /my/host/shared/directory:/my/docker/location -i -t alneberg/concoct_1.1 .0 /bin/bash
10
10
#
11
11
12
12
FROM ubuntu:18.04
@@ -18,11 +18,11 @@ RUN apt-get install -qq wget build-essential libgsl0-dev git zip unzip bedtools
18
18
19
19
RUN pip install --upgrade pip
20
20
21
- RUN wget --no-check-certificate https://github.com/BinPro/integration_test_data/archive/v1.0 .tar.gz
21
+ RUN wget --no-check-certificate https://github.com/BinPro/integration_test_data/archive/v1.1 .tar.gz
22
22
RUN mkdir /opt/CONCOCT/tests/test_data/integration_test_data
23
- RUN tar -xvzf v1.0 .tar.gz -C /opt/CONCOCT/tests/test_data/integration_test_data --strip-components=1
23
+ RUN tar -xvzf v1.1 .tar.gz -C /opt/CONCOCT/tests/test_data/integration_test_data --strip-components=1
24
24
25
- # Install python dependencies and fetch and install CONCOCT 1.0 .0
25
+ # Install python dependencies and fetch and install CONCOCT 1.1 .0
26
26
RUN cd /opt/CONCOCT;\
27
27
pip install -r requirements.txt;\
28
28
Original file line number Diff line number Diff line change 1
- ## CONCOCT 1.0 .0 [ ![ Build Status] ( https://travis-ci.org/BinPro/CONCOCT.png?branch=master )] ( https://travis-ci.org/BinPro/CONCOCT )
1
+ ## CONCOCT 1.1 .0 [ ![ Build Status] ( https://travis-ci.org/BinPro/CONCOCT.png?branch=master )] ( https://travis-ci.org/BinPro/CONCOCT )
2
2
3
3
A program for unsupervised binning of metagenomic contigs by using nucleotide composition,
4
4
coverage data in multiple samples and linkage data from paired end reads.
Original file line number Diff line number Diff line change 72
72
# built documents.
73
73
#
74
74
# The short X.Y version.
75
- version = '1.0 '
75
+ version = '1.1 '
76
76
# The full version, including alpha/beta/rc tags.
77
- release = '1.0 .0'
77
+ release = '1.1 .0'
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
print ("You need to have Cython installed on your system to run setup.py. Sorry!" )
12
12
sys .exit ()
13
13
14
- version = '1.0 .0'
14
+ version = '1.1 .0'
15
15
16
16
include_dirs_for_concoct = [np .get_include (), '/opt/local/include/' ]
17
17
You can’t perform that action at this time.
0 commit comments