Core Tools¶
The core tools provide the essential functionality for working with the Arx folder structure and genome data management.
Essential Workflow Tools¶
Setup & Structure¶
- init_folder_structure - Create basic Arx folder structure
- update_folder_structure - Update folder structure versions
Data Import & Management¶
- import_genome - Import genome data with metadata generation
- download_ncbi_genome - Download genomes from NCBI
Typical Workflow¶
- Initialize - Use
init_folder_structureto create your Arx folder structure - Prepare Data - Download from NCBI or prepare local genome files
- Import - Use
import_genometo organize your data into the structure - Maintain - Use
update_folder_structurewhen new versions are available
Related Tools¶
- Helper Scripts - File management and utilities
- Getting Started - Setup and configuration guides