Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
craw
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bertrand NÉRON
craw
Commits
c4bb51f7
Unverified
Commit
c4bb51f7
authored
4 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Plain Diff
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
4 years ago
Stage: test
Stage: coverage
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+6
-6
6 additions, 6 deletions
requirements.txt
singularity/Singularity.1.0
+9
-0
9 additions, 0 deletions
singularity/Singularity.1.0
with
15 additions
and
6 deletions
requirements.txt
+
6
−
6
View file @
c4bb51f7
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
This diff is collapsed.
Click to expand it.
singularity/Singularity.1.0
+
9
−
0
View file @
c4bb51f7
...
@@ -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\.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment