BioPerl is a package of Perl tools for computational molecular biology.
-2
votes
0answers
13 views
how to calculate the number of bases (As, Cs, Gs and Ts) from fasta file using bioperl [closed]
contig1.1 of Mycobacterium marinum
...
0
votes
2answers
35 views
How can I download the entire GenBank file with just an accession number?
I've got an array full of accession numbers, and I'm wondering if there's a way to automatically save genbank files using BioPerl. I know you can grab sequence information, but I want the entire ...
1
vote
2answers
96 views
search sequence in genome with mismatches
i have a fastq file with more than 100 million reads in it and a genome sequence of 10000 in length
i want to take out the sequences from the fastq file and search in the genome sequence with ...
1
vote
1answer
57 views
BioPerl module Bio::DB::EntrezGene no longer working
I've been using the Bio::DB::EntrezGene module from BioPerl to retrieve Entrez gene names given the numerical ID.
This worked fine for months, and as recently as two weeks ago. Recently, though, it ...
1
vote
1answer
47 views
Build.PL wont run in git repo
I am trying to run the bioperl-live package and I have git-cloned the following repo
git clone https://github.com/bioperl/bioperl-live.git
and cd'd into bio-perl live where it was installed. I have ...
0
votes
1answer
27 views
how to Run 'Build installdeps' to install missing prerequisites
Trying to run a Build.PL file and get following, and not uncommon error message:
Checking prerequisites...
build_requires:
! Test::Most is not installed
recommends:
* HTML::TableExtract ...
0
votes
0answers
10 views
where can i get free active perl 5.8/5.10 [closed]
I am Bioinformatics Student. I need to install Bio-perl on my windows machine, I can not find perl 5.10 or 5.8 to get Bio-perl repos. Can anyone help me to find free active perl 5.8/5.10 for windows ...
1
vote
1answer
83 views
Perl how to catch two exceptions thrown at once
I am parsing a large EMBL file (>1G) and convert it to a gff file. It has some entries are not matching the traditional embl formation thus cause the bioperl module to throw exceptions. My question ...
0
votes
1answer
42 views
Bioperl and Samtools
How can I run 'mpileup' using Bioperl ?
When trying to run mpileup using Bio::Tools::Run::Samtools , I am getting 'mpileup' is not registered. What am I doing wrong? Any pointers towards the right ...
-1
votes
2answers
108 views
Downloading sequence file with perl
I am trying to download the sequence file from the gene bank database using perl but it shows error. I don't have any guide to correct my program.
Can any one help me with this? The error is in ...
-2
votes
1answer
71 views
Replace Fasta header files using Perl [duplicate]
I want to replace Fasta headers in multiple files using Perl:
Input files containing headers
">"gi|392206852|gb|AKUX01000001.1| Mycobacterium abscessus 3A-0119-R 3A_0119_R.contig.0, whole genome ...
0
votes
2answers
88 views
i wan to replace a sequence name in fasta file with another name
i have one fasta file and one text file fasta file contains sequences in fasta format and text file contains name of genes now i want to replace name of the sequences in fasta file after '>' sign with ...
0
votes
1answer
53 views
Trying to custom-sort a phylogenetic tree in BioPerl results in “undefined value” or “unblessed reference” error
I have a phylogenetic tree I am loading in BioPerl. I want to use a custom sort function ("$depth_sort" below) to order the nodes vertically when printing out the tree. However the documented method ...
1
vote
1answer
82 views
Export sequences to fasta wide format
I'm trying to export aligned sequences to a fasta file one by one using Bio::SeqIO.
The result is that the sequences are broken by a new line every 60 columns.
How do I avoid that?
I'd like to have ...
1
vote
2answers
132 views
alignment of sequences
I want to do pairwise alignment with uniprot and pdb sequences. I have an input file containing uniprot and pdb IDs like this.
pdb id uniprot id
1dbh Q07889
1e43 P00692
1f1s Q53591
...
2
votes
1answer
612 views
Extracting DNA sequences from FASTA file with BioPerl with non-standard header
I'm trying to extract sequences from a database using the following code:
use strict;
use Bio::SearchIO;
use Bio::DB::Fasta;
my ($file, $id, $start, $end) = ...
1
vote
4answers
407 views
Calculating the distance between atomic coordinates
I have a text file as shown below
ATOM 920 CA GLN A 203 39.292 -13.354 17.416 1.00 55.76 C
ATOM 929 CA HIS A 204 38.546 -15.963 14.792 1.00 29.53 C
ATOM ...
0
votes
1answer
31 views
Fetch attribute values from GFF3 database wiith bioperl
I already created a GFF3 DB with BioPerl Store Object (BIO:DB:SeqFeature:Store)
I created the GFF3 file by myself from a Blastx result and created a series of my own tags as attributes. Now I would ...
1
vote
1answer
181 views
Installing Bio::Restriction::Analysis in Strawberry Perl
I am attempting to install the module Bio::Restriction::Analysis in Strawberry Perl (v5.16.1.1 32 bit) using CPAN. However, it looks like it won't pass a few tests. Portions of CPAN's output are ...
0
votes
2answers
184 views
How to safely uninstall bioperl that was installed via CPAN?
I installed BioPerl via CPAN. Several tests got failed and I force installed it.
I now want to install it via ubuntu software centre.
Can anyone describe how to remove BioPerl that was installed via ...
0
votes
4answers
124 views
Perl replace the top-level numbers only from a tree
I'm new to this website. Here's a problem that troubled me for >2 hr. I have a string (phylogenetic tree in newick format), which looks like:
((A:14,B:43):22,C:76,(D:54,(E:87,F:28):17):35);
The ...
1
vote
1answer
204 views
Bioperl reading fasta sequences
I found that if my fasta file ends with a single line sequence then that sequence returned by Bioperl will have one nucleotide missing. If fasta file ends with the new line then it returns complete ...
1
vote
3answers
89 views
Perl: Finding _ followed by X with stuff in between
many thanks for the help with the earlier issues.
I've almost finished the last thing I was working on - specifically an ORF (open reading frame) finder program. So far, I've got an array called ...
0
votes
3answers
116 views
Selectively joining elements of an array into fewer elements of a new array
I'm having some trouble manipulating an array of DNA sequence data that is in .fasta format. What I would specifically like to do is take a file that has a few thousand sequences and adjoin sequence ...
0
votes
2answers
522 views
BioPerl & CPAN - Problems in installation & error “Can't locate Bio/EnsEMBL/Registry.pm in @INC”
I'm posting this message out of pure desperation, because I really don't know what else to try. I'm a beginner in bioperl and I'm working on a script to parse out some results I got from MolQuest ...
-2
votes
3answers
202 views
Compare two files and change the character at position [closed]
I want to compare two text files & change the character at the position. Output of this comparision in third file with flags C-CHANGE, N-SAME at the end of line.
IN PUT1: the position at the ...
1
vote
3answers
478 views
perl find the number of matching 2 characters in a string
is there a method in perl (not bioperl) to find the number of each 2 consecutive letters
i.e : number of AA, AC,AG,AT,CC,CA...
in a sequence like this :
$sequence = 'AACGTACTGACGTACTGGTTGGTACGA'
...
0
votes
1answer
121 views
how to run local blast program in apche2 server
I am running a local blast program in apche2 server...but it showing me error that.
--------------------- WARNING ---------------------
MSG: cannot find path to blastall
My code is..
...
3
votes
2answers
121 views
Bioperl: notes or online references for beginners
Please suggestion, I want to get started from 0. I do have experience on R.
1
vote
2answers
162 views
How can I identify which ranges a given value falls in?
I have two data sets: 'Data 1' and 'Data 2'. Could you please help me to find, for each value of posi in 'Data 1', the ranges in 'Data 2' where posi lies between Star_posi and end_posi.
Data 1
...
1
vote
1answer
283 views
Find the postion of SNP in the gen list
I have SNP data and gen list data. I am looking for the position of SNP cotain in the gen list data when I compare with gen list. For example:
The SNP data :
Pos_start pos_end
14185 14185 ...
1
vote
1answer
533 views
Convert GenBank Flatfiles to FASTA
I need to parse a preliminary GenBank Flatfile. The sequence hasn't been published yet, so I can't look it up by accession and download a FASTA file. I'm new to Bioinformatics, so could someone show ...
6
votes
2answers
991 views
Efficient substring matching in perl
I am looking for an efficient solution to do find the longest possible substring in a string tolerating n mismatches in the main string
Eg:
Main String
AGACGTACTACTCTACTAGATGCA*TACTCTAC*
...
0
votes
2answers
141 views
Add tag to bioperl DB::SAM/BAM
I have a bam file and use bioperl (Bio::DB::Sam) to work with it.
Now i wanted to ask if there is any possibility to add tags to alignments in this File?
i use
my $iterator = ...
1
vote
1answer
166 views
BIO-Perl Error when running the first program
I tried to run bio perl using Eclipse.
The code I tried to execute is:
use Bio::Seq;
$seq_obj = BIO::Seq->new(-seq=> "atcgatgcatgcatgcatgc", -alphabet=> 'dna');
#print $seq_obj->seq;
...
1
vote
2answers
187 views
Bioperl testing error in Perl
Newbie here, I am trying to use Bioperl module in the perl environment. My configuration are
Windows Vista/32
Active Perl 5.10.1
Bioperl 1.6.1
Padre and Per Studio 2010 IDE
For the installation ...
3
votes
1answer
396 views
Editing help with perl script to start and stop at specific places within an array
Looking for troubleshooting and editing help. This is a homework assignment. My professor encourages the use of forums. I don't have experience with Perl Functions or Subs yet so please limit ...
0
votes
1answer
1k views
Remove Perl modules from CPAN on Mac
As far as I know it is required to run CPAN with sudo on Mac
sudo perl -MCPAN -e shell
to install new modules. Theoretically, a module can be removed by deleting it from the Perl folders.
My ...
-2
votes
1answer
84 views
Perl and bioperl [closed]
have worked on a humble projct, I cant use the bioperl on windows 7 how can i do this?*
2
votes
1answer
283 views
How do I solve this BioPerl-related mystery?
I'm using Ubuntu 10.04 and Perl 5.10.1. The BioPerl package has some nice scripts, such as bp_genbank2gff3.pl which converts files from genbank format to GFF3 format.
The problem: I get unexpected ...
1
vote
1answer
396 views
Why won't Eclipse recognize $PERL5LIB?
I followed BioPerl manual: I cloned a fresh copy of bioperl-live under ~/src then added the following line to my ~/.profile (I'm using Ubuntu):
export PERL5LIB="$HOME/src/bioperl-live:$PERL5LIB"
...
1
vote
1answer
544 views
How do I install the latest BioPerl version when using perlbrew?
I'm using perlbrew and I would like to install the latest bioperl version. Should I use cpanm or git?
If git - do I just install as usual (AKA git clone ... then make and build), or should I do ...
3
votes
3answers
657 views
How to get all feature in a range from a GFF3 file in Perl?
I would like to write a Perl function that gets a GFF3 filename and a range (i.e. 100000 .. 2000000). and returns a reference to an array containing all names/accessions of genes found in this range.
...
2
votes
0answers
262 views
How can I save BioPerl sequence nested features in genbank or embl format? [closed]
EDIT: Please close this question.
I asked and got an answer for it on BioStar here.
In BioPerl, a sequence object can have any number of features, and each of these can have subfeatures ...
3
votes
1answer
83 views
Is there a Bioperl equivalent of IO::ScalarArray for array of Seq objects?
In Perl, we have IO::ScalarArray for treating the elements of an array like the lines of a file. In BioPerl, we have Bio::SeqIO, which can produce a filehandle that reads and writes Bio::Seq objects ...
6
votes
2answers
1k views
multiFASTA file processing
I was curious to know if there is any bioinformatics tool out there able to process a multiFASTA file giving me infos like number of sequences, length, nucleotide/aminoacid content, etc. and maybe ...
1
vote
2answers
776 views
How can I modify the Smith-Waterman algorithm using substitution matrix to align proteins in Perl?
How can I modify the Smith-Waterman algorithm using a substitution matrix to align proteins in Perl?
[citations needed]