Skip to content

load_test_data

Download test datasets for modules and subworkflows. A full listing of the packages ids is available in the nf-neuro repository, under tests/test_data.json.

Keywords : load, test, data, scilpy


TypeDescriptionMandatoryPattern
ch_archivestringInput archives to download and extract

Structure : tuple val(archive_name)
  • archive_name [string] Archive name identifier.
True*.zip
test_data_prefixstringPrefix for the output test data directory

Structure : tuple val(directory_prefix)
  • directory_prefix [string] Directory prefix for test data.
True*

TypeDescriptionMandatoryPattern
test_data_directoryfileDirectory containing test data extracted from the archive

Structure : tuple path(test_data_path)
  • test_data_path [file] Path to extracted test data directory.
True*/\{prefix\}_*/archive_name
versionsfileFile containing software versions

Structure : tuple path(versions)
  • versions [file] Versions YAML file.
Trueversions.yml


Last updated : 2026-03-17