annotate datatypes_conf.xml @ 24:2ab40f9266e4
draft
An update to the core of galaxy prevents the way the code is trying to write files. This patch fixes this.
author |
linda-bakker |
date |
Tue, 20 Feb 2018 07:59:47 -0500 |
parents |
dffc38727496 |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0"?>
|
|
2 <datatypes>
|
|
3 <datatype_files>
|
|
4 </datatype_files>
|
|
5 <registration display_path="display_applications">
|
|
6 <datatype extension="msclust.csv" type="galaxy.datatypes.tabular:Tabular" mimetype="text/csv" display_in_upload="true" subclass="true">
|
|
7 </datatype>
|
|
8 </registration>
|
|
9 <registration display_path="display_applications">
|
|
10 <datatype extension="rdata" type="galaxy.datatypes.data:Data" mimetype="application/zip" >
|
|
11 </datatype>
|
|
12 </registration>
|
|
13 </datatypes> |