Skip to content

Seg Fault when try to use Graph Module #6

@nhvanlie

Description

@nhvanlie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions