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
Rahul Nayak
@rahul
Rahul Nayak
A Bioinformatician
Blogs
Bookmarks
Files
Fun
News
Opportunity post
Pages
Polls
ResearchLabs post
Videos
Wire posts
Tag cloud
Bioinformatics
,
Genome
,
Perl
,
R
,
Linux
,
WalkIn
,
FASTA
,
Assembly
,
ngs
,
Tutorial
,
Learn
,
Trick
,
Oneliner
,
List
,
Scripts
,
Tools
,
C
,
Lab
,
Count
,
Extract
,
header
,
Analysis
,
Jobs
,
Genomics
,
Algorithms
,
Python
,
Evolution
,
Data
,
Free
,
Sequence
,
Directory
,
search
,
Bed
,
Long
,
reads
,
PacBio
,
Workshop
,
Plot
,
Script
,
Pipeline
,
Excel
,
ComparativeGenomics
,
codes
,
OpenSource
,
Online
,
Bio
,
Galaxy
,
Server
,
Tricks
,
Quick
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
Rahul Nayak
Rahul Nayak's wire posts
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2787 days ago
Add number in fasta header $ awk '/^>/{$0=$0"_"(++i)}1' infile.fa
#fasta
#header
#add
#number
#count
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2794 days ago
sudo find /tmp -type f -atime +10 -delete
#Delete
all tmp files created within 10 days
#Linux
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2795 days ago
#Search
a
#genome
sequence for secondary
#metabolite
biosynthetic gene clusters
https:/
/
antismash.secondarymetabolites.org/
#!/
start
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2816 days ago
Bioinformatics faculty jobs at
https:/
/
www.vu.nl/
en/
employment/
vacancies/
2018/
18405ASSISTANTPROFESSORBIOINFORMATICS.aspx
#Bioinformatics
#Jobs
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2823 days ago
> pchisq(15, df=2, lower.tail=FALSE); [1] 0.0005530844
#Chi
-square
#R
#P
-value
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2832 days ago
Long reads: their purpose and place
https:/
/
academic.oup.com/
hmg/
article/
27/
R2/
R234/
4996216
#Long
#reads
#informations
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2844 days ago
Variant calling workflow
http:/
/
www.htslib.org/
workflow/
#Variant
#Calling
#Tutorial
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2844 days ago
AB1 file format
http:/
/
www6.appliedbiosystems.com/
support/
software_community/
ABIF_File_Format.pdf
#AB1
#File
#Format
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2861 days ago
https:/
/
www.ebi.ac.uk/
about/
news/
announcements/
25-genomes-UK-species
#Genomes
#Sequenced
#UK
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2861 days ago
https:/
/
pb-falcon.readthedocs.io/
en/
latest/
quick_start.html#quick-start
#Falcon
-Unzip
#Genome
#Assembly
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2862 days ago
https:/
/
blog.rstudio.com/
2018/
10/
05/
r2d3-r-interface-to-d3-visualizations/
#r2d3
#visualization
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2864 days ago
Mapping subreads
https:/
/
bioconductor.org/
packages/
release/
bioc/
vignettes/
Rsubread/
inst/
doc/
SubreadUsersGuide.pdf
#R
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2876 days ago
Nice genome assembly tutorial
http:/
/
aidenlab.org/
assembly/
manual_180322.pdf
#Assembly
#Tutorial
#Genome
#NGS
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2894 days ago
Multi-line fasta to single line fasta $ perl -pe '/^>/ ? print "\n" : chomp' in.fasta | tail -n +2 > out.fasta
#Multiline
#Singleline
#Fasta
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2895 days ago
Snakemake install Ubuntu $ sudo apt-get install snakemake
#snakemake
#Ubuntu
#Install
« Previous
1
2
3
4
5
6
7
8
9
Next »