murphycj / AGFusion

Python package to annotate and visualize gene fusions.

Home Page:https://www.agfusion.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to see protein domain information

Nitin123-4 opened this issue · comments

Hi,

I am trying the below command and I am not able to see any Protein domain information for GRCh37.

agfusion --gene5prime ENSG00000140464 --gene3prime ENSG00000131759 --junction5prime 74325755 --junction3prime 38504568 --genome GRCh37 --out PML-RARA

Please help me regarding this.

Apologies, yes this is an issue I'am aware of. The reason is I acquire the protein domain information directly from the Ensembl MySQL database. And protein domain information is available for GRCm38, but not GRCm37. So I need to find a way around this. Will try to fix this today

Should be fixed now, reinstall from pip or from GitHub. Also be sure to add "annotate" to the command call (I' am doing some code reorganization).

agfusion annotate --gene5prime ENSG00000140464 --gene3prime ENSG00000131759 --junction5prime 74325755 --junction3prime 38504568 --genome GRCh37 --out PML-RARA