repo.or.cz
/
cxgn-corelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixing typo in SQL
[cxgn-corelibs.git]
/
bin
/
interproxml_to_gff3.pl
blob
e78f2e596338fa8700017bcef9e2047610eaa904
1
#!/usr/bin/env perl
2
3
use
strict
;
4
use
warnings
;
5
use
CXGN
::
Tools
::
InterProGFF3
;
6
CXGN
::
Tools
::
InterProGFF3
->
run
(
@ARGV
);