Closed fabianegli closed 1 year ago
Hardcoding the version information like seen below bears the potential to be inconsistent with the actual sdrf-pipelines version
https://github.com/nf-core/quantms/blob/6ffb0c92964cb70e212e18225c769b9e26cb1c11/modules/local/samplesheet_check.nf#L26
parse_sdrf --version
Is now the way to get the version in future releases of sdrf-pipelines.
There are other files, too that use the hardcoded sdrf-version reporting.
Fixed in #111
Hardcoding the version information like seen below bears the potential to be inconsistent with the actual sdrf-pipelines version
https://github.com/nf-core/quantms/blob/6ffb0c92964cb70e212e18225c769b9e26cb1c11/modules/local/samplesheet_check.nf#L26
Is now the way to get the version in future releases of sdrf-pipelines.