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'
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
3378 days ago
sudo apt-get install libgd-svg-perl to install GD::SVG
#Perl
#Linux
#Install
#Graph
#Plot
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3382 days ago
Remove all blank lines from file. perl -i.bak -n -e "print if /\S/" ../finalSample.fa
#Perl
#Tricks
#PerlOneliner
Jit
@jit.aber
Thread
By
Jit
3388 days ago
Testing Random Dice Rolls
http:/
/
blogs.perl.org/
users/
ovid/
2014/
01/
testing-random-dice-rolls.html
#Perl
#Random
#Test
#Randomness
#Dice
Jit
@jit.aber
Thread
By
Jit
3392 days ago
The easy way to
#build
stand-alone
#Perl
#apps
http:/
/
perltricks.com/
article/
58/
2014/
1/
5/
The-easy-way-to-build-stand-alone-Perl-apps/
Jit
@jit.aber
Thread
By
Jit
3403 days ago
Perl6 editor
https:/
/
github.com/
azawawi/
atom-perl6-editor-tools
#Perl
#Editor
Jit
@jit.aber
Thread
By
Jit
3406 days ago
while (!eof(IN)) { }
#Perl
#Trick
Jit
@jit.aber
Thread
By
Jit
3458 days ago
Accept file from STDIN in Perl my $infh = \*STDIN; my $outfh = \*STDOUT
#Perl
#Tricks
Jit
@jit.aber
Thread
By
Jit
3486 days ago
Perl module upgrade on Linux: $ sudo cpan then cpan[1]> upgrade
#Upgrade
#Perl
#Modules
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3509 days ago
Slice on the fly with perl: my ($username, $real_name) = (split /:/, $str)[0, 4];
#Perl
#PerlTrick
#Split
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3509 days ago
Re-install perl in Ubuntu: sudo aptitude reinstall perl
#Perl
#Ubuntu
#Install
#Linux
Jit
@jit.aber
Thread
By
Jit
3531 days ago
A perl script for mapping fasta formated sequences to multiple reference sequences using one of several alignment programs.
http:/
/
seq.crg.es/
download/
software/
Miro/
doc/
run_Mapping.html
#Perl
#Script
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
3531 days ago
Useful perl script
http:/
/
homepages.ulb.ac.be/
~dgonze/
SCRIPTS/
scripts.html
#Perl
#Script
#Resource
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
3549 days ago
Extract sequence by using Ids file (assuming one ids in a line): perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if
@ARGV
' ids.file fasta.file
#PerlTricks
#PerlOneliner
#Perl
#Extract
#Ids
#
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
3549 days ago
Extract fasta sequence by Ids: perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file
#Perl
#PerlOneliner
#PerlTrick
#Extract
#Ids
#Fasta
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
3550 days ago
Rename the fasta name perl -ane 'if(/\>/){$a++;
@foo
= split /\s+/;$_ = join '_',
@foo
; print "$_\n"}else{print;}' your.fasta > new.fa
#PerlTrick
#PerlOneliner
#Perl
« Previous
1
2
3
4
5
6
7
Next »