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
#OneLiner
Wire posts tagged with 'OneLiner'
Rahul Nayak
@rahul
Thread
By
Rahul Nayak
3824 days ago
rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh
#Linux
#Rename
#Oneliner
Jit
@jit.aber
Thread
By
Jit
3837 days ago
FastaQ 2 Fasta Oneliner: paste - - - -< totalRNA_placental_1.fastq | perl -pale'$_="
@F
[0..1]"'|tr "\^@" "\>" | perl -pale 's/\s/\n/g'
#Oneliner
#NGS
#FastaQ
#Fasta
Neel
@neelam
Thread
By
Neel
3848 days ago
zcat input_file.fastq.gz | awk 'NR%4==1{printf ">%s\n", substr($0,2)}NR%4==2{print}' > output_file.fa
#fastaQ2fasta
#fastaq
#fasta
#Oneliner
« Previous
1
2
Next »