-
Notifications
You must be signed in to change notification settings - Fork 32
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
BHT creation not working #12
Comments
Hi @Jiacheng-Git |
I get the same error with the test data as mentioned here. Would you have any insight what could be the problem? Darts_BHT rmats_count --b1 b1.txt --b2 b2.txt --gtf Homo_sapiens.GRCh38.99.gtf -t paired --od outDir --readLength 50 There are 60676 distinct gene ID in the gtf file Done processing each gene from dictionary to compile AS events Segmentation fault (core dumped) Update: Just some extra info. rMATS works fine in my environment (I am running it on windows WSL), however I cannot find what causes the issue when I run darts_bht. |
I got the same error. |
"There are 58051 distinct gene ID in the gtf file
There are 198002 distinct transcript ID in the gtf file
There are 36227 one-transcript genes in the gtf file
There are 1182163 exons in the gtf file
There are 24969 one-exon transcripts in the gtf file
There are 22488 one-transcript genes with only one exon in the transcript
Average number of transcripts per gene is 3.410828
Average number of exons per transcript is 5.970460
Average number of exons per transcript excluding one-exon tx is 6.687707
Average number of gene per geneGroup is 7.693822
==========
Done processing each gene from dictionary to compile AS events
Found 80401 exon skipping events
Found 12380 exon MX events
Found 14606 alt SS events
There are 8812 alt 3 SS events and 5794 alt 5 SS events.
Found 5945 RI events
Segmentation fault (core dumped)"
This is what I got when I put my data in the three lines of code "Darts_BHT rmats_count --b1 /path/to/b1.bam --b2 /path/to/b2.bam
--gtf /path/to/gtfFile.gtf --od outDir -t paired
--nthread 8 --readLength 150"
that allows me to do rMAT count. Could you please tell me what is wrong?
The text was updated successfully, but these errors were encountered: