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

Seg Fault when try to use Graph Module #6

Open
nhvanlie opened this issue Jul 22, 2020 · 0 comments
Open

Seg Fault when try to use Graph Module #6

nhvanlie opened this issue Jul 22, 2020 · 0 comments

Comments

@nhvanlie
Copy link

nhvanlie commented Jul 22, 2020

Hello, I installed pyGATB using pip and python v3.5.6 on our cluster. I was playing around with the data and while I could reproduce the sample code for the Bank module, the code kept causing a segmentation fault when I tried to read the data into Graph (whether it was a h5 or fastq file):

~/gatbTest$ python
Python 3.5.6 |Anaconda, Inc.| (default, Aug 26 2018, 21:41:56) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gatb import Graph
>>> graph = Graph('-in ./celegans_reads.h5')
Input is h5 or _gatb/ (we assume that kmer counting has already been done), we will complete it into a graph if necessary.
Segmentation fault
~/gatbTest$ python
Python 3.5.6 |Anaconda, Inc.| (default, Aug 26 2018, 21:41:56) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gatb import Graph
>>> graph = Graph('-in ./colombaTestBig_R2.fq')
Segmentation fault
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

1 participant