-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error: _Map_base::at #31
Comments
Note: I'm using the gtf file instead of gff based on #27 |
Seems to be a bug in the new Rcpp implementation. I have not been able to locate the bug, but you could edit the config file to either switch |
If I use
I'm using a GTF file for the annotation input, but it is gzip'd, which I'm guessing is causing the error. |
Hmm, bambu can probably read gziped annotation but the custom parser in our legacy code won't. I'll specify that in the docs. For the |
Moreover, I get the following error even when using an uncompressed gtf file:
It appears that the |
Any updates on this? Same for the |
Sounds reasonable, I think it assumes everything is uncompressed at the moment |
Some printf debugging led me to believe the problem is coming from the |
@ChangqingW Looks like it's missing from FLAMES/src/classes/junctions.cpp Line 101 in 8510bdb
the whole outer loop iteration is skipped, including this block FLAMES/src/classes/junctions.cpp Lines 126 to 133 in 8510bdb
that is supposed to add the gene to the new I'm not quite sure if the intention behind that |
During the
Reading Gene Annotations
step in thesc_long_pipeline()
workflow, I'm getting a_Map_base::at
error.I'm using a decompressed fastq for the BLAZE output (ran that stand-alone). I'm using
GCF_000001405.40_GRCh38.p14
for the reference: (GCF_000001405.40_GRCh38.p14_genomic.fna.gz
andGCF_000001405.40_GRCh38.p14_genomic.gtf.gz
).My config:
My
sc_long_pipeline()
job:My console output:
I'm using the patched version of FLAMES from #26.
My sessionInfo:
The text was updated successfully, but these errors were encountered: