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
#String
Wire posts tagged with 'String'
Neel
@neelam
Thread
By
Neel
1231 days ago
#Comparative
#genome
analysis usingsample-specific
#string
#detection
in accurate
#longreads
https:/
/
academic.oup.com/
bioinformaticsadvances/
advance-article/
doi/
10.1093/
bioadv/
vbab005/
6290003
Jit
@jit.aber
Thread
By
Jit
1383 days ago
sort the string which combined with string + numeric using bash script. $ sort -V
#Sort
#sort
#number
#string
Neel
@neelam
Thread
By
Neel
1802 days ago
Perl onliner to add string to each of the fasta header. $ perl -p -e 's/^(>.*)$/$1-origin/g' in.fasta > out.fasta
#String
#Header
#Fasta
Bulbul
@bulbul
Thread
By
Bulbul
2656 days ago
https:/
/
www.r-bloggers.com/
hacking-strings-with-stringi/
amp/
#stringi
#r
#string
Jit
@jit.aber
Thread
By
Jit
2696 days ago
Append the string to fasta header. $ sed 's/>.*/&_Bacteria/' foo.in > out.fasta
#Sed
#Fasta
#String
#Append
Jit
@jit.aber
Thread
By
Jit
2699 days ago
Run length coding
https:/
/
www.rosettacode.org/
wiki/
Run-length_encoding#Perl
#Perl
#String
Jit
@jit.aber
Thread
By
Jit
3158 days ago
Print all text after a matching string perl -ne "print unless 1 .. m(String)"
#Perl
#OneLiner
#String
#Perl
#Trick
Jit
@jit.aber
Thread
By
Jit
3735 days ago
Join the result of ls -1 into one line and delimit it with comma : newStr=$(ls -m *.txt) or mystring=$(printf "%s," *)
#Bash
#Comma
#String
#List
#ls
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3912 days ago
String algorithm problems to solve ...
http:/
/
rosalind.info/
problems/
topics/
string-algorithms/
#Algorithms
#String