Changed GID marker validation

This commit is contained in:
2022-05-16 11:27:10 +01:00
parent 192bf4a621
commit e24dda2df3
2 changed files with 21 additions and 24 deletions
@@ -381,7 +381,7 @@ class ErrorMessage():
return f"The 'Marker' for genomic information with Strain AN {self.pk} is missing."
def GID06(self):
return f"The 'Marker' for genomic information with Strain AN {self.pk} is incorrect."
return f"The value of 'Marker' {self.value} is not in the Markers sheet."
def GID07(self):
return f"The 'INSDC AN' column is a mandatory field in the Genomic Information Sheet. The column can not be empty."