import jalview.datamodel.AlignmentI;
import jalview.datamodel.PDBEntry;
-import jalview.ext.forester.io.NexusFile;
import jalview.ext.forester.io.PhyloXmlFile;
import jalview.ext.jmol.JmolParser;
import jalview.structure.StructureImportSettings;
return false;
}
},
- Nexus("Nexus", "nex,nexus,nx,tre", true, true)
- {
-
- @Override
- public AlignmentFileReaderI getReader(FileParse source)
- throws IOException
- {
- return new NexusFile(source);
- }
-
- @Override
- public AlignmentFileWriterI getWriter(AlignmentI al)
- {
- // handle within Aptx?
- return null;
- }
-
- @Override
- public boolean isTextFormat()
- {
- return true;
- }
-
- @Override
- public boolean isTreeFile()
- {
- return true;
- }
-
- },
+ // Nexus("Nexus", "nex,nexus,nx,tre", true, true)
+ // {
+ //
+ // @Override
+ // public AlignmentFileReaderI getReader(FileParse source)
+ // throws IOException
+ // {
+ // return new NexusFile(source);
+ // }
+ //
+ // @Override
+ // public AlignmentFileWriterI getWriter(AlignmentI al)
+ // {
+ // // handle within Aptx?
+ // return null;
+ // }
+ //
+ // @Override
+ // public boolean isTextFormat()
+ // {
+ // return true;
+ // }
+ //
+ // @Override
+ // public boolean isTreeFile()
+ // {
+ // return true;
+ // }
+ //
+ // },
PhyloXML("PhyloXML", "phyloxml,phylo.xml,pxml", true, true)
{
reply = FileFormat.PhyloXML;
break;
}
- else if (((identifier.startsWith("nexus"))
- || (identifier.startsWith("#nexus"))
- || (identifier.startsWith("# nexus"))
- || (identifier.startsWith("begin"))))
- {
- reply = FileFormat.Nexus;
- break;
- }
+ // commented out, nexus parser is troublesome
+
+ // else if (((identifier.startsWith("nexus"))
+ // || (identifier.startsWith("#nexus"))
+ // || (identifier.startsWith("# nexus"))
+ // || (identifier.startsWith("begin"))))
+ // {
+ // reply = FileFormat.Nexus;
+ // break;
+ // }
}
lineswereskipped = true; // this means there was some junk before any
// key file signature