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
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#file
Wire posts tagged with 'file'
BioJoker
@biojoker
Thread
By
BioJoker
2117 days ago
To know about the file detail $ file .face
#file
#detail
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2202 days ago
AB1 file format
http:/
/
www6.appliedbiosystems.com/
support/
software_community/
ABIF_File_Format.pdf
#AB1
#File
#Format
Jit
@jit.aber
Thread
By
Jit
2420 days ago
Find matching file names with pattern in a directory. $ ls -dq *_name2search_* | wc -l
#file
#search
#hits
#pattern
#names
#directory
Jit
@jit.aber
Thread
By
Jit
2552 days ago
Sort a file with column 2: sort -g -k 2,2 allPacbio.fa.fai > sorted.fai
#sort
#file
#column
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2665 days ago
Remove unwanted character from fasta file. sed -e '/^[^>]/s/[^ATGCatgc]/N/g' file.fa
#fasta
#file
#header
#charater
Neel
@neelam
Thread
By
Neel
2698 days ago
Git large file storage
https:/
/
git-lfs.github.com/
#Git
#Large
#File
#Storage
Jit
@jit.aber
Thread
By
Jit
2810 days ago
Understanding and manipulating SAM/BAM alignment files
http:/
/
homer.salk.edu/
homer/
basicTutorial/
samfiles.html
#SAM
#BAM
#File
#Explain
Jit
@jit.aber
Thread
By
Jit
3800 days ago
Count the total number of lines in a file. my $total=@{[<INFILE>]};
#Perl
#Count
#Number
#Total
#File