-
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
Null Iterator Error #69
Comments
Please can you:
Our internal large-scale CI ran with no errors on the 4.2.1 release. |
Thanks for your response, @keiranmraine
Either I am testing the new version of alleleCount incorrectly or I am incorrectly installing the latest version, which differs from how we installed previous versions. |
I can confirm a change in the htslib behaviour causes this (1.10 I suspect). I believe it was intended to ensure that applications notice that a contig isn't in the file. We'll have to look into this in more depth. The problem is that the BAM file that you are using only contains chr 22 (without prefix) but the gender.loci only looks at Y. A BAM file with data for a single chromosome can be processed, BUT a full complement of contigs need to be listed in the You would need to use the |
Thanks @keiranmraine for the clarification. That makes sense! |
Hi I got the similar error with alleleCounter(v4.3.0) too!
And it outputs this info: Could you please give me some advice? Sunna |
Could you check the chromosome names between your loci and bam files are consistent. The default for hg38 is to include the chr prefix but your loci file looks to contain position 1:809641 and not chr1:809641 |
Hi,
I recently installed alleleCount v4.2.1 on an HPC cluster using gcc 7.4.0. The installation ran without any problems. However, when testing with example data I receive a long error message, see attached, but here is the top section:
The command run was:
alleleCounter -l gender.loci -b test.bam -o test.out
The input files gender.loci and test.bam are from this repository. Running the same command with v4.0.0 works without any errors.
Can you help troubleshoot the problem? Thanks.
The text was updated successfully, but these errors were encountered: