modules icon indicating copy to clipboard operation
modules copied to clipboard

deeptools_bamcoverage fails silently

Open edmundmiller opened this issue 2 years ago • 1 comments

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

edmundmiller avatar Oct 17 '22 18:10 edmundmiller

    withName: DEEPTOOLS_BAMCOVERAGE_PLUS {
        ext.args = "--filterRNAstrand forward"
        ext.prefix = { "${meta.id}.plus" }
    }

For example fails silently

edmundmiller avatar Oct 17 '22 18:10 edmundmiller