-
Notifications
You must be signed in to change notification settings - Fork 16
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 when running C3Poa.py with 10x R2C2 nanopore data #15
Comments
That's weird that on your first run, it didn't align with blat but still ran? So I'm guessing that wasn't your first run and it had already produced the psl file with the splint alignments. When you're removing files from a previous run, assuming the blat step was run correctly, keep the |
Dear @rvolden, Thank you for your kind answer! I tried to rerun the following codes after removing the
However, I obtained the same error.
It generates output files |
Weird how it goes straight from the |
Dear @rvolden, Thank you for your kind support! I followed your advice.
And I obtained followed comment.
Is that a memory problem for my environment? |
Yeah that's weird - I haven't seen that error before. Looks like blat is limited to 17Gb of memory usage. I'm not sure how I haven't seen that before. I'm working on a workaround, I'll ping this issue when I push the changes. |
Just pushed a preprocessing version where it chunks the input for parallelized blat. This should hopefully get around your input file size and it'll speed up the preprocessing considerably. |
Dear @rvolden, Hello, I updated new C3POa.py and did run with the test fastq (includes 100 reads) and reduced thread
It generates following output files and psl.
|
Remove the output and try it again with |
Dear @rvolden, Thank you for your continuous feedback. It is progressing than before, but still not. In the real dataset,
In testset,
Is the difference between the two dataset due to memory?
|
C3POa will chunk the fastq and write temporary fastas for the blat alignment. When you use |
I also met the same error recently. |
Dear @rvolden,
Hello,
I am using C3POa.py to preprocess 10x based-Nanopore R2C2 sequencing data.
When I did the first run, I thought it was going well, but I got the following error.
Also, I obtained another error when I tried to do the same thing after erasing the c3poa_output/results.
and then,
Could you comment on what would be the cause of these issues and what I have to do to resolve it?
---input information---
config:
10x_UMI_splint.fasta:
Thank you for your support.
The text was updated successfully, but these errors were encountered: