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

segfault: Memory not mapped #60

Open
MingBit opened this issue Mar 16, 2018 · 3 comments
Open

segfault: Memory not mapped #60

MingBit opened this issue Mar 16, 2018 · 3 comments

Comments

@MingBit
Copy link

MingBit commented Mar 16, 2018

Hey,
I got this issue when I was testing it. Anything I could try to fix it? Thanks a lot.

*** caught segfault ***
address 0x30, cause 'memory not mapped'

Traceback:
1: .Call("_scPipe_rcpp_sc_exon_mapping", PACKAGE = "scPipe", inbam, outbam, annofn, am, ge, bc, mb, bc_len, UMI_len, stnd, fix_chr)
2: rcpp_sc_exon_mapping(inbam, outbam, annofn, bam_tags$am, bam_tags$ge, bam_tags$bc, bam_tags$mb, bc_len, UMI_len, stnd, fix_chr)
3: sc_exon_mapping(file.path(data_dir, "out.aln.bam"), file.path(data_dir, "out.map.bam"), ERCCanno_fn)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)

@Shians
Copy link
Contributor

Shians commented Mar 18, 2018

This is currently an issue with non-ENSEMBL annotations, are you using a non-ENSEMBL annotation?

@MingBit
Copy link
Author

MingBit commented Mar 19, 2018

Thanks for response.
I was using this one: Mus_musculus.GRCm38.dna.primary_assembly.fasta
Download from ftp://ftp.ensembl.org/pub/release-91/fasta/mus_musculus/dna/

@Shians
Copy link
Contributor

Shians commented Mar 20, 2018

Did you put that into the annofn argument? For the annotation you should be using a GFF3 file from ENSEMBL, so in your case you can download ftp://ftp.ensembl.org/pub/release-91/gff3/mus_musculus/Mus_musculus.GRCm38.91.gff3.gz and unzip it.

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

2 participants