In practice these values have different semantics. In the Readstore API, the readGroupId is a server-generated ID which corresponds to a read group that the user imported. Every Read in the Readstore belongs to a read group, meaning that even if the original caller imported reads without a read group, we would allocate a new one for them.
This "RG" tag will already be set everywhere we would want to consume it downstream.
Coverage decreased (-0.04%) to 62.402% when pulling c291da93ed7eb3144841505ac6ec83af04ec98ae on calbach-patch-1 into 2429242cf4caa0edd8c63d561aeb9591f20b0c17 on master.
Coverage decreased (-0.04%) to 62.402% when pulling c291da93ed7eb3144841505ac6ec83af04ec98ae on calbach-patch-1 into 2429242cf4caa0edd8c63d561aeb9591f20b0c17 on master.
In practice these values have different semantics. In the Readstore API, the
readGroupId
is a server-generated ID which corresponds to a read group that the user imported. Every Read in the Readstore belongs to a read group, meaning that even if the original caller imported reads without a read group, we would allocate a new one for them.This "RG" tag will already be set everywhere we would want to consume it downstream.