if params.large_downloads_permission = false and nr.gz existed but nr.dmnd didnlt the pipeline would fail.
This...
// check for nr.dmnd, if not found, check for nr.gz
// if nr.gz exists, create nr.dmnd
// if nr.gz also doesn't exist, stop the pipeline
if
params.large_downloads_permission = false
and nr.gz existed but nr.dmnd didnlt the pipeline would fail. This... // check for nr.dmnd, if not found, check for nr.gz // if nr.gz exists, create nr.dmnd // if nr.gz also doesn't exist, stop the pipeline