-
Notifications
You must be signed in to change notification settings - Fork 3
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
pandas.errors.UndefinedVariableError: name 'nan' is not defined #13
Comments
Also, when not having an issue with
Is there no way to add something like Thank you for your help ! |
Might be useful for someone: issues are arising only when species have scaffolds in their |
Hey @allaigle These errors could be related to your genome definition ( Also, could you try running the workflow with the |
Hi @pierrepo, Thank you for your answer ! After this issue, I checked the genome quality using QUAST and decided to remove all contigs/scaffolds shorter than 500kb, which did not changed much the NC50, so I ran everything with this setting, and almost all my species worked fine, except one (for now), which is the genome GCA_006506795.2 (Hericium erinaceus). Indeed, I ran all of them with Thank you for your help, much appreciated! |
Hi,
Thank you so much for having created such a nice workflow!!
Depending on the species I am running it, I get this error, sometimes for every resolution, sometimes only for one:
Note that when I tested
python ../scripts/verify_inverted_contigs.py --run True --pdb structure/10000/structure_with_chr.pdb --fasta genome.fasta --resolution 10000 --output-pdb structure/10000/structure_verified_contigs.pdb --output-fasta sequence/10000/genome_verified_contigs.fasta >logs/verify_inverted_contigs_10000.log 2>&1
, I got no such error.I also tried
but when rerunning the pipeline, I got the same issue.
Is there any "easy" solution to fix it like adding an import command?
Thanks!
The text was updated successfully, but these errors were encountered: