FAIR means data and workflows should be Findable, Accessible, Interoperable, and Reusable. A workflow does not become FAIR just because it runs; it needs metadata, provenance, versioning, and clear outputs.
flowchart LR
A["Dataset manifest"] --> B["Nextflow workflow"]
C["Containers and versions"] --> B
D["Parameters"] --> B
B --> E["Results"]
B --> F["Provenance"]
E --> G["Reusable report/app"]
data/dataset_manifest.yamlThe awsbatch profile is a template for S3-backed
execution with AWS Batch. Before using it, replace:
YOUR_AWS_BATCH_QUEUEYOUR_ECR_OR_PUBLIC_CONTAINERs3://YOUR_BUCKET/...