X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FVamsasAppDatastore.java;h=c2031cc66940d56039d20ecf3cfa5616b558be37;hb=2253f31565d4e96edffce2fac596e2ef0578d596;hp=e77355e088766201b039c0c6701aea77f0b13072;hpb=49685e6426d5ac136dce4907196751680c667670;p=jalview.git diff --git a/src/jalview/io/VamsasAppDatastore.java b/src/jalview/io/VamsasAppDatastore.java index e77355e..c2031cc 100644 --- a/src/jalview/io/VamsasAppDatastore.java +++ b/src/jalview/io/VamsasAppDatastore.java @@ -350,7 +350,7 @@ public class VamsasAppDatastore } } } - if (sq.getDatasetSequence()==null && sq.getDBRef() != null) + if (sq.getDatasetSequence() == null && sq.getDBRef() != null) { // only sync database references for dataset sequences DBRefEntry[] entries = sq.getDBRef(); @@ -378,22 +378,22 @@ public class VamsasAppDatastore // //////////////////////////////////////////// if (!av.getAlignment().isAligned()) return; // TODO: trees could be written - but for the moment we just - // skip + // skip // //////////////////////////////////////////// // Save the Alignments Alignment alignment = (Alignment) getjv2vObj(av.getSequenceSetId()); // bind - // to - // the - // value - // used - // to - // associate - // different - // views - // to - // same - // alignment + // to + // the + // value + // used + // to + // associate + // different + // views + // to + // same + // alignment if (alignment == null) { @@ -455,20 +455,20 @@ public class VamsasAppDatastore { // info in the undo addProvenance(alignment.getProvenance(), "Edited"); // TODO: - // insert - // something - // sensible - // here again + // insert + // something + // sensible + // here again } else { // info in the undo addProvenance(alignment.getProvenance(), "Attributes Edited"); // TODO: - // insert - // something - // sensible - // here - // again + // insert + // something + // sensible + // here + // again } } if (alismod) @@ -2046,9 +2046,9 @@ public class VamsasAppDatastore if (type == 0) { type = jalview.datamodel.AlignmentAnnotation.BAR_GRAPH; // default - // type of - // value - // annotation + // type of + // value + // annotation if (has[HASHPHOB]) { // no hints - so we ensure HPHOB display is like this. @@ -2147,7 +2147,7 @@ public class VamsasAppDatastore } if (annotation.getModifiable() == null || annotation.getModifiable().length() == 0) // TODO: USE VAMSAS - // LIBRARY OBJECT + // LIBRARY OBJECT // LOCK METHODS) { jan.editable = true; @@ -2158,12 +2158,12 @@ public class VamsasAppDatastore && annotation.getGroup().length() > 0) { jan.graphGroup = Integer.parseInt(annotation.getGroup()); // TODO: - // group - // similarly - // named - // annotation - // together - // ? + // group + // similarly + // named + // annotation + // together + // ? } } catch (Exception e) {