EnglishFrenchSpanish

OnWorks favicon

bp_hivqp - Online in the Cloud

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

This is the command bp_hivqp 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_hivq.PL - an interactive command-line interface to Bio::DB::HIV and
Bio::DB::Query::HIVQuery

SYNOPSIS


$ perl bp_hivq.PL
hivq> query C[subtype] SI[phenotype]
hivq> prerun
80 sequences returned
Query: C[subtype] SI[phenotype]
hivq> outfile csi.fas
hivq> run
Download complete.
hivq> outfile dsi.fas
hivq> run D[subtype] SI[phenotype]
Download complete.
hivq> count
25 sequences returned
Query: D[subtype] SI[phenotype]
hivq> exit
$

DESCRIPTION


The BioPerl modules Bio::DB::HIV and Bio::DB::Query::HIVQuery together allow batch queries
against the Los Alamos National Laboratories' HIV Sequence Database using a simple query
language. "bp_hivq.PL" provides both an example of the use of these modules, and a
standalone interactive command-line interface to the LANL HIV DB. Simple commands allow
the user to retrieve HIV sequences and annotations using the query language implemented in
Bio::DB::Query::HIVQuery. Visit the man pages for those modules for more details.

USAGE


Run the script using "perl bp_hivq.PL" or, in Unix, "./bp_hivq.PL". You will see the

hivq>

prompt. Type commands with queries to retrieve sequence and annotation data. See the
SYNOPSIS for a sample session. Available commands are described below.

TIPS
The LANL database is pretty complex and extensive. Use the "find" facility to explore the
available database tables and fields. To identify aliases for a particular field, use
"find alias [fieldname]". For example, to find a short alias to the weirdly named field
"seq_sample.ssam_second_receptor", do

hivq> find alias seq_sample.ssam_second_receptor

which returns

coreceptor second_receptor

Now, instead of the following query

hivq> run C[subtype] CCR5[seq_sample.ssam_second_receptor]

you know you can do

hivq> run C[subtype] CCR5[coreceptor]

Use the "outfile" command to set the file that receives the retrieved sequences. You can
change the current output file simply by issuing a new "outfile" command during the
session. The output file defaults to standard output.

Use the "query" command to validate a query without hitting the database. Use the "prerun"
or "count" commands to get a count of sequence hits for a query without retrieving the
data. Use "run" or "do" to perform a complete query, retrieving sequence data into the
currently set output files.

To process "bp_hivq.PL" commands in batch, create a text file ("bp_hivq.cmd", for example)
containing desired commands one per line. Then execute the following from the shell:

$ cat bp_hivq.cmd | perl bp_hivq.PL

COMMANDS


Here is a complete list of commands. Options in single brackets ("[req_option]") are
required; options in double brackets ("[[opt_option]]") are optional.

confirm : Toggle interactive confirmation before
executing queries
exit : Quit script
find : Explore database schema
find tables Display all database tables
find fields Display all database fields (columns)
find fields [table] Display all fields in [table]
find alias [field] Display valid aliases for [field]
help [[command]] : Show command help
if [[command]] not specified, list all
available commands
id : Display current session id
outfile [filename] : Set file for collecting retrieved data
ping : Check if LANL DB is available
prerun [[query]] : Execute query but retreive hit count only
if [[query]] not specified, use current query
query [query] : Validate and set current query
run [[query]] : Execute query and retrieve data
if [[query]] not specified, use current query
state : Display current state of the script

bye : Alias for 'exit'
config : Alias for 'state'
count : Alias for 'prerun'
do : Alias for 'run'
out : Alias for 'outfile'
quit : Alias for 'exit'

OPTIONS


-v : verbose; turns on the internal debug() function

FEEDBACK


Mailing Lists
User feedback is an integral part of the evolution of this and other Bioperl modules. Send
your comments and suggestions preferably to the Bioperl mailing list. Your participation
is much appreciated.

[email protected] - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists

Reporting Bugs
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their
resolution. Bug reports can be submitted via the web:

https://github.com/bioperl/bioperl-live/issues

AUTHOR - Mark A. Jensen


Mark A. Jensen <[email protected]>

Use bp_hivqp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad