Home
News
Feed
search engine
by
freefind
advanced
regex to reformat tab separated columns into fasta format 2-2-13
2014-08-29
azim58 - regex to reformat tab separated columns into fasta format 2-2-13 This is something Lu wanted to do to reformat 330K peptides into fasta format. I wrote a Java program to do this. Regex was as follows find: (.+?)\\t(.+\\r) replace: $1\r$2 see C:\kurt\storage\CIM Research Folder\DR\2013\2-2-13\Java program for files see https://mail.google.com/mail/u/0/?ui=2&shva=1#sent for Lu email thread
azim58wiki: