Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D-GENIES
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
genotoul-bioinfo
d-genies
D-GENIES
Commits
c2299974
Commit
c2299974
authored
7 years ago
by
Floreal Cabanettes
Browse files
Options
Downloads
Patches
Plain Diff
Update package files
parent
4a26ad91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
MANIFEST.in
+3
-0
3 additions, 0 deletions
MANIFEST.in
setup.cfg
+6
-0
6 additions, 0 deletions
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
11 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
c2299974
...
...
@@ -8,3 +8,4 @@ logs/*
dgenies/.local_scheduler_pid
dgenies.egg-info
application.properties.local
dist
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
3
−
0
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
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
6
−
0
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'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
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
"
:
...
...
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