I opt to use the existing modules rather than reinventing wheels.
print "writing results";
our $filename;
while ( my @rids = $fac->each_rid ) {
die "No record found\n" unless @rids;
foreach my $rid ( @rids ) {
my $result = $fac->retrieve_blast( $rid );
if( ref( $result )) {...
Yes, I have it.
#! /usr/bin/perl -w
use strict;
use warnings;
$|++;
use Bio::Perl;
use Bio::Tools::Run::RemoteBlast;
use Bio::Search::Result::ResultI;
use Bio::Search::Hit::HitI;
use Bio::Search::HSP::HSPI;
use Bio::DB::RandomAccessI;
use Bio::DB::Query::GenBank;
use Bio::DB::GenBank;
use...
...Perl code under mod_perl.
=head1 Maintainers
Maintainer is the person(s) you should contact with updates,corrections and patches.
=over
=item *
Stas Bekman E<lt>stas (at) stason.orgE<gt>
=back
=head1 Authors
=over
=item *
Stas Bekman E<lt>stas (at) stason.orgE<gt>
=back
Only the...
What is this error about and how to fix?
Can't modify constant item in scalar assignment at line 16, near "}"
#! /usr/bin/perl
use strict;
use warnings;
package Protein;
our %attrib;
sub new {
my( $class , %attribs ) = ( @_ );
my $obj = {
_name =...
How do you parse the data (Seq.txt) into a table in mysql?
The txt data look like:
>AREDD7|Mus musculus|brain|45545|411|741
aagcggccggtctgcagtcggagacttgcaggcagcaaacacggtgcgaacgaaccggag
gggggagagagaaatcaaacagctaagcgtggagcagacggcctgggacccagaagggga
tcgatgcgaggagcgcaataata...
bla...
$qe->finish;
$dc->disconnect ();
// I am trying to populate the form right below the result display so that you can run the query right on the page w/o going back to the previous page.
// ./SearchSeqResult.cgi >/dev/null retruns no error, but no form shows up on the result...
./SearchSeqResult.cgi > /dev/null returns no error, but when I run the cgi pages, I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Why is that?
Thanks,
jl
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.