Fixed bug: getNucleotideAlignment was nullpointing when encountering a null return from getRepresentativeCDS() (which happens whenever there is no representative CDS for the particular UniprotEntry). Now checking for nulls before using the homolog in the alignment.
|