Fixed missing error message
This commit is contained in:
@@ -355,6 +355,11 @@ class ErrorMessage():
|
||||
msg += "If the those values are Pubmed ids or DOIs, please ignore this messsage"
|
||||
return msg
|
||||
|
||||
def STD46(self):
|
||||
msg = f"If date of collection/isolation/deposit/inclusion in the catalog is after 2014," \
|
||||
f" the value of Geographic Origin must be provided. It is missing for strain {self.pk}."
|
||||
return msg
|
||||
|
||||
|
||||
"""
|
||||
Genomic Information Error Codes
|
||||
|
||||
Reference in New Issue
Block a user