PyQtWorks / QuShape_python3_pyqt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disclaimer

I am not the author of the software. I only converted the code to be python3-pyqt5 compatible. You can find the original software here: http://www.chem.unc.edu/rna/qushape/ Article: https://www.ncbi.nlm.nih.gov/pubmed/23188808

install

brew install pyqt;
pip3 install -r requirements.txt

if you don't have pip3 installed you'll need to run this first:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

run

python3 src/mainWindow.py

About

License:Other


Languages

Language:Python 99.0%Language:HTML 0.3%Language:C 0.3%Language:TeX 0.2%Language:JavaScript 0.1%Language:Jupyter Notebook 0.1%Language:Fortran 0.1%Language:CSS 0.0%Language:MATLAB 0.0%Language:Makefile 0.0%Language:Shell 0.0%