Skip to content
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

Test data - IOError: [Errno 4] Interrupted system call #7

Open
marcelauliano opened this issue Oct 12, 2018 · 2 comments
Open

Test data - IOError: [Errno 4] Interrupted system call #7

marcelauliano opened this issue Oct 12, 2018 · 2 comments

Comments

@marcelauliano
Copy link

Hey guys,
I've setup a conda system to use BionanoAnalyst: the env was setup with python 2.7.3 and I had problems to install PySide, which I ended up doing with 'conda install --name py273 -c terradue pyqt4'

But then, I had a compatibility problem as I tried to start the program python App.py and got:
ImportError: /home/muliano/anaconda3/envs/py273/lib/python2.7/site-packages/PySide/../../../libshiboken-python2.7.so.1.2: undefined symbol: _PyTrash_thread_destroy_chain

So, I installed another version of pyqt: conda install --name py273 -c anaconda pyqt=4.11.4

and then it worked. But once I tried to run the example data I got:

Traceback (most recent call last):
File "App.py", line 701, in analyse
self.running.getDetail()
File "/home/muliano/script/BioNanoAnalyst/scripts/Analysis.py", line 215, in getDetail
pairwise = np.concatenate((pairwise, q.get()),axis=0)
File "/home/muliano/anaconda3/envs/py273/lib/python2.7/multiprocessing/queues.py", line 117, in get
res = self._recv()
IOError: [Errno 4] Interrupted system call

So really don't know how to proceed from here. Is it a pyqt and python2.7.3 compatibility problem?

Another question is: would it be enough to open a 3.5Gb mammal assembly with a local computer with 30GbRAM and 4 CPUs?

Thanks guys!

@yyx8671
Copy link
Contributor

yyx8671 commented Oct 13, 2018

Hi @marcelauliano,

I know it is annoying to install Qt4. I haven't tested this in using Conda. I used Canopy and it works. Not sure which system you use. Recently, @mp15 has made a change to use Qt5 instead of Qt4 (https://github.com/mp15/BioNanoAnalyst/tree/qt5_conversion). I haven't had a chance to test it. If you'd like to try, you may go for it.

It is possible to check your mammal assembly with your local computer. However, it may run for several hours. You may want to get the xmap and cmap files first and then run BioNanoAnalyst.

Let me know if you have any questions.

Cheers,
Andy

@mp15
Copy link

mp15 commented Oct 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants