RNAcentral / rnacentral-import-pipeline

RNAcentral data import pipeline
Apache License 2.0
2 stars 0 forks source link

Check status of pybedtools in pip #174

Open afg1 opened 1 year ago

afg1 commented 1 year ago

To get REDIPortal imported, we introduced a dependency on pybedtools.

However, for it to work within the poetry virtual environment management, there needed to be a pyproject.toml in pybedtools. Therefore, I forked the official repo: https://github.com/afg1/pybedtools to add it, and opened a PR to get it merged back into the official repo.

For now, the pipeline depends on my fork, which is suboptimal. This issue is to remind us to check if the pip version of pybedtools works with poetry yet.