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
#clean
Wire posts tagged with 'clean'
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2091 days ago
One liner to remove the description information from a fasta file and just keep the identifier $ perl -p -i -e 's/>(.+?) .+/>$1/g' sample1.fa
#clean
#header
#fasta
Jit
@jit.aber
Thread
By
Jit
2515 days ago
awk 'BEGIN {RS = ">" ; FS = "\n" ; ORS = ""} {if ($2) print ">"$0}' all_p_ctg.fa > all_p_ctg_CORRECTED.fa
#remove
#empty
#clean
#fasta
Jit
@jit.aber
Thread
By
Jit
2752 days ago
To clean up a fasta file so only first column of the header is outputted:$ awk '{print $1}' file.fa > output.fa
#Sed
#Clean
#Header
#Fasta
Jit
@jit.aber
Thread
By
Jit
2985 days ago
The clean R graphs
http:/
/
shinyapps.org/
apps/
RGraphCompendium/
index.php
#R
#Graphs
#Clean
#Plot