CHECK_AND_DOWNLOAD_RMLIBRARY
This process checks if a RepeatModeler library file exists at the given URL.
If the file exists, it downloads the file and saves it with the name “
Process Details
Property |
Value |
|---|---|
Process |
|
Label |
|
Tag |
|
Publish directory |
|
Inputs
Name |
Description |
|---|---|
|
Genome metadata map |
|
RepeatModeler library URL |
Nextflow interface
tuple val(url), val(meta)
Outputs
Name |
Description |
|---|---|
|
Genome metadata map |
|
RepeatModeler library file |
Nextflow interface
tuple val(meta), path("*.fa"), emit: repeatmodeler_library_out
path "versions.yml", emit: versions_file
Implementation Summary
Download external resources
Generate software version report
Source
/home/runner/work/ensembl-genes-nf/ensembl-genes-nf/pipelines/repeat/modules/check_and_download_rmlibrary.nf