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
Our Sponsors
Download
BioinformaticsOnline(BOL) Apps
in your chrome browser.
The Wire
#tab
Wire posts tagged with 'tab'
Jit
@jit.aber
Thread
By
Jit
2783 days ago
Tab file to FASTA file $ awk '{print ">"$1"\n"$2}' allSeq_tm.txt > allSeq_tm.fa
#Fasta
#Tab
#Convert
#Tab2Fasta
Neel
@neelam
Thread
By
Neel
3223 days ago
Replace space with tab. $ awk -v OFS="\t" '$1=$1' file1
#tab
#space
#replace
#awk
Jit
@jit.aber
Thread
By
Jit
3382 days ago
Convert a SAM file to tab-delimited alignment coordinates
https:/
/
gist.github.com/
sjackman/
7016520
#SAM
#BAM
#Convert
#Tab
Poonam Mahapatra
@poonam
Thread
2 likes
Priya Singh
@priyasingh
Priya Singh
liked this
3587 days ago
Poonam Mahapatra
@poonam
Poonam Mahapatra
liked this
3587 days ago
By
Poonam Mahapatra
3591 days ago
Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt
#TRF
#Tab
#Space
#Replace
#Perl
#PerlTrick
#PerlOneliner
Jit
@jit.aber
Thread
2 likes
Priya Singh
@priyasingh
Priya Singh
liked this
3587 days ago
Poonam Mahapatra
@poonam
Poonam Mahapatra
liked this
3587 days ago
By
Jit
3593 days ago
Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv
#PerlTrick
#PerlO
,liner
#Perl
#Tab
#Comma