jtamames / SqueezeMeta

A complete pipeline for metagenomic analysis
GNU General Public License v3.0
372 stars 80 forks source link

Benchmark data for HPC cluster #754

Closed fpeti11 closed 9 months ago

fpeti11 commented 10 months ago

I would like to ask if you have some benchmark data for HPC clusters that proves the program can use HPC resources in good way?

fpusan commented 10 months ago

We don't. My limited experience with this is that:

The different steps of the pipeline can be run individually. You can create a skeleton project by adding the flag --empty to the SqueezeMeta call. After that, the different scripts of the pipeline can be run individually (eg 01.run_all_assemblies.pl my_project_path). So you could as well submit a different job for each step, optimizing the resources requested for each job.

Hope this helps a bit.

fpeti11 commented 10 months ago

Thank you, it helped.