in reply to Re: Loading only portions of a file at any given time
in thread Loading only portions of a file at any given time
Indeed, I found that to be the main issue when trying to think of a way to do this. I could definitely split the FASTA file beforehand, although I try to minimise the amount of steps required to run a script hence the question! Thanks for your input.