{
al.setDataset(null);
}
- if (fullAlignment != null)
- {
- // map gapMap from positions in visible sequence to positions in
- // original sequence
- if (predMap != null)
- {
-
- }
- }
jalview.io.JnetAnnotationMaker.add_annotation(prediction, al,
FirstSeq, true, predMap);
SequenceI profileseq = al.getSequenceAt(0); // this includes any gaps.
if (fullAlignment == null)
{
alignToProfileSeq(al, profileseq);
- }
- if (fullAlignment == null && predMap != null)
- {
- // Adjust input view for gaps
- // propagate insertions into profile
- alcsel = ColumnSelection.propagateInsertions(profileseq, al,
- input);
+ if (predMap != null)
+ {
+ // Adjust input view for gaps
+ // propagate insertions into profile
+ alcsel = ColumnSelection.propagateInsertions(profileseq, al,
+ input);
+ }
}
}
}
-
// transfer to dataset
for (AlignmentAnnotation alant : al.getAlignmentAnnotation())
{