-
Notifications
You must be signed in to change notification settings - Fork 5
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
MMseqs2 error: TypeError: object of type 'NoneType' has no len() #10
Comments
Hi Evelin, The key is here:
My guess is that you either don't have enough space in your home directory or you don't have the right permissions to write files. You can always redirect the temporary folder for clustering using I hope this helps... Edgardo |
Hi Edgardo, Thank you so much, I actually ran out of space! I set a temporary work directory, and it worked now. I do currently struggle a lot with unintentionally filling my home directory... :) Cheers, |
Hello, I'm having a similar issue/output when running the -c flag at the step Selecting final cluster representatives:
Same problem occurs on all 3 of my workstations. I'm pretty sure there is no problem with permissions or storage. I really appreciate your time for the developing of the software. |
Hi @DavCP, My initial guess is that no clusters are found, therefore Captus fails at processing the output from MMSeqs. To be sure I would need the MMSeqs log, could you upload me the log file(s) found inside the clustering folder located within your extraction folder? Thanks! Edgardo |
Hi Edgardo,
When running
captus_assembly extract -a 02_assemblies -o 03_extractions -n target_file.fasta -p SeedPlantsPTD -m SeedPlantsMIT -c
on a hpc with Captus version: v1.0.1, the run terminates at step 1 of the clustering with following error message:The end of the log file looks like this:
I re-run it a few times, everytime the same error, in one run though the log file ended a few lines earlier (Initial clustering...).
Any help appreciated! Thanks!
Cheers,
Evelin
The text was updated successfully, but these errors were encountered: