diff --git a/src/api/services/ingestion.go b/src/api/services/ingestion.go index 0547534..14ecf18 100644 --- a/src/api/services/ingestion.go +++ b/src/api/services/ingestion.go @@ -483,7 +483,7 @@ func (i *IngestionService) ProcessVcf( // filter field type by column name if key == "chrom" { - // Strip out all non-numeric characters + // Strip out chr prefix value = strings.ReplaceAll(value, "chr", "") if !preMadeContigIndices {