I have tried simple scheme:
Read Sequence -> Write Sequence
Input file is a big file with a lot of short sequences. If you run it in separate process it would take more time than if you run it in the same process.
I have tried simple scheme:
Read Sequence -> Write Sequence
Input file is a big file with a lot of short sequences. If you run it in separate process it would take more time than if you run it in the same process.