Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
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
Klinische Genetica
capture-lumc
vtools
Commits
5c19f663
Commit
5c19f663
authored
5 years ago
by
van den Berg
Browse files
Options
Downloads
Patches
Plain Diff
Add Docker file
parent
674b8c7c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2996
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+8
-0
8 additions, 0 deletions
Dockerfile
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
10 additions
and
2 deletions
Dockerfile
0 → 100644
+
8
−
0
View file @
5c19f663
FROM
debian:buster-slim
RUN
apt update
&&
apt
install
python3-pip python3-dev cython3 zlib1g-dev python3-numpy libssl-dev python3-setuptools
-y
RUN
apt
install
-y
libcurl4-openssl-dev
RUN
apt
install
-y
libbz2-dev liblzma-dev
COPY
. vtools
RUN
cd
vtools
&&
pip3
install
.
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
5c19f663
...
...
@@ -16,7 +16,7 @@ with open(readme_file) as desc_handle:
setup
(
name
=
"
v-tools
"
,
version
=
"
1.
0
.0-dev
"
,
version
=
"
1.
1
.0-dev
"
,
description
=
"
Various tools operating over VCF files
"
,
long_description
=
long_desc
,
author
=
"
Sander Bollen
"
,
...
...
@@ -31,7 +31,7 @@ setup(
python_requires
=
"
>=3.6
"
,
zip_safe
=
False
,
include_package_data
=
True
,
setup_requires
=
[
"
cython
"
],
setup_requires
=
[
"
cython
"
,
"
numpy
"
],
install_requires
=
[
"
click
"
,
"
cyvcf2
"
,
...
...
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