-
Notifications
You must be signed in to change notification settings - Fork 26
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
Using nanopolish polyA with f5c index error #152
Comments
Is this R9.4 data or latest R10.4 data? And is it CDNA or direct-RNA? |
Direct RNA-sequencing data with R9.4.1 |
I think I know the issue, there was a bug that affected the SLOW5 with polyA which was fixed a bit later after the v0.14.0 here. Would you be able to try compiling nanopolish latest commit from the master branch? |
Hi, I have compiling nanopolish latest commit and it shows the correct results. Best wishes, |
Hi,
I have encountered the same problem as below.
#125
I created readdb using the following code.
echo -e "*\t/public3/hjliang/SARS_CoV_2/slow5/CoV2_A549_1/CoV2_A549_1.blow5" > /public3/hjliang/SARS_CoV_2/fastq_file/CoV2_A549_1_chrSCV.fastq.index.readdb
And my nanopolish polya code:
nanopolish polya --reads CoV2_A549_1_chrSCV.fastq --bam ${subset_bam_dir}/${bbase}.SARS.${orfname}.sorted.bam --genome ${index_dir}/SARS-CoV-2.fa --threads 40 > ${PolyA_dir}/${bbase}.${orfname}.poly.tsv
I got the result show all is -1.0 and the last column are all READ_FAILED_LOAD.
My nanopolish version is 0.14.0.
Did I make a mistake somewhere?
Best wishes,
Kirito
The text was updated successfully, but these errors were encountered: