your information in the readme is lacking. For instance, I had to use git rep CNV_TYPE to try and figure out whether it needs DEL DUP or 0 1 or 1 2 etc. I think its DUP DEL based on
scripts/calc_valdata_overlap.sh:for CNV_TYPE in "DUP" "DEL";
For now, we have added a note indicating that CNV_TYPE can only take two possible values (DEL & DUP) as input values. We will provide actual sample rows of gold standard input shortly.
your information in the readme is lacking. For instance, I had to use git rep CNV_TYPE to try and figure out whether it needs DEL DUP or 0 1 or 1 2 etc. I think its DUP DEL based on
scripts/calc_valdata_overlap.sh:for CNV_TYPE in "DUP" "DEL";