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
Neel
@neelam
Neel
Bioinformatics Beginner
Blogs
Bookmarks
Files
Fun
News
Opportunity post
Pages
Polls
ResearchLabs post
Videos
Wire posts
Tag cloud
Bioinformatics
,
fasta
,
Perl
,
NGS
,
Job
,
R
,
Convert
,
Genome
,
Learn
,
Future
,
Ubuntu
,
Linux
,
Opportunity
,
Consensus
,
VCF
,
covid
,
data
,
AI
,
Rules
,
Tools
,
BOLover
,
WalkIn
,
India
,
Alignment
,
sequence
,
Tricks
,
Bihar
,
Space
,
professor
,
multi
,
Error
,
DNA
,
BAM
,
Size
,
Keep
,
header
,
Understanding
,
Git
,
Cancer
,
Machine
,
Text
,
Scientist
,
Tutorial
,
comparative
,
String
,
blastx
,
Packages
,
Software
,
Plots
,
TBU
All site tags
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
Neel
Neel's wire posts
Neel
@neelam
Thread
By
Neel
2703 days ago
Consensus of nucleotide sequences
https:/
/
www.perlmonks.org/
bare/
?node_id=500962
#Consensus
#Nucleotide
#DNA
Neel
@neelam
Thread
By
Neel
2705 days ago
PacBio data to download
http:/
/
www.cbcb.umd.edu/
software/
PBcR/
original/
index.html
#pacbio
#data
Neel
@neelam
Thread
By
Neel
2713 days ago
GATK is open source
https:/
/
software.broadinstitute.org/
gatk/
#GATK
#Broad
Neel
@neelam
Thread
By
Neel
2713 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
2714 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
2714 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
Neel
@neelam
Thread
By
Neel
2787 days ago
https:/
/
gatkforums.broadinstitute.org/
gatk/
discussion/
1268/
what-is-a-vcf-and-how-should-i-interpret-it
#VCF
#vcf
#SNP
Neel
@neelam
Thread
By
Neel
2824 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
2824 days ago
sed -i -e '/^+/,/^\@/{/^+/!{/^\@/!d}}; /^+/ d; s/@/>/g' OUTPUT.fastq > out.fa
#Convert
Neel
@neelam
Thread
By
Neel
2862 days ago
Bioinformatics Job at MDU, Rohtak
http:/
/
www.mdurohtak.ac.in/
pdf18/
Advt/
ADvertisement%2028%20of%202018.pdf
#MDU
#Rohtak
Neel
@neelam
Thread
By
Neel
2862 days ago
Bioinformatics job at Naotia University
https:/
/
drive.google.com/
file/
d/
0B0Y1Fpxmzyd3OHQ3aUNYa3hZY2c/
view?pref=2&pli=1
#Job
#Neotia
#Professor
Neel
@neelam
Thread
By
Neel
2927 days ago
One the DVD tray in Ubuntu $ eject $ eject -t
#Close
#Tray
#Ubuntu
#DVD
Neel
@neelam
Thread
By
Neel
2998 days ago
Bioinformatics opportunity for AU, India students
http:/
/
allduniv.ac.in/
ckfinder/
userfiles/
files/
Final%20Advt%20171117.pdf
#AU
#Allahabad
#Opportunity
Neel
@neelam
Thread
By
Neel
3013 days ago
Store all files in a array using perl: my
@filesbwa
= <$base_name/reads/$base_name.$library.bwa.*fa>
#Store
#Keep
#Array
#Perl
Neel
@neelam
Thread
By
Neel
3017 days ago
Bioinformatics JRF at IIT
https:/
/
www.iitr.ac.in/
administration/
uploads/
File/
bt/
2017/
adv30112017.pdf
#JRF
« Previous
1
2
3
4
5
6
7
8
Next »