Hi Robert!
First of all, thanks you so much for your time dedicated to software development and making bioinformaticians lives easier!
I'm trying to aling around 90k PDBs from Alphafold using Muscle 3D, following this commands in a machine with 2TB of RAM and 128 threads.
reseek -pdb2mega second_round/ -output second_round.mega && muscle -super5 second_round.mega -output second_round.afa
However, I always get the following error:
Mega::GetProfileByLabel(Cluster2) with different cluster numbers depending on the run.
Is -super5 compatible with Muscle3D? When I run -align with >1k sequences, I get the warning >1k sequences, may be slow or use excessive memory, consider using -super5
I also tried with smaller alignments (~200 PDBs) and I also get the same error. When I try with -align instead of -super5 everything works nice!
Is it advisable to run Muscle 3D with >90k sequences without the -super5 command? What should be the best strategy for this?
Thanks for your time,
Mario
Hi Robert!
First of all, thanks you so much for your time dedicated to software development and making bioinformaticians lives easier!
I'm trying to aling around 90k PDBs from Alphafold using Muscle 3D, following this commands in a machine with 2TB of RAM and 128 threads.
reseek -pdb2mega second_round/ -output second_round.mega && muscle -super5 second_round.mega -output second_round.afaHowever, I always get the following error:
Mega::GetProfileByLabel(Cluster2)with different cluster numbers depending on the run.Is
-super5compatible with Muscle3D? When I run-alignwith >1k sequences, I get the warning>1k sequences, may be slow or use excessive memory, consider using -super5I also tried with smaller alignments (~200 PDBs) and I also get the same error. When I try with
-aligninstead of -super5 everything works nice!Is it advisable to run Muscle 3D with >90k sequences without the
-super5command? What should be the best strategy for this?Thanks for your time,
Mario