# AMPannotate Dependencies: * Nextflow (https://www.nextflow.io/) * Docker (https://www.docker.com/) Command to run the pipeline: ```bash nextflow run main.nf --pep_data protein_data --sp species (optionnal --fo output.csv) ``` Command to get help: ```bash nextflow run main.nf --help ```