-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
- Only generates bw files whether use --coverage, --bigwig or both.
- Does not generate auc.tsv file even if the parameter is provided in the command.
Image used from broadsword
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels