Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** Some flags relevant to the interpretation of a case */
@org.apache.avro.specific.AvroGenerated
public enum InterpretationFlags {
mixed_chemistries, mixedLab_preparation, low_tumour_purity, uniparental_isodisomy, uniparental_heterodisomy, unusual_karyotype, high_cnv_count, high_estimate_human_contamination_fraction, mixed_recruiting_gmc, suspected_mosaicism, low_quality_sample, ffpe_tumour_sample, ff_nano_tumour_sample, missing_values_for_proband_in_reported_variant, reissued, supplementary_report_errors, internal_use_only, high_priority, suspected_increased_number_of_false_positive_heterozygous_loss_calls, suspected_poor_quality_cnv_calls, cnv_calls_assumed_xx_karyo, cnv_calls_assumed_xy_karyo, other ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"InterpretationFlags\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"Some flags relevant to the interpretation of a case\",\"symbols\":[\"mixed_chemistries\",\"mixedLab_preparation\",\"low_tumour_purity\",\"uniparental_isodisomy\",\"uniparental_heterodisomy\",\"unusual_karyotype\",\"high_cnv_count\",\"high_estimate_human_contamination_fraction\",\"mixed_recruiting_gmc\",\"suspected_mosaicism\",\"low_quality_sample\",\"ffpe_tumour_sample\",\"ff_nano_tumour_sample\",\"missing_values_for_proband_in_reported_variant\",\"reissued\",\"supplementary_report_errors\",\"internal_use_only\",\"high_priority\",\"suspected_increased_number_of_false_positive_heterozygous_loss_calls\",\"suspected_poor_quality_cnv_calls\",\"cnv_calls_assumed_xx_karyo\",\"cnv_calls_assumed_xy_karyo\",\"other\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}