Skip to content

Commit

Permalink
Enable cors, sc1, add for tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 25, 2023
1 parent cf44aee commit 1763fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
<datatype extension="taxonomy" type="galaxy.datatypes.tabular:Taxonomy" display_in_upload="true"/>
<datatype extension="tabular" type="galaxy.datatypes.tabular:Tabular" auto_compressed_types="gz" display_in_upload="true" description="Any data in tab delimited format (tabular)." description_url="https://wiki.galaxyproject.org/Learn/Datatypes#Tabular_.28tab_delimited.29">
<converter file="tabular_to_csv.xml" target_datatype="csv"/>
<display file="minerva/tabular.xml"/>
</datatype>
<datatype extension="twobit" type="galaxy.datatypes.binary:TwoBit" mimetype="application/octet-stream" display_in_upload="true"/>
<datatype extension="sqmass" type="galaxy.datatypes.binary:SQmass" mimetype="application/octet-stream" display_in_upload="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<link id="covid19" name="SARS-CoV-2 Minerva Map">
<url>https://covid19map.elixir-luxembourg.org/minerva/?plugins=3ca603e96a3412d52201ab76d5377ae3&amp;datasource=${data.url}</url>
<filter>${ $dataset.dbkey == "wuhCor1" or $dataset.dbkey == "NC_045512" }</filter>
<param type="data" name="data" url="galaxy_${DATASET_HASH}.tsv" />
<param type="data" name="data" url="galaxy_${DATASET_HASH}.tsv" allow_cors="true" />
</link>
</display>

0 comments on commit 1763fe6

Please sign in to comment.