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
#Pattern
Wire posts tagged with 'Pattern'
Jit
@jit.aber
Thread
By
Jit
2670 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
2990 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
2998 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
3262 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
3769 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
4274 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
4374 days ago
Suffix Trees !
http:/
/
www.cs.cmu.edu/
~ckingsf/
bioinfo-lectures/
suffixtrees.pdf
#SuffixTree
#Pattern