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

:sparkles: do not use python user site

parent 9ed7283d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ from: ubuntu:bionic
#################################
# installing craw #
#################################
export PYTHONNOUSERSITE=1
pip3 install craw==1.0
#################################
......@@ -34,6 +35,12 @@ from: ubuntu:bionic
%test
/usr/bin/python3 /craw/tests/run_tests.py -vv
%environment
# to be reproducible we should nevr search
# in python user cache which is the user home
# and is mounted automically
export PYTHONNOUSERSITE=1
%help
This singularity image contains the Counter RNAseq Window (CRAW) package.
Two commands are available \"coverage\" and \"htmp\.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment