simroux / VirSorter

Source code of the VirSorter tool, also available as an App on CyVerse/iVirus (https://de.iplantcollaborative.org/de/)
GNU General Public License v2.0
104 stars 30 forks source link

Split a large fasta file #83

Closed chenyj8 closed 3 years ago

chenyj8 commented 3 years ago

Hi,

Thank you for this excellent tool!

I have a large fasta file (assembly) and I would like to run the VirSorter. Does it make sense if I split the fasta file to multiple files and run the VirSorter seperately for them? The reason why I am doing this is that it would take a while to run a large fasta file with VirSorter.

Yongjian

simroux commented 3 years ago

Hi,

There is no issue with splitting large input fasta files to run VirSorter separately on each of them, and it's actually the recommended approach to optimize compute time.

Best, Simon