Better to use Bio::SeqIO (while loop) instead of reading all seqs into memory (array). Better also to use the Bioperl fasta parser generally. Same applies for OUT. Should change this to write the output file using the bioperl method. This will avoid the need for the "breakSequene" method
Better to use Bio::SeqIO (while loop) instead of reading all seqs into memory (array). Better also to use the Bioperl fasta parser generally. Same applies for OUT. Should change this to write the output file using the bioperl method. This will avoid the need for the "breakSequene" method