I have a 10 gb .faa proteomes file that I want to run MAFFT on. But it is too big and hence I need to divide the file. How do I convert it to smaller files in windows without losing any data ? The solutions I have come across are for a UNIX/LINUX based environment
from the statement
The solutions I have come across are for a UNIX/LINUX based environment
, I am assuming that you are on windows. Even in windows (=>10), you can use GNU-linux tools using wsl2. I would suggestseqkit
(windows version) from here. Please go through the manual and there are multiple ways to split a fasta using seqkit in manual.