-
Notifications
You must be signed in to change notification settings - Fork 0
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
IndexError: list index out of range #13
Comments
Can you upload the VCF file you're trying to filter and the log file from the failed run to some cloud storage for me to have a look at? |
Here is a link to the data. https://drive.google.com/drive/folders/1jUhxJeNU6gXq9016M29auCTLYI2tCrs5?usp=sharing |
Your log and input file look good. Let's try some more things. 1.) Minor issue, shouldn't case any problems: wc -l Homo_sapiens_assembly38.fasta 2.) Are your bam files ok? How many reads are in the bam files?samtools view HK11.bam | wc -l What is the header like?samtools view -H HK11.bam I'm sure we can solve your problem. When that's done, I'm going to update FiNGS to clean it up, lots of the packages it depends on have changed and it's making installing/running it difficult for new users. |
I install fings and the test run went well but with actual data it is giving this error
Would be glad if someone can help
The text was updated successfully, but these errors were encountered: