Currently dng call assumes that the somatic tree is in column 6. If a user submits an un-edited pedigree, column 6 might contain phenotype 0/1 data. Therefore, we should move the location of the somatic tree to some where else.
Review of other programs indicates that some support phenotypic information in multiple columns. Therefore we need to detect when someone uses such a pedigree and throw a warning/error.
Currently
dng call
assumes that the somatic tree is in column 6. If a user submits an un-edited pedigree, column 6 might contain phenotype 0/1 data. Therefore, we should move the location of the somatic tree to some where else.