Skip to content

Releases: tmaklin/unmulti

unmulti-v1.0.0 (6 April 2022)

06 Apr 12:34
Compare
Choose a tag to compare

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 (--extract option).
  • Create a table linking generated filenames to sequence identifiers using the -t option.
  • Write the results in a separate directory using the -o option.
  • 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 --compress option.