Sha256: 113a8c0ca742770efe8f07b37e06387cc8d34ed82957d1776bab35d575979238
Contents?: true
Size: 449 Bytes
Versions: 4
Compression:
Stored size: 449 Bytes
Contents
require 'rbbt-util' module InterPro extend Resource self.subdir = "share/databases/InterPro" InterPro.claim InterPro.root.find, :rake, Rbbt.share.install.InterPro.Rakefile.find(:lib) def self.tsv(*args) old_url = BioMart::BIOMART_URL begin BioMart::BIOMART_URL.replace "http://www.ebi.ac.uk/interpro/biomart/martservice?query=" BioMart.tsv(*args) ensure BioMart::BIOMART_URL.replace old_url end end end
Version data entries
4 entries across 4 versions & 1 rubygems