You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the Dragen samplesheet can contain additional columns that are relevant and are not part of the DRAGEN results.
It would be nice to have a separate function for reading in the samplesheets and return a tibble. This is already done internally by the create_dragen_samplesheet here:
Sometimes the Dragen samplesheet can contain additional columns that are relevant and are not part of the DRAGEN results.
It would be nice to have a separate function for reading in the samplesheets and return a tibble. This is already done internally by the
create_dragen_samplesheet
here:TSO500R/R/write.R
Lines 119 to 141 in 0e4248e
So it would mean refactoring that into a separate function.
The text was updated successfully, but these errors were encountered: