EnglishFrenchSpanish

OnWorks favicon

bp_biofetch_genbank_proxyp - Online in the Cloud

Run bp_biofetch_genbank_proxyp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command bp_biofetch_genbank_proxyp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


bp_biofetch_genbank_proxy.pl - Caching BioFetch-compatible web proxy for GenBank

SYNOPSIS


Install in cgi-bin directory of a Web server. Stand back.

DESCRIPTION


This CGI script acts as the server side of the BioFetch protocol as described in
http://obda.open-bio.org/Specs/. It provides two database access services, one for data
source "genbank" (nucleotide entries) and the other for data source "genpep" (protein
entries).

This script works by forwarding its requests to NCBI's eutils script, which lives at
http://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi. It then reformats the output
according to the BioFetch format so the sequences can be processed and returned by the
Bio::DB::BioFetch module. Returned entries are temporarily cached on the Web server's
file system, allowing frequently-accessed entries to be retrieved without another round
trip to NCBI.

INSTALLATION
You must have the following installed in order to run this script:

1) perl
2) the perl modules LWP and Cache::FileCache
3) a web server (Apache recommended)

To install this script, copy it into the web server's cgi-bin directory. You might want
to shorten its name; "dbfetch" is recommended.

There are several constants located at the top of the script that you may want to adjust.
These are:

CACHE_LOCATION

This is the location on the filesystem where the cached files will be located. The
default is /usr/tmp/dbfetch_cache.

MAX_SIZE

This is the maximum size that the cache can grow to. When the cache exceeds this size
older entries will be deleted automatically. The default setting is 100,000,000 bytes
(100 MB).

EXPIRATION

Entries that haven't been accessed in this length of time will be removed from the cache.
The default is 1 week.

PURGE

This constant specifies how often the cache will be purged for older entries. The default
is 1 hour.

TESTING


To see if this script is performing as expected, you may test it with this script:

use Bio::DB::BioFetch;
my $db = Bio::DB::BioFetch->new(-baseaddress=>'http://localhost/cgi-bin/dbfetch',
-format =>'genbank',
-db =>'genbank');
my $seq = $db->get_Seq_by_id('DDU63596');
print $seq->seq,"\n";

This should print out a DNA sequence.

Use bp_biofetch_genbank_proxyp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 2
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 3
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 4
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 5
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 6
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • More »

Linux commands

  • 1
    abc2abc
    abc2abc
    abc2abc - a simple abc
    checker/re-formatter/transposer ...
    Run abc2abc
  • 2
    abc2ly
    abc2ly
    abc2ly - manual page for abc2ly
    (LilyPond) 2.18.2 ...
    Run abc2ly
  • 3
    coqdoc
    coqdoc
    coqdoc - A documentation tool for the
    Coq proof assistant ...
    Run coqdoc
  • 4
    coqide
    coqide
    coqide - The Coq Proof Assistant
    graphical interface ...
    Run coqide
  • 5
    g.gui.vdigitgrass
    g.gui.vdigitgrass
    g.gui.vdigit - Interactive editing and
    digitization of vector maps. KEYWORDS:
    general, user interface, GUI, vector,
    editing, digitizer ...
    Run g.gui.vdigitgrass
  • 6
    g.listgrass
    g.listgrass
    g.list - Lists available GRASS data
    base files of the user-specified data
    type optionally using the search
    pattern. KEYWORDS: general, map
    management, list ...
    Run g.listgrass
  • More »

Ad