BOL
Log in
Username or email
Password
Remember me
Register
Lost password
Activity
News
Opportunity
ResearchLabs
Questions
Pages
Discussion
More
BioScripts
Blogs
Bookmarks
Files
Fun
Polls
The Wire
Videos
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#Perl
Wire posts tagged with 'Perl'
Jit
@jit.aber
Thread
By
Jit
4439 days ago
Count the total number of lines in a file. my $total=@{[<INFILE>]};
#Perl
#Count
#Number
#Total
#File
Jit
@jit.aber
Thread
By
Jit
4443 days ago
Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName
#Delete
#Space
#Fasta
#Perl
#Oneliner
Jit
@jit.aber
Thread
By
Jit
4443 days ago
perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa
#Perl
#Extract
#Fasta
Jit
@jit.aber
Thread
By
Jit
4444 days ago
Force install a Perl module sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "CPAN::Shell->force(qw(install Nginx::Log::Entry))"
#Perl
#Install
#Force
#CPAN
#Module
Jitendra Narayan
@admin
Thread
By
Jitendra Narayan
4444 days ago
Use multi-core with Perl programs
http:/
/
perltricks.com/
article/
61/
2014/
1/
21/
Make-your-code-run-faster-with-Perl-s-secret-turbo-module
#Perl
#MCE
#Speed
#Module
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
4450 days ago
Perl scripts for Bioinformatics
http:/
/
jura.wi.mit.edu/
bio/
bioinfo/
scripts/
#Perl
#Bioinformatics
#Genetics
#Scripts
Jit
@jit.aber
Thread
By
Jit
4451 days ago
Install Bioperl on ubuntu : sudo apt-get install bioperl
#Bioperl
#Install
#Perl
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
4468 days ago
perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile
#Count
#Perl
#Perloneliner
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
4542 days ago
Perl module
http:/
/
perlmaven.com/
how-to-create-a-perl-module-for-code-reuse
#Perl
#Module
#Package
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
4545 days ago
Useful perl scripts collections
http:/
/
raven.iab.alaska.edu/
~ntakebay/
teaching/
programming/
perl-scripts/
perl-scripts.html
#Perl
#Scripts
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
4641 days ago
Perl Regular expression
http:/
/
raven.iab.alaska.edu/
~ntakebay/
teaching/
programming/
perl2nd/
node1.html
#Perl
#RegularExpression
Shikha Logwani
@shikha
Thread
By
Shikha Logwani
4674 days ago
Perl Special Variables Quick Reference
http:/
/
www.perlmonks.org/
?node_id=353259
#Perl
Jitendra Narayan
@admin
Thread
By
Jitendra Narayan
4685 days ago
Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt
#Perl
#Tipsoftheday
#Perlonliner
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
4689 days ago
GenBank to FASTA format conversion, Written By Junguk HUR
http:/
/
tinyurl.com/
ntp7w5v
#Perl
#FASTA
#Genbank
Jit
@jit.aber
Thread
By
Jit
4700 days ago
Some useful tricks for next generation seq analyst
http:/
/
chicken.genouest.org/
#Perl
#R
#C
/C++
« Previous
1
2
3
4
5
6
7
Next »