iTaxoTools / concatenator

GNU General Public License v3.0
1 stars 0 forks source link

Concatenator

Performs a sequence of transformations on an input file.
You may also be interested in the new GUI

Installation

Clone and install the latest version:

git clone https://github.com/iTaxoTools/concatenator.git
cd concatenator
pip install . -f packages.html

For compatibility with older versions of Python (up to 3.8.6), please use the win7-compat branch.

Usage

See scripts/convert.py for an example of how to use the API. The legacy GUI is still available by running concatenator in the terminal.