I would like to extract a subset of PE reads (50%) and store them in seperate files. It should be in both way "split by middle" or "random". Is there any way to achieve it?
Answers
0
I guess, it will be easier to "split by middle".
My suggestions: Count the total number of reads -> use head or tail -n #num command to extract.
I guess, it will be easier to "split by middle".
My suggestions: Count the total number of reads -> use head or tail -n #num command to extract.