errors.append(createFileValidationError("Line "+str(lineCount+1)+", column 1 must be of the format 'BSU#', 'BSU_misc_RNA_#', 'VMG_#_#', or 'VMG_#_#_c' (instead of "+gene_locus+")."))
ifnotgene_locus_regex.match(gene_locus):
lineCount=lineCount+1
errors.append(createFileValidationError("Line "+str(lineCount+1)+", column 1 must be of the format 'BSU#', 'BSU_misc_RNA_#', 'VMG_#_#', or 'VMG_#_#_c' (instead of "+gene_locus+")."))