michaelkyu / PlasX

PlasX, a machine learning classifier for identifying plasmid sequences based on genetic architecture
GNU General Public License v3.0
28 stars 1 forks source link

pypi release? #6

Open nick-youngblut opened 2 years ago

nick-youngblut commented 2 years ago

Are there any plans on upload PlasX to pypi? That is a necessary step for making a bioconda recipe for the software.

Also, you could simplify the pip install instructions via a pip install directly from the github repo instead of first cloning it (i.e., pip install git+https://github.com/michaelkyu/PlasX.git)