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
2345 days ago
perl -e '$/="\n>"; while (<>) { s/>//g; my ($id, $seq) = split /\n/; print ">$_" if length $seq; }' < all_p_ctg.fasta > all_p_ctg_corrected.fasta
#Convert
#Fasta
#Zero
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2347 days ago
Genome in a Bottle
http:/
/
jimb.stanford.edu/
giab/
#GIAB
#Genome
Jit
@jit.aber
Thread
By
Jit
2349 days ago
perl -pe 's/[^AGTC\n]/N/gi unless m/>/;' /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds.fasta > /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds_corrected.fasta
#Remove
#Non
-ATCG
Jit
@jit.aber
Thread
By
Jit
2350 days ago
#Zero
coverage regions ~/Tools/bedtools2/bin/bedtools genomecov -ibam PvsH_aln_sorted.bam -bga | awk '$4==0' > ZERO_coverage_regions.txt
Aaryan Lokwani
@aaryan
Thread
By
Aaryan Lokwani
2350 days ago
Sed illegal charters from fasta. $ sed '/^[^>]/ s/[^AGTC]/N/gi' < seq.fa
#fasta
#otherthanATGC
#replace
#sed
#Linux
#illegal
Aaryan Lokwani
@aaryan
Thread
By
Aaryan Lokwani
2350 days ago
export PERL5LIB=/home/foobar/code
#SetPath
#Perl
Aaryan Lokwani
@aaryan
Thread
By
Aaryan Lokwani
2350 days ago
Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai
#Fasta
#Index
#Length
#Count
#Size
#Samtools
Jit
@jit.aber
Thread
By
Jit
2350 days ago
Genome in a Bottle (GIAB)
http:/
/
jimb.stanford.edu/
giab/
#Genome
#Consortium
#GIAB
Aaryan Lokwani
@aaryan
Thread
By
Aaryan Lokwani
2351 days ago
#Scientific
#converter
https:/
/
www.rapidtables.com/
convert/
number/
scientific-notation-converter.html
Jit
@jit.aber
Thread
By
Jit
2353 days ago
Genome Assembly:
#Scaffolding
Guided by Related Genomes
https:/
/
www.duo.uio.no/
bitstream/
handle/
10852/
37431/
Furenes_Master.pdf?sequence=1
Jit
@jit.aber
Thread
By
Jit
2357 days ago
To upgrade the perl in Linux $ sudo cpan; cpan[1]> upgrade
#Perl
#Upgrade
#Linux
#Ubuntu
Jit
@jit.aber
Thread
By
Jit
2358 days ago
Phased the genome
http:/
/
pb-falcon.readthedocs.io/
en/
latest/
_downloads/
Kingan_DiploidGenome_ECUGM2017_BFX.pdf
#Falcon
#Unzip
#PPT
Neel
@neelam
Thread
By
Neel
2360 days ago
#Convert
a
#multi
-line
#fasta
to a
#singleline
#fasta
$ awk '!/^>/ { printf "%s", $0; n = "\n" } /^>/ { print n $0; n = "" } END { printf "%s", n }' sample1.fa > sample1_singleline.fa
Neel
@neelam
Thread
By
Neel
2360 days ago
sed -i -e '/^+/,/^\@/{/^+/!{/^\@/!d}}; /^+/ d; s/@/>/g' OUTPUT.fastq > out.fa
#Convert
Shruti Paniwala
@shruti
Thread
By
Shruti Paniwala
2361 days ago
Finding coding regions in DNA sequences
http:/
/
genome.crg.es/
courses/
Lisbon04/
exercises/
day2/
Perl_programming/
index.html
#Perl
#Genes
#Script
« Previous
31
32
33
34
35
36
37
38
39
40
41
Next »