Skip to content

Commit

Permalink
Fix developer doc in AS_RMSMappingQuality (#7607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgauthier authored Dec 21, 2021
1 parent 11dd25e commit a799ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected void parseRawDataString(final ReducibleAnnotationData<Double> myData)
* Takes combined raw annotation data sums, and calculates per allele the average root mean squared from the raw data
* using expected Allele Depth counts data.
*
* Will output delineated doubles in the format: sqrt(TotalAllele1RMS/Allele1Depth)|sqrt(TotalAllele1RMS/Allele1Depth)|...
* Will output delimited doubles in the format: sqrt(TotalAllele1RMS/Allele1Depth)|sqrt(TotalAllele2RMS/Allele2Depth)|...
*/
@Override
@SuppressWarnings({"unchecked", "rawtypes"})//FIXME generics here blow up
Expand Down

0 comments on commit a799ce9

Please sign in to comment.