Skip to content

Commit 0b52c90

Browse files
committed
update singularity recipes
1 parent b11cb0c commit 0b52c90

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

Singularity

-22
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@ OSVersion: xenial
1212
apt-get install -y wget
1313
apt-get install -y bzip2
1414
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
3115

3216
# install anaconda
3317
if [ ! -d /usr/local/anaconda ]; then
@@ -45,7 +29,6 @@ OSVersion: xenial
4529
export PATH=$PATH:/usr/local/anaconda/bin
4630
conda update conda
4731

48-
4932
conda config --add channels r
5033
conda config --add channels defaults
5134
conda config --add channels conda-forge
@@ -54,11 +37,6 @@ OSVersion: xenial
5437
# The main packages for sequana:
5538
conda install --file https://raw.githubusercontent.com/CancerRxGene/gdsctools/master/requirements.txt
5639

57-
# external tools
58-
59-
# Let us save some space
60-
conda clean --packages -y
61-
6240
# Let us save some space
6341
conda clean --packages -y
6442

doc/installation.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Installation
88
.. note:: For those insterested, as from Oct 11 2017, we provide a Signularity container.
99

1010

11-
1211
You know **bioconda**, then you can install **GDSCTools** as follows::
1312

1413

@@ -27,8 +26,7 @@ Install conda executable
2726

2827
In practice, we do use `Anaconda <https://conda.readthedocs.io/>`_ . We
2928
recommend to
30-
install **conda** executable via the manual installer (`download
31-
<https//continuum.io/downloads>_`).
29+
install **conda** executable via the manual installer (`download <https//continuum.io/downloads>_`).
3230
You may have the choice
3331
between Python 2 and 3. We recommend to choose a Python version 3.
3432

@@ -180,4 +178,3 @@ Then, inside the container, install or fix the problem and type exit to save the
180178
container.
181179

182180

183-

0 commit comments

Comments
 (0)