Skip to content

Alter genotype field return type

Marek Szuba requested to merge github/fork/willmclaren/master into master

Created by: willmclaren

get_raw_samples_info() was returning a ":"-delimited string where the first element was the sample name. This broke downstream methods when the sample name contained ":", so the method has been changed to return a listref instead.

Merge request reports