-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message: Please inupt a reference file #3
Comments
Hi Linda, Which python did you use? and have you checked your fasta file (please ensure it is a proper fasta file)? Cheers, |
Hi Linda, |
The python package that was installed is PySide-1.2.4 |
Can you try to install anaconda python2 (https://www.anaconda.com/download/) and try to run BioNanoAnalyst using anaconda python? |
I see the same problem on my system. Here is the conda env to reproduce the problem:
|
I tried using pyQT4 instead of pyside - which worked:
|
Fixes to make App file compatible with Qt5
Hi,
I am running BioNanoAnalyst in a unix environment but i cannot get it to work.
I started the application: Python App.py in a virtual env with all python dependencies installed.
The application starts and I want to do a test run with the provided test set in the /data folder.
I selected the reference (fasta) and the three files for option 2 that were provided and provided a confidence score.
But i keep seeing this message when i press Analyse:
"Please input a reference file !"
Can someone explain what seems to be going wrong?
Thanks!
with regards, Linda
The text was updated successfully, but these errors were encountered: