Quick, split it!
There are one-liners that never get old. Here is another one of them.
$ csplit multisequence.fasta /\>/ {*} && find . -size 0 -print0 |xargs -0 rm –
Quick, split it!
There are one-liners that never get old. Here is another one of them.
$ csplit multisequence.fasta /\>/ {*} && find . -size 0 -print0 |xargs -0 rm –