Skip to content

Commit

Permalink
Merge pull request galaxyproject#19365 from SantaMcCloud/add_datatype
Browse files Browse the repository at this point in the history
[24.1] Add bcsp datatype
  • Loading branch information
bgruening authored Dec 28, 2024
2 parents 724157f + 63ac9ab commit 33cabba
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -1007,6 +1007,7 @@
<datatype extension="fits" type="galaxy.datatypes.binary:FITS" mimetype="application/octet-stream" display_in_upload="true" description="Flexible Image Transport System (FITS) used in Astronomy"/>
<datatype extension="chain" type="galaxy.datatypes.chain:Chain" display_in_upload="true" description_url="https://genome.ucsc.edu/goldenPath/help/chain.html"/>
<datatype extension="ucsc.net" type="galaxy.datatypes.chain:Net" display_in_upload="true" description_url="https://genome.ucsc.edu/goldenPath/help/net.html"/>
<datatype extension="bcsp" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" display_in_upload="true" subclass="true" description="Binary format of k-mer hash table which is only compatible with Fairy"/>
</registration>
<sniffers>
<!--
Expand Down

0 comments on commit 33cabba

Please sign in to comment.