Closed ghuls closed 1 year ago
Not sure if it changes anything in the output itself (using --doubletGL
or not).
Thank you for the PR, I will merge it.
@hxj5 which output file is --doubletGL
supposed to change? I don't see a difference between the output when using --doubletGL
or not using it.
Hi, adding the --doubletGL
option should change the cellSNP.cells.vcf.gz
file (the --genotype
option needs to be added in order to output the file). When the option is added, the doublet GT likelihood would be kept in the PL field. This option was initially designed for vireo
, we may mark it as deprecated in the future.
Fix support for "--doubletGL" argument as described in the help. Before this patch the code would check for "--doubleGL" instead.