Entering edit mode
8.9 years ago
Eva_Maria
▴
190
Hey everyone
I have about 4000 blast tab limited output, from thees output I want to extract best alignment (first line only) and want to store another different 4000 files. How is it possible using awk or some other programme
Please help me
Hi,
Can you post the first 10 lines or so from your tab limited output?
output am expecting like this
Caution: there is no 'best' alignment in your example, all alignments you show have equal score, identity, e-value etc. The first one is by no means the best. I don't know what you want to do with the output, but using only the first line is often not a good strategy.
Showing some sample data in your hand and how you are expecting the output file would help to figure it out and more importantly 'posting what you have tried so far is a good practice'.
input file
then expected out put
Do you need each of the line in different file? (Please edit your question instead of using comment box)