}
else
{
- if (sequence != null && sequence.getAnnotation() != null)
- {
- for (AlignmentAnnotation ana : sequence.getAnnotation())
+ if (sequence != null && sequence.getAnnotation() != null)
{
- List<AlignmentAnnotation> transfer = sq.getAlignmentAnnotations(
- ana.getCalcId(), ana.label);
- if (transfer == null || transfer.size() == 0)
- {
- ana.liftOver(dsq, sqmpping);
- // mapping.transfer(ana);
- }
- else
+ for (AlignmentAnnotation ana : sequence.getAnnotation())
{
- continue;
+ List<AlignmentAnnotation> transfer = sq
+ .getAlignmentAnnotations(ana.getCalcId(), ana.label);
+ if (transfer == null || transfer.size() == 0)
+ {
+ ana.liftOver(dsq, sqmpping);
+ // mapping.transfer(ana);
+ }
+ else
+ {
+ continue;
+ }
}
}
}
- }
if (false)
{
// Useful for debugging mappings - adds annotation for mapped position