Skip to content
Snippets Groups Projects
Commit 8b1af194 authored by juanf's avatar juanf
Browse files

SSDM-1078 : PAPER - Provide sensible defaults - Implementation

SVN: 32739
parent 545aca4c
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@ createSampleTypeWithProperties("CELL_LINE", "", [
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample"],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number"],
["SPECIES", "Genotype", "Species", DataType.CONTROLLEDVOCABULARY, "SPECIES", "Species to which the cell line belongs"],
["CELL_TYPE", "Genotype", "Cell type", DataType.CONTROLLEDVOCABULARY, "CELL_TYPE", "Cell type of the cell line"],
["CELL_TYPE", "Genotype", "Cell type", DataType.CONTROLLEDVOCABULARY, "CELL_TYPE", "Cell type of the cell line"],
["ORIGIN", "Origin", "Origin", DataType.CONTROLLEDVOCABULARY, "ORIGIN", "How the strain/cell line was produced"],
["CLONE_NO", "Origin", "Clone #", DataType.INTEGER, None, "Clone number"],
["CHECK", "Origin", "Check", DataType.CONTROLLEDVOCABULARY, "CHECK", "Check done to verify the modifications introduced in the cell line"],
......@@ -580,3 +580,19 @@ createSampleTypeWithProperties("CELL_LINE", "", [
["NOTES", "Comments", "Notes", DataType.MULTILINE_VARCHAR, None, "Notes"],
["XMLCOMMENTS", "Comments", "Comments List", DataType.XML, None, "Several comments can be added by different users"]
]);
createSampleTypeWithProperties("FLY", "", [
["FLY_STRAIN_NAME", "General", "Fly strain name", DataType.VARCHAR, None, "Fly strain name"],
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample"],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number"],
["FLY_GENOTYPE", "Genotype", "Genotype", DataType.VARCHAR, None, "Genotype of the fly"],
["ASSOCIATED_GENE", "Genotype", "Associated gene", DataType.VARCHAR, None, "The transgene may contain regulatory or coding sequences from an endogenous gene"],
["MARKERS", "Genotype", "Markers", DataType.VARCHAR, None, "Markers available in the strain for further genetic modifications"],
["ORIGIN", "Origin", "Origin", DataType.CONTROLLEDVOCABULARY, "ORIGIN", "How the strain/cell line was produced"],
["STRAIN_CHECK", "Origin", "Strain Check", DataType.CONTROLLEDVOCABULARY, "CHECK", "Check done to verify the modifications introduced in the strain"],
["SOURCE", "Origin", "Source", DataType.VARCHAR, None, "Source from where the construct/strain/cell line obtained or purchased, if it was not produced in the lab"],
["MATING_PARTNERS", "Comments", "Mating partners", DataType.MULTILINE_VARCHAR, None, "Features needed for the mating partners"],
["PUBLICATION", "Comments", "Publication", DataType.MULTILINE_VARCHAR, None, "Publication from where the information was first found OR technical sheet given by the manufacturer"],
["NOTES", "Comments", "Notes", DataType.MULTILINE_VARCHAR, None, "Notes"],
["XMLCOMMENTS", "Comments", "Comments List", DataType.XML, None, "Several comments can be added by different users"]
]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment