-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeError when running BESST #61
Comments
Hi, Can you post the full error output here. Thanks! |
Thank you for your help. I also attached the Statistics.txt file. |
It seems that you have specified some non default options (such as -T and -k). Can you:
Thanks! |
Oh, yes you are right. Then I thought I was missing some parameters and tried again with -k and -T but got the same error again. |
Oh, ok! At this point, the only way I can see this bug happen is if the contigs accessions in the fasta file does not match the accessions of contigs in the bam file. Has the contig sequences and/or accessions in the fasta file in any way been modified after the alignments were done? I would recommend to check this. |
Thanks, I'll have a look into that. |
Was there a solution to this problem. I have the same type error issues. and I checked for the contig accessions and they seem to be the same. Thank you very much for your answer. |
I'm afraid not. It seems that in order for this to happen, the list How many contigs are in your input? If you are familiar with python, you can insert a print(lengths) after |
Hi, thank you for the tool.
I am trying to run BESST after mapping the reads to the assembly with bwa, but it always ends up with the following error:
param.contig_threshold = N60 - 1
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
I don't know how to solve this issue. I would be grateful if you could help me with that.
Thanks in advance.
The text was updated successfully, but these errors were encountered: