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
Tag cloud
Genome
,
Bioinformatics
,
R
,
Perl
,
NGS
,
Linux
,
Assembly
,
FASTA
,
Tutorial
,
Learn
,
Omics
,
WalkIn
,
Genomics
,
Plot
,
Tools
,
Seq
,
Bioinfo
,
Python
,
Jobs
,
Data
,
Alignment
,
Evolution
,
Reads
,
Job
,
Analysis
,
India
,
Convert
,
Chromosome
,
BAM
,
Sequence
,
SNP
,
Extract
,
Oneliner
,
Research
,
Bash
,
Tricks
,
Algorithms
,
AI
,
Tipsoftheday
,
Script
,
Remove
,
Scripts
,
Future
,
Online
,
Protein
,
PacBio
,
Blast
,
Opportunity
,
BOLover
,
Ubuntu
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
All wire posts
Jit
@jit.aber
Thread
By
Jit
3821 days ago
Count the total number of lines in a file. my $total=@{[<INFILE>]};
#Perl
#Count
#Number
#Total
#File
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3822 days ago
Patent-free Research!!
http:/
/
www.nature.com/
nm/
journal/
v20/
n6/
full/
nm0614-564.html
#OpenSource
#Research
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3822 days ago
Role of small microRNA in antidepression treatment!!
http:/
/
www.nature.com/
nm/
journal/
vaop/
ncurrent/
full/
nm.3582.html#methods
#miRNA
#Microarray
#qPCR
#Human
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3823 days ago
http:/
/
phinch.org/
#Visaulisation
Jitendra Narayan
@admin
Thread
By
Jitendra Narayan
3824 days ago
Assemble short reads
http:/
/
ged.msu.edu/
angus/
tutorials/
short-read-assembly.html
#Tutorial
#ABySS
#Bacteria
#Reads
#Assembly
#Genomics
#NGS
John Parker
@parker
Thread
By
John Parker
3824 days ago
NGS analysis pipeline
http:/
/
www.egr.msu.edu/
changroup/
Protocols/
NGS%20analysis%20example%20of%20a%20pipeline.html
#Pipeline
#NGS
#Genomics
#Tutorial
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3825 days ago
FDA Applies Genome Sequencing !!
http:/
/
www.foodsafetynews.com/
2014/
06/
fda-applies-genome-sequencing-in-outbreak-investigation/
#.U5G5zvmSych
#FoodOmics
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3825 days ago
Small RNA Determines Sex !!
http:/
/
www.biotechniques.com/
news/
Small-RNA-Determines-Sex/
biotechniques-352151.html#.U5G2tPmSycg
#RNaOmics
#piRNA
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3825 days ago
Sheep genome decoded!!
http:/
/
www.sciencemag.org/
content/
344/
6188/
1168.abstract
#Omics
#Seq
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3825 days ago
Genetic sequencing traced root of MERS!!
http:/
/
time.com/
2827822/
it-looks-like-camels-actually-can-transmit-mers-to-humans/
#HealthOmics
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3825 days ago
http:/
/
www.nbcnews.com/
health/
health-news/
boys-mysterious-infection-cured-after-dna-sequencing-n122871
#HealthOmics
Jit
@jit.aber
Thread
By
Jit
3825 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
3825 days ago
Remove N from a fasta file. Go to vi editor, type :%s/N\{25,\}//g and press enter.
#Vim
#vi
#N
#Replace
#Fasta
Jit
@jit.aber
Thread
By
Jit
3825 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
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3825 days ago
rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh
#Linux
#Rename
#Oneliner
« Previous
95
96
97
98
99
100
101
102
103
104
105
Next »