Closed hudja closed 3 months ago
Hello, this is probably not a bug, but in rc2 samtools.wdl I can see samtools_reset task which removes HP,PS,PC,SA,mg,mc,mi,rm,fi,fp,ri,rp tags from bam file, but I cannot see this task being called anywhere. Am I missing something?
samtools.wdl
samtools_reset
HP,PS,PC,SA,mg,mc,mi,rm,fi,fp,ri,rp
bam
Thank you!
The files in the wdl-common submodule contain tasks that are used by multiple workflows. Not all tasks are used by all workflows.
Hello, this is probably not a bug, but in rc2
samtools.wdl
I can seesamtools_reset
task which removesHP,PS,PC,SA,mg,mc,mi,rm,fi,fp,ri,rp
tags frombam
file, but I cannot see this task being called anywhere. Am I missing something?Thank you!