Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
c2299974
Commit
c2299974
authored
Feb 21, 2018
by
Floreal Cabanettes
Browse files
Update package files
parent
4a26ad91
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c2299974
...
...
@@ -8,3 +8,4 @@ logs/*
dgenies/.local_scheduler_pid
dgenies.egg-info
application.properties.local
dist
MANIFEST.in
View file @
c2299974
...
...
@@ -14,3 +14,6 @@ recursive-include src *.woff
recursive-include src *.woff2
recursive-include src *.md
include src/dgenies/bin/minimap2
include requirements.txt
include LICENSE.txt
include README.md
setup.cfg
0 → 100644
View file @
c2299974
[metadata]
url = http://dgenies.toulouse.inra.fr
author = Floréal Cabanettes
author_email = floreal.cabanettes@inra.fr
description = Dotplot large Genomes in an Interactive, Efficient and Simple way
python_requires = '>=3.5'
setup.py
View file @
c2299974
...
...
@@ -6,7 +6,7 @@ install_reqs = parse_requirements('requirements.txt', session='hack')
# reqs is a list of requirement
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs
=
[
str
(
ir
.
req
)
for
ir
in
install_reqs
]
version
=
'1.0'
version
=
'1.0
.0
'
if
os
.
name
==
"posix"
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment