@@ -12,22 +12,6 @@ OSVersion: xenial
12
12
apt-get install -y wget
13
13
apt-get install -y bzip2
14
14
apt-get install -y vim
15
- # apt-get install -y libgl1-mesa-glx # will be required by pyqt
16
- # apt-get install -y fontconfig # for sequanix/qt fonts otherwise no text in menus
17
-
18
- # for fastqc
19
- # apt-get install -y libxrender1
20
- # apt-get install -y libxtst6
21
- # apt-get install -y libxi6
22
-
23
- # for sequanix (Qt plugin) otherwise libxcb missing
24
- # apt-get install -y libsm-dev
25
- # apt-get install -y libxcomposite-dev
26
-
27
- # This is a large data set again. When using the container a sroot, sequanix
28
- # looks good but in normal mode, the menu is blank...and this seems to solve
29
- # the issue
30
- apt-get install -y libgnomeui-0
31
15
32
16
# install anaconda
33
17
if [ ! -d /usr/local/anaconda ]; then
@@ -45,7 +29,6 @@ OSVersion: xenial
45
29
export PATH=$PATH :/usr/local/anaconda/bin
46
30
conda update conda
47
31
48
-
49
32
conda config --add channels r
50
33
conda config --add channels defaults
51
34
conda config --add channels conda-forge
@@ -54,11 +37,6 @@ OSVersion: xenial
54
37
# The main packages for sequana:
55
38
conda install --file https://raw.githubusercontent.com/CancerRxGene/gdsctools/master/requirements.txt
56
39
57
- # external tools
58
-
59
- # Let us save some space
60
- conda clean --packages -y
61
-
62
40
# Let us save some space
63
41
conda clean --packages -y
64
42
0 commit comments