-
Notifications
You must be signed in to change notification settings - Fork 78
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
Is MAESTRO compatible with 10X data derived from nuclear RNA? #98
Comments
Hi, In the future, we should expose that as a parameter in the config.yaml file. Thanks! |
Many thanks for responding. I will add that command to the Snakefile today and see if it runs to completion. The pipeline hit the skids after the Cannot get coverage signal from 14510_PFC_RNAAligned.sortedByCoord.out.sample.bam ! Skip
Sample Skewness
@ 2021-01-09 00:14:17: Running R script ... Likely a mismatch between the BED and BAM files. This caused the pipeline to choke during the Error in `[.data.frame`(gene_cov, , 2) : undefined columns selected
Calls: RNAGenebodyCoveragePlot -> [ -> [.data.frame I also had a buffer size issue. I assume this is due to my samples being sequenced extremely deeply? EXITING because of fatal error: buffer size for SJ output is too small
Solution: increase input parameter --limitOutSJcollapsed I managed to solve it by adding the following line in shell command of the --limitOutSJcollapsed 5000000 Source here. May be worth adding this somewhere in config or docs? Are you planning on adding ssclusteval to the pipeline? |
UPDATE: 13th Jan 2021 When running with the Instead of: They are stored in I think this only affects the Error message:
I have modified the Snakefile and now running MAESTRO again. |
Thanks for reporting, we will keep this in our mind and make it in our next release! |
Hi, we just made a new release MAESTRO1.5.1 which supports single-nuclei data. Can you please give it a try? |
Thanks for the update. Unfortunately I had to abandon using Maestro due to the issues I was having around the time I posted. I now have a well developed pipeline of my own for my single-nuclei data but will keep my eye on Maestro's development and may consider using in the future. |
Thanks for the feedback! |
I got the same error: |
Hello,
I'm currently installing the MAESTRO prerequisites and, after reading the paper, I'd like to ask if MAESTRO is compatible with 10X data derived from nuclear RNA, particularly if I'm looking to integrate single-modal snRNA- and snATAC-seq data?
And more specifically, could the use of a pre-mRNA reference and GTF files for alignment, as opposed to standard reference/annotation files, impact a MAESTRO analysis at all?
Until now I have been using Cell Ranger 4 for my analysis which recommends using a pre-mRNA reference and GTF file for nuclear RNA. I had started creating STARsolo compatible versions of these files for my MAESTRO analysis and wondered if this is the best course of action, particularly as 10X have recently released v5 which includes a new function for dealing with intronic reads without the need of a pre-RNA reference, and STARsolo also provides a similar function.
Regardless, it would be useful to hear if you have any recommendations or points of interest that I should consider when running MAESTRO using single-nuclear data.
Many Thanks,
Darren
The text was updated successfully, but these errors were encountered: