dgenies icon indicating copy to clipboard operation
dgenies copied to clipboard

Dotplot large Genomes in an Interactive, Efficient and Simple way

Results 77 dgenies issues
Sort by recently updated
recently updated
newest added

Until now jobs execution paths are different in standalone mode and in server mode and depending if the runner is local or use drmaa It leads to many duplicate code...

code_quality
low priority

Create a collection of post-install scripts - Copy static resources to another directory for http proxy (like nginx). At least get the path of files/dirs that can be served statically...

enhancement

Scripts `dgenies/bin/clean_jobs.py` and `dgenies/bin/local_scheduler.py` are not easily accessible. For example, the full path of `clean_jobs.py` in a virtualenv is the following: ``` /usr/local/venv/dgenies/lib/python3.6/site-packages/dgenies-1.5.0-py3.6.egg/dgenies/bin/clean_jobs.py ``` Possibles solutions: - complete dgenies program...

enhancement
low priority

Update computation time related infrastructure evolution, new software versions, etc. #65

When running dgenies after an update, migrate database automagically to new schema if needed

enhancement
low priority

Update `setup.py` in order to target many install use cases Until now, doing a `pip install dgenies` install dgenies ready for cluster (with web server dependencies and `drmaa`). We can...

dependencies
to_discuss
ci/cd

Check email with more elaborate regex with - [py3-validate-email](https://pypi.org/project/py3-validate-email), [email-validator](https://pypi.org/project/email-validator) - or [pyIsEmail](https://pypi.org/project/pyIsEmail)

low priority

Add systemd recipes for - dgenies (gunicorn + nginx proxy) - dgenies-scheduler with timer (instead of cron) - dgenies cleaning with timer (instead of cron) Will use #103 Also add...

doc

Write ci/cd rules - [ ] Write integration tests (needs #62) - [ ] Packaging - [ ] Publication on `pip` (bioconda will pull with conda-bot, but sometime the recipe...

ci/cd
code_quality

When starting dgenies scheduler, "clean" registred jobs that are not in following state by setting them to failed: - fail - no match - success - waiting - cluster? -...

low priority