New feature
Hi it would be cool to have a place to put a short/long description of each process , so we can have a human description of each step in the directed graph. Something like the *.yml files in the module files the nf-core project
Use case
process SAMTOOLS_FAIDX {
shortDescription = "index a reference genome"
(...)
}
description = "index a reference genome, creates a .fai file that can be used to quickly retrieve sequences"
(...)
}
Suggested implementation
see above