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
iPPIDB
ippidb-web
Commits
e8aeca08
Commit
e8aeca08
authored
Nov 24, 2020
by
Hervé MENAGER
Browse files
Merge branch 'master' into 'release'
prepare for v1.0.4 See merge request
!21
parents
2bd6a9b1
0e170745
Pipeline
#43963
canceled with stages
in 5 minutes and 18 seconds
Changes
6
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ippisite/.flake8
View file @
e8aeca08
[flake8]
max-line-length = 120
ignore = W503
exclude = */migrations/*.py, manage.py, docs/source/conf.py
exclude = */migrations/*.py, manage.py, docs/source/conf.py
, get-pip.py
ippisite/get-pip.py
0 → 100644
View file @
e8aeca08
This diff is collapsed.
Click to expand it.
ippisite/ippidb/static/images/Other/EvolutionPlan.png
0 → 100644
View file @
e8aeca08
181 KB
ippisite/ippidb/templates/about-general.html
View file @
e8aeca08
...
...
@@ -32,6 +32,11 @@
</div>
</div>
<h2
id=
"terms-privacy"
class=
"mt-5 text-center"
>
Features and Data Evolution
</h2>
<div
class=
"row justify-content-center"
>
<img
src=
"/static/images/Other/EvolutionPlan.png"
style=
"height: 700px;"
>
</div>
<h2
id=
"terms-privacy"
class=
"mt-5 text-center"
>
Terms and Privacy
</h2>
<h5
class=
"row justify-content-center"
>
What personal data is collected?
</h5>
...
...
ippisite/requirements-dev-rachel.txt
0 → 100644
View file @
e8aeca08
-r requirements-rachel.txt
# linting and formatting
flake8
black
flake8-black
# documentation generation
sphinx
sphinx_rtd_theme
# coverage
coverage
# tests
requests-cache
parameterized
# dependencies to generate graph models using django-extensions
#pygraphviz
#pydot
pyparsing
pyyaml>=5.1
\ No newline at end of file
ippisite/requirements-rachel.txt
View file @
e8aeca08
...
...
@@ -6,18 +6,24 @@ django-extensions
django-formtools
django-debug-toolbar
django-allauth
django-celery-results==1.2.1
# import scripts
pandas==1.0.5
openpyxl
xlwt
# web services
bioservices
bioblend
bs4
chembl_webresource_client
# libraries to compute PCA
sklearn
scipy
matplotlib==2.2.3 #Matplotlib 3.0+ does not support Python 2.x, 3.0, 3.1, 3.2, 3.3, or 3.4.
seaborn
# postgres driver
#psycopg2
psycopg2-binary
git+https://gitlab.pasteur.fr/hmenager/django-diu.git#egg=django_diu
# openbabel is not installed from pip for now
# openbabel
...
...
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