-
Notifications
You must be signed in to change notification settings - Fork 14
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
Value Error for chromosome number #277
Comments
Dear @swethas112 Seems like a problem with the reference genome and annotation, are you sure chromosome have the same name in hg38.fa and gencode.v45.basic.annotation.gtf ? Best |
Hi @andrewprzh , Yes, I checked that already. |
Looks really odd since the exception is caused by pysam lib, not IsoQuant itself, could you send the entire log file? |
Sure. |
Something is particularly odd is with chr1, all other chromosomes are processed normally. Best |
Here is the header from one of the BAM files I'll try after removing the index file |
BAM file looks fine, really puzzling... |
I tried it again after removing the .fai file, but I still get the same error |
Hi,
I am trying to use IsoQuant for my Nanopore data. But, I keep getting the following ValueError. I wonder if there is some issue with the annotation file.
Here is the command I had used:
isoquant.py -d nanopore --fastq WT.fastq.gz KO.fastq.gz --reference hg38.fa --genedb gencode.v45.basic.annotation.gtf --complete_genedb --count_exons --output isoquant_new
The text was updated successfully, but these errors were encountered: