Skip to content
Snippets Groups Projects
Unverified Commit c4bb51f7 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

Merge branch 'master' of gitlab.pasteur.fr:bneron/craw

parents 8310fcd8 598bf616
No related branches found
No related tags found
No related merge requests found
Pipeline #59610 failed
pysam==0.15.2 pysam==0.15.2
matplotlib>=3.0 matplotlib==3.1.1
pandas>=0.24 pandas==0.25.2
numpy>=1.16 numpy==1.17.3
pillow>=5.4 pillow==6.2.0
psutil>=5.6 psutil==5.6.3
scipy>=0.16.1 scipy==1.3.1
\ No newline at end of file \ No newline at end of file
...@@ -22,6 +22,7 @@ from: ubuntu:bionic ...@@ -22,6 +22,7 @@ from: ubuntu:bionic
################################# #################################
# installing craw # # installing craw #
################################# #################################
export PYTHONNOUSERSITE=1
pip3 install craw==1.0 pip3 install craw==1.0
################################# #################################
...@@ -31,6 +32,13 @@ from: ubuntu:bionic ...@@ -31,6 +32,13 @@ from: ubuntu:bionic
apt-get autoremove -y apt-get autoremove -y
apt-get clean -y apt-get clean -y
%environment
# to be reproducible we should nevr search
# in python user cache which is the user home
# and is mounted automically
export PYTHONNOUSERSITE=1
%test %test
mkdir /test_craw mkdir /test_craw
cd /test_craw cd /test_craw
...@@ -39,6 +47,7 @@ from: ubuntu:bionic ...@@ -39,6 +47,7 @@ from: ubuntu:bionic
/usr/bin/python3 craw-1.0.0/tests/run_tests.py -vv /usr/bin/python3 craw-1.0.0/tests/run_tests.py -vv
cd / cd /
rm -Rf /test_craw rm -Rf /test_craw
%help %help
This singularity image contains the Counter RNAseq Window (CRAW) package. This singularity image contains the Counter RNAseq Window (CRAW) package.
Two commands are available \"coverage\" and \"htmp\. Two commands are available \"coverage\" and \"htmp\.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment