This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Releases: tmaklin/unmulti
Releases · tmaklin/unmulti
unmulti-v1.0.0 (6 April 2022)
unmulti-v1.0.0 (6 April 2022)
First release of unmulti.
Features
- Extract all sequences from a multifasta file and write them in their own files (default behavior).
- Extract some subset of the sequences by supplying them as a command-line argument (
--extractoption). - Create a table linking generated filenames to sequence identifiers using the
-toption. - Write the results in a separate directory using the
-ooption. - Work with contigs or reads by changing the sequeunce identifier using
--seq-start. - Work with compressed input by default.
- Compress the output files using the
--compressoption.