Metadata-Version: 2.4
Name: arx-tools
Version: 1.0.3
Summary: Set of scripts to aid Arx administrators import data
Author-email: Abrinca <info@abrinca.com>
License: MIT
Project-URL: Homepage, https://docs.abrinca.com/tools/
Project-URL: Repository, https://github.com/Abrinca/arx-tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE.md
Requires-Dist: pandas
Requires-Dist: biopython
Requires-Dist: fire
Requires-Dist: schema
Requires-Dist: termcolor
Requires-Dist: pyyaml
Dynamic: license-file

# Arx Tools

A set of scripts that helps to import genome data into the Arx folder structure.

## Quick Start

```bash
# Install
pip install arx-tools

# Initialize folder structure
export FOLDER_STRUCTURE=/path/to/folder_structure
init_folder_structure

# Import genome data
import_genome --import_dir=/path/to/genome/data --organism STRAIN --genome STRAIN.1
```

## Documentation

📖 **Documentation:** [docs.abrinca.com/tools](https://docs.abrinca.com/tools/)

## Help

All scripts have built-in help functions:

```bash
import_genome --help
```

## Requirements

- Python 3.9 or higher
