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
Groups
Polls
The Wire
Tryst
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
2818 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
2822 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
2828 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
2831 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
2843 days ago
Perl6 editor
https:/
/
github.com/
azawawi/
atom-perl6-editor-tools
#Perl
#Editor
Jit
@jit.aber
Thread
By
Jit
2846 days ago
while (!eof(IN)) { }
#Perl
#Trick
Jit
@jit.aber
Thread
By
Jit
2898 days ago
Accept file from STDIN in Perl my $infh = \*STDIN; my $outfh = \*STDOUT
#Perl
#Tricks
Jit
@jit.aber
Thread
By
Jit
2926 days ago
Perl module upgrade on Linux: $ sudo cpan then cpan[1]> upgrade
#Upgrade
#Perl
#Modules
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2948 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
2948 days ago
Re-install perl in Ubuntu: sudo aptitude reinstall perl
#Perl
#Ubuntu
#Install
#Linux
Jit
@jit.aber
Thread
By
Jit
2970 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
2971 days ago
Useful perl script
http:/
/
homepages.ulb.ac.be/
~dgonze/
SCRIPTS/
scripts.html
#Perl
#Script
#Resource
Radha Agarkar
@radhaagarkar
Thread
By
Radha Agarkar
2989 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
2989 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
2989 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 »