Closed mahesh-panchal closed 3 months ago
This comes about because long input lines are folded across multiple lines:
tuple(
val(meta),
path(node_list, stageAs: 'node_list.txt'),
path(read_length, stageAs:'read_length.txt'),
path(pmd_scores, stageAs: 'PMDscores.txt'),
path(breadth_of_coverage, stageAs: 'breadth_of_coverage'),
path(name_list, stageAs: 'name_list.txt'),
path(maltextract_results, stageAs: 'MaltExtract_output')
)
And the code is only checking one line for the full input.
Description of the bug
After doing a template sync and merge, I ran
nf-core lint
. It tried to regenerate themodules.json
, and then threw an error.Command used and terminal output
System information