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
Neel
@neelam
Thread
By
Neel
2245 days ago
Reverse complement of fasta sequence $ tr -d "\n " < chrII.fa | tr "[ATGCatgcNn]" "[TACGtacgNn]" | rev > chrII_reverseHai.fa
#Reverse
#Complement
#DNA
Neel
@neelam
Thread
By
Neel
2245 days ago
Add some text at the beginning of the file $ echo -e "chrII_reverse\n$(cat chrII_reverse.fa )" > chrII_reverse.fa
#Add
#FirstLine
#Text
Neel
@neelam
Thread
By
Neel
2245 days ago
Multifasta to singleline fasta. $ awk '/^>/ {printf("\n%s\n",$0);next; } { printf("%s",$0);} END {printf("\n");}' < file.fa
#Multi
#Single
#Fasta
#Convert
BioStar
@biostar
Thread
By
BioStar
2250 days ago
Split the fasta $ pyfasta split -k 100 -o 20 input.fasta -n 1
#split
#pyfasta
#overlaps
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2254 days ago
Nice genome assembly tutorial
http:/
/
aidenlab.org/
assembly/
manual_180322.pdf
#Assembly
#Tutorial
#Genome
#NGS
BioStar
@biostar
Thread
By
BioStar
2254 days ago
Remove empty line from fasta. $ sed -i '/^$/d' standard_output.final.scaffolds_online.fasta
#Empty
#Fasta
#Remove
BioStar
@biostar
Thread
By
BioStar
2254 days ago
MultiLine fasta to oneline fasta converter awk '/^>/ {printf("\n%s\n",$0);next; } { printf("%s",$0);} END {printf("\n");}' < file.fa
#Multiline
#Oneline
BioStar
@biostar
Thread
By
BioStar
2255 days ago
Understanding Paired End and Mate pair reads
http:/
/
www.biorigami.com/
wp-content/
uploads/
2012/
02/
PAIREDEND-MATEPAIR.pdf
#Reads
#Mate
#Pairs
#PE
#Reads
#MatePair
Jit
@jit.aber
Thread
By
Jit
2257 days ago
http:/
/
loupe.10xgenomics.com
#10XGenomics
#10X
#Phase
#Haplotype
#View
Jit
@jit.aber
Thread
By
Jit
2262 days ago
Genome Assembly Cookbook
http:/
/
aidenlab.org/
assembly/
manual_180322.pdf
#HiC
#3D
-DNA
#Juicer
BioStar
@biostar
Thread
By
BioStar
2267 days ago
https:/
/
github.com/
Ensembl/
ensembl-vep
#Variant
#Effect
#Predictor
#Github
BioStar
@biostar
Thread
By
BioStar
2267 days ago
Variant Effect Predictor
http:/
/
www.ensembl.org/
Tools/
VEP
#Variant
#Effect
#Predictor
Abhimanyu Singh
@abhimanyu
Thread
By
Abhimanyu Singh
2270 days ago
Efficiency of
#PacBio
long read
#correction
by 2nd generation
#Illumina
sequencing
https:/
/
www.sciencedirect.com/
science/
article/
pii/
S0888754317301660
BioStar
@biostar
Thread
By
BioStar
2271 days ago
#Nigerian
Society for
#Bioinformatics
and Computational Biology (
#NISBCB
)
http:/
/
cubre.covenantuniversity.edu.ng/
index.php/
nigeria-society-for-bioinformatics-and-computatational-biology-nisbcb/
#.W4_7m
BioStar
@biostar
Thread
By
BioStar
2271 days ago
Bioinformatics in Nigeria
http:/
/
bioinformatics.ui.edu.ng/
#Nigeria
#Bioinformatics
« Previous
28
29
30
31
32
33
34
35
36
37
38
Next »