Skip to content

Commit

Permalink
Move newtreeannotator to treeannotator (the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Nov 6, 2024
1 parent 19513ff commit 46880fe
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.tree.MutableTree;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
import dr.evolution.util.TaxonList;
import dr.geo.contouring.ContourMaker;
import dr.geo.contouring.ContourPath;
import dr.geo.contouring.ContourWithSynder;
import dr.inference.trace.TraceCorrelation;
import dr.inference.trace.TraceType;
import dr.stats.DiscreteStatistics;
import dr.util.HeapSort;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.io.Importer;
import dr.evolution.io.TreeImporter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.util.Taxon;
import dr.util.Pair;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
package dr.app.tools.newtreeannotator;
/*
* CAHeights.java
*
* Copyright © 2002-2024 the BEAST Development Team
* http://beast.community/about
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* BEAST is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with BEAST; if not, write to the
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301 USA
*
*/

package dr.app.tools.treeannotator;

import dr.evolution.io.Importer;
import dr.evolution.io.NexusImporter;
import dr.evolution.tree.MutableTree;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;

import java.io.FileReader;
import java.io.IOException;
import java.util.BitSet;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.util.Taxon;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;

import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;

class CollectionAction implements CladeAction {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.util.Taxon;
import dr.util.Pair;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.evolution.tree.*;
import dr.evolution.util.Taxon;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import java.util.Arrays;
import java.util.BitSet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.app.beast.BeastVersion;
import dr.app.tools.BaseTreeTool;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

package dr.app.tools.newtreeannotator;
package dr.app.tools.treeannotator;

import dr.app.gui.FileDrop;
import dr.app.gui.components.RealNumberField;
Expand Down

0 comments on commit 46880fe

Please sign in to comment.