Greetings all,
I am currently working on a massive bioinformatics database and need to select only odd lines in a file and then cut them. An example of my data is as follows:
Is there a way to do this with UE 13.10a+1?
Thank you!
I am currently working on a massive bioinformatics database and need to select only odd lines in a file and then cut them. An example of my data is as follows:
Code: Select all
S K L M A I S K P R N L S L R E Q R E V
601 agcaagttgatggctatctcaaaacctcgaaacctgtctctacgtgaacaaagagaggtt 660
L R A D M S W Q Q E T N P V V E T H D S
661 ctgagagcagatatgtcttggcagcaggaaaccaaccccgtcgtggagacacatgactct 720
E A S R Q K F R H F Q Y L K V S G P H E
721 gaggcatctcgtcaaaagttcagacatttccagtatttgaaagtgtctgggccccatgaa 780
A L S Q L W E L C L Q W L R P E I H T K
781 gccctgagccaactctgggagctctgtcttcaatggctgagaccagagattcatacaaag 840
Thank you!