-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to read fasta index (error 2) #319
Comments
Hello @ramnageena11, Could you try passing a path to the FASTA-formatted file containing the reference sequence? Something like |
Hi ArtRand, Thanks |
Hello @ramnageena11, You need to create an index for the reference FASTA you aligned the reads to. So if this is the assembly, you should use the same reference sequence. |
Hi ArtRand,
modkit pileup /home/dnasequencer/Documents/payal_epi/dorado_aling_bam/aligned_bc01.bam /home/dnasequencer/Documents/payal_epi/demux-pod5/pileup/pileup_01.bed --ref /home/dnasequencer/Documents/payal_epi/OA-G20_genome/ref.fa.fai --preset traditional
Let me tell what I have done:
I was using pileup command got error.Now, I used dorado aligner to align reads (demuxed .fatsq) with reference (.fa) and created .bam. again it is giving error:
What "index" creation it is asking? Can you pls tell me all the steps for Modkit (consider me a beginner)? Starting from Raw sequence data to visualization of results. Thanks |
Hello @ramnageena11, A few things to check.
Use the reference sequence you aligned the reads to, sounds like this is either the assembly or the NCBI reference. |
Pls look into this error and suggest how to resolve it?
Here:
modkit pileup -t 4 --cpg --ref /home/Documents/......../genome_assemblies/bc01/ /home/Documents/demux-pod5/EXP-NBD104_barcode01.bam bc01.bed
The text was updated successfully, but these errors were encountered: