Skip to content

Not generating TSVs for --coverage and --auc #17

@mayank-singh-sikarwar

Description

@mayank-singh-sikarwar

Hi,

Thank you for creating this wonderful tool. I am using it in one of my nextflow workflows and I have noticed some unexpected behaviours which are as follows:

Image used from biocontanier repo with tags 1.2.0--h6ab5fc9_5 and 1.2.0--hff880f7_4.

  1. Only generates bw files whether use --coverage, --bigwig or both.
  2. Does not generate auc.tsv file even if the parameter is provided in the command.

Image used from broadsword

  1. Process throws an error saying "megadepth command does not exist". I have tested the first two images and it didnt work for both of them.

Nextflow is running in a ubuntu 22.04.3(jammy jellyfish) machine and I using singularity to execute the command given below.

    megadepth ${sortedBam} \
    --threads ${task.cpus} \
    --coverage \
    --no-head \
    --require-mdz \
    --min-unique-qual 10 \
    --frag-dist ${tempDir} \
    --annotation ${bedFile} \
    --bigwig \
    --auc \
    --alts \
    --junctions ${tempDir} \
    --prefix ${sampleId}

Thanks is advance for your help. It would be great help if you could provide any inputs on this.
Lastly, the docker link given in the documention does not work properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions