modules
modules copied to clipboard
deeptools_bamcoverage fails silently
Have you checked the docs?
Description of the bug
There's no outputs caught because both bigWig and the bedGraph as optional, so it fails silently if --outFileFormat, -of
isn't set in the args or the ext.prefix
isn't set correctly
Command used and terminal output
No response
Relevant files
No response
System information
No response
withName: DEEPTOOLS_BAMCOVERAGE_PLUS {
ext.args = "--filterRNAstrand forward"
ext.prefix = { "${meta.id}.plus" }
}
For example fails silently