Metadata-Version: 2.4
Name: arx-tools
Version: 1.0.0
Summary: Set of scripts to aid Arx administrators import data
Home-page: https://github.com/Abrinca/arx-tools
Author: Abrinca
Author-email: info@abrinca.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENCE.md
Requires-Dist: schema
Requires-Dist: biopython
Requires-Dist: termcolor
Requires-Dist: fire
Requires-Dist: pyyaml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 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
