| 1 | __VERSION__="ete2-2.2rev1026" |
|---|
| 2 | # -*- coding: utf-8 -*- |
|---|
| 3 | # #START_LICENSE########################################################### |
|---|
| 4 | # |
|---|
| 5 | # |
|---|
| 6 | # This file is part of the Environment for Tree Exploration program |
|---|
| 7 | # (ETE). http://ete.cgenomics.org |
|---|
| 8 | # |
|---|
| 9 | # ETE is free software: you can redistribute it and/or modify it |
|---|
| 10 | # under the terms of the GNU General Public License as published by |
|---|
| 11 | # the Free Software Foundation, either version 3 of the License, or |
|---|
| 12 | # (at your option) any later version. |
|---|
| 13 | # |
|---|
| 14 | # ETE is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 15 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|---|
| 16 | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
|---|
| 17 | # License for more details. |
|---|
| 18 | # |
|---|
| 19 | # You should have received a copy of the GNU General Public License |
|---|
| 20 | # along with ETE. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 21 | # |
|---|
| 22 | # |
|---|
| 23 | # ABOUT THE ETE PACKAGE |
|---|
| 24 | # ===================== |
|---|
| 25 | # |
|---|
| 26 | # ETE is distributed under the GPL copyleft license (2008-2011). |
|---|
| 27 | # |
|---|
| 28 | # If you make use of ETE in published work, please cite: |
|---|
| 29 | # |
|---|
| 30 | # Jaime Huerta-Cepas, Joaquin Dopazo and Toni Gabaldon. |
|---|
| 31 | # ETE: a python Environment for Tree Exploration. Jaime BMC |
|---|
| 32 | # Bioinformatics 2010,:24doi:10.1186/1471-2105-11-24 |
|---|
| 33 | # |
|---|
| 34 | # Note that extra references to the specific methods implemented in |
|---|
| 35 | # the toolkit are available in the documentation. |
|---|
| 36 | # |
|---|
| 37 | # More info at http://ete.cgenomics.org |
|---|
| 38 | # |
|---|
| 39 | # |
|---|
| 40 | # #END_LICENSE############################################################# |
|---|
| 41 | |
|---|
| 42 | from tree import * |
|---|
| 43 | from seqgroup import * |
|---|