Hello folks,
I want to view BAM files on UCSC genome browser. I got my BAM files from HISAT2. But I don't see a link for viewing them on UCSC genome browser. I saw there is bam.xml in /display_applications/ucsc/. And in datatypes_conf.xml.sample, it shows bam can display on ucsc:
<datatype extension="bam" type="galaxy.datatypes.binary:Bam" mimetype="application/octet-stream" display_in_upload="true" description="A binary file compressed in the BGZF format with a '.bam' file extension." description_url="<a href=" https:="" wiki.galaxyproject.org="" Learn="" Datatypes#BAM"="" rel="nofollow">https://wiki.galaxyproject.org/Learn/Datatypes#BAM">
<converter file="bam_to_bai.xml" target_datatype="bai"/>
<converter file="bam_to_bigwig_converter.xml" target_datatype="bigwig"/>
<display file="ucsc/bam.xml"/>
<display file="ensembl/ensembl_bam.xml"/>
<display file="igv/bam.xml"/>
<display file="igb/bam.xml"/>
<display file="iobio/bam.xml"/>
</datatype>
Why there is no ucsc link for viewing bam? Did I miss any configuration? Thank you in advance!