Hi. I need to add a new data type "sai" as an output from bwa aln.
I am reading https://galaxyproject.org/admin/datatypes/adding-datatypes/ but I am not sure what to do for step 3. As I don't need to upload sai files for now I am skipping step 2.
I have done step 1 -- I added the line below to the datatypes section in ./config/datatypes_conf.xml.sample file.
<datatype extension="sai" type="galaxy.datatypes.binary:Sai" subclass="True"/>
My thought is that since it's a binary file like bam, I need to write something similar to what is done to bam in binary.py file and registry.py file under lib/galaxy/datatypes/ directory