Skip to content
Snippets Groups Projects

Alter genotype field return type

Merged Marek Szuba requested to merge github/fork/willmclaren/master into master
  1. Feb 23, 2016
    • William McLaren's avatar
      Alter genotype field return type · 2c03ed48
      William McLaren authored
      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.
      2c03ed48