Changed GID marker validation
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user