# UPLOAD_INTO_FTP This process uploads the RepeatModeler library files (FASTA, STK, and log files) to the Ensembl FTP server for a given species. It creates a directory for the species on the FTP server and copies the files into that directory. The process also generates a versions.yml file containing the version of the upload process used. ## Process Details | Property | Value | |----------|-------| | Process | `UPLOAD_INTO_FTP` | | Label | `'ensembl_ftp'` | | Tag | `$meta.gca:upload_into_ftp` | ## Inputs ### Nextflow interface ```nextflow tuple val(meta),path(fasta_file),path(stk_file),path(log_file) ``` ## Outputs ### Nextflow interface ```nextflow tuple val(meta),path(fasta_file), emit: library_out path "versions.yml", emit: versions_file ``` ## Implementation Summary - Generate software version report ## Source `/home/runner/work/ensembl-genes-nf/ensembl-genes-nf/pipelines/repeat/modules/upload_into_ftp.nf`