-
Notifications
You must be signed in to change notification settings - Fork 727
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
Samtools error during run #583
Comments
I've now tried running using salmon instead of RSEM, and I still get an error about the index. Is there a way to change the behavior of samtools to use CSI indexing using a config file? or would indexing with CSI screw up all downstream analysis? |
Copying across from Slack for my future self. "Hi @brettChapman ! I suspect that the indexing is failing due to the size of the genome? This has propped up for #nanoseq too for the Opposum genome I think 🤔 The trick was to get the pipeline to use an older version of SAMtools via a custom.config but I am not sure if that will break any downstream steps. I suspect it will because we have to explicitly name the channels by file extension with DSL2 so this really needs to be factored into the SAMTOOLS_INDEX module. This is a relatively new feature for SAMtools so will have to look into it and I will try and add it in for the next release when I get around to finessing that all up. How long is a piece of genome!" |
Added a boolean You may still get the error in the issue below but that needs to be fixed upstream in However, to bypass the above error, you can customise the |
Hi
I'm running rnaseq v3. I'm receiving an error during the samtools indexing:
Is there a way to set the indexing to CSI instead if BAI?
I ran the workflow with the following command:
I skip trimming because we've already trimmed the reads with fastp.
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: