Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IQtree datatypes #4849

Merged
merged 12 commits into from Nov 8, 2017
3 changes: 3 additions & 0 deletions config/datatypes_conf.xml.sample
Expand Up @@ -341,6 +341,8 @@
<datatype extension="phyloxml" type="galaxy.datatypes.xml:Phyloxml" display_in_upload="true" />
<datatype extension="nhx" type="galaxy.datatypes.data:Newick" display_in_upload="true" />
<datatype extension="nex" type="galaxy.datatypes.data:Nexus" display_in_upload="true" />
<datatype extension="iqtree" type="galaxy.datatypes.text:IQTree" />
<datatype extension="mldist" type="galaxy.datatypes.mothur:SquareDistanceMatrix" />
<!-- Start RGenetics Datatypes -->
<datatype extension="affybatch" type="galaxy.datatypes.genetics:Affybatch" display_in_upload="true"/>
<!-- eigenstrat pedigree input file -->
Expand Down Expand Up @@ -744,6 +746,7 @@
<sniffer type="galaxy.datatypes.tabular:Sam"/>
<sniffer type="galaxy.datatypes.data:Newick"/>
<sniffer type="galaxy.datatypes.data:Nexus"/>
<sniffer type="galaxy.datatypes.text:IQTree"/>
<sniffer type="galaxy.datatypes.text:Obo"/>
<sniffer type="galaxy.datatypes.text:Arff"/>
<sniffer type="galaxy.datatypes.text:Ipynb"/>
Expand Down