Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
extractor
Commits
62fba3b5
Commit
62fba3b5
authored
Jun 27, 2017
by
jkvis
Browse files
Added crossmapper requirement
parent
dffb83c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
62fba3b5
pytest
==2.7.0
biopython
==1.65
-e git@github.com:mutalyzer/crossmapper.git
setup.py
View file @
62fba3b5
...
...
@@ -79,5 +79,9 @@ setup(
'Topic :: Scientific/Engineering'
,
],
keywords
=
'bioinformatics'
,
install_requires
=
[
'biopython'
]
install_requires
=
[
'biopython'
,
'crossmapper==0.0.1'
],
dependency_links
=
[
'https://github.com/mutalyzer/crossmapper/archive/v0.0.1.tar.gz#egg=crossmapper-0.0.1'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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