padriba / NLP_MeTaxa

1 stars 0 forks source link

Parallel computing or multi-threads #4

Open zhou-sumei opened 2 years ago

zhou-sumei commented 2 years ago

Hi, padriba, I have run this software successfully, by the way, I installed it by the source code. I found I have to run the program in the installation directory, and it process the input fasta one by one(as far as I know),which is kinde of slow. For me, I have many files needed to process (there are 180,000 sequences ).How can I run the program in the parallel ? Or is there any way to run it with multi-threads? Or increase the memory will speed up the programe? I need your help, thanks a lot!

padriba commented 2 years ago

The multithreading mode besides other features are the subject of the next release of NLP-MeTaxa. Until then you can split your input directory into different directories and launch several instances of the software.

zhou-sumei commented 2 years ago

Look forward to your next release! Thanks for your reply!