wrf / genomeGTFtools

convert various features into a GFF-like file for use in genome browsers
69 stars 27 forks source link

converting InterProScan results to genomic coordinates #9

Open mictadlo opened 4 years ago

mictadlo commented 4 years ago

Hi, I ran interproscan.sh --cpu 10 --input $1 --seqtype p --iprlookup --pathways --goterms -d $2 --tempdir interproscan-dp-tmp and got the following output files:

Now I would like to load the results into JBrowse. However, the coordinates do not match the genomic coordinates. By any chance, do you have any scripts to convert InterPro scan results to genomic coordinates?

Thank you in advance,

Michal