This was an edge case that happened in some adaptive files. In the input file a sequence would be length 2 (for example 'TF'). Then after trimming leading and trailing amino acids, the remaining sequence would be length 0. But this happens after applying "standardize none values", meaning some empty sequences are None, and some "". With this fix, "" sequences are also removed upon import.
This was an edge case that happened in some adaptive files. In the input file a sequence would be length 2 (for example 'TF'). Then after trimming leading and trailing amino acids, the remaining sequence would be length 0. But this happens after applying "standardize none values", meaning some empty sequences are None, and some "". With this fix, "" sequences are also removed upon import.