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
#pattern
Wire posts tagged with 'pattern'
Jit
@jit.aber
Thread
By
Jit
2093 days ago
Extract fasta with pattern $ perl -n -e '$on=(/^>(A)/) if (/^>/); print $_ if ($on);' pilonCor_round1.fasta > A_set.fa
#Pattern
#Extract
#Fasta
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
2413 days ago
#Extract
all the files from a
#directory
and
#sub
-dir with
#pattern
. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .
Jit
@jit.aber
Thread
By
Jit
2421 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
2685 days ago
Find a pattern in first 7 characters of reads. bioawk -c fastx 'substr($seq,0,7) == $TAG { print }' reads.fq.gz
#Reads
#NGS
#Extract
#Pattern
Jit
@jit.aber
Thread
By
Jit
3192 days ago
Print all the values beetween a pattern "abc" > awk '/abc/{flag=1;next}/mno/{flag=0}flag' file
#awk
#print
#range
#pattern
John Parker
@parker
Thread
By
John Parker
3697 days ago
Search a PATTERN in a file and print the line. perl -ne '/PATTERN/ && print' fileName
#Perl
#Pattern
#Print
#Search
#Line
Rahul Agarwal
@raag
Thread
By
Rahul Agarwal
3797 days ago
Suffix Trees !
http:/
/
www.cs.cmu.edu/
~ckingsf/
bioinfo-lectures/
suffixtrees.pdf
#SuffixTree
#Pattern