Skip to content
Snippets Groups Projects
Commit 3c43c64d authored by barillac's avatar barillac
Browse files

changed Label of genotype property to "Genetic modifications"

SVN: 34152
parent 7164d7a8
No related branches found
No related tags found
No related merge requests found
......@@ -653,7 +653,7 @@ createSampleTypeWithProperties("BACTERIA", "", [
["NAME", "General", "Bacteria strain name", DataType.VARCHAR, None, "Bacterial strain name", None, None],
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample", None, None],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number", None, None],
["GENOTYPE", "Genotype", "Genotype", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["GENOTYPE", "Genotype", "Genetic modifications", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["BACTERIA_GENOTYPE", "Genotype", "Bacteria genotype", DataType.MULTILINE_VARCHAR, None, "Bacterial genotype", None, None],
["MARKERS", "Genotype", "Markers", DataType.MULTILINE_VARCHAR, None, "Markers available in the strain for further genetic modifications", None, None],
["ORIGIN", "Origin", "Origin", DataType.CONTROLLEDVOCABULARY, "ORIGIN", "How the strain/cell line was produced", None, None],
......@@ -670,7 +670,7 @@ createSampleTypeWithProperties("YEAST", "", [
["NAME", "General", "Yeast strain name", DataType.MULTILINE_VARCHAR, None, "Yeast strain name", None, None],
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample", None, None],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number", None, None],
["GENOTYPE", "Genotype", "Genotype", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["GENOTYPE", "Genotype", "Genetic modifications", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["GENETIC_BACKGROUND", "Genotype", "Genetic Background", DataType.CONTROLLEDVOCABULARY, "GENETIC_BACKGROUND", "Genetic background of the yeast strain", None, None],
["MATING_TYPE", "Genotype", "Mating Type", DataType.CONTROLLEDVOCABULARY, "MATING_TYPE", "Mating type or ploidy of the yeast strain", None, None],
["BACKGROUND-SPECIFIC_MARKERS", "Genotype", "Background-specific markers", DataType.CONTROLLEDVOCABULARY, "BACKGROUND_SPECIFIC_MARKERS", "Background-specific markers available in the strain for further genetic modifications", None, None],
......@@ -690,7 +690,7 @@ createSampleTypeWithProperties("CELL_LINE", "", [
["NAME", "General", "Cell line name", DataType.VARCHAR, None, "Name of the cell line", None, None],
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample", None, None],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number", None, None],
["GENOTYPE", "Genotype", "Genotype", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["GENOTYPE", "Genotype", "Genetic modifications", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["SPECIES", "Genotype", "Species", DataType.CONTROLLEDVOCABULARY, "SPECIES", "Species to which the cell line belongs", None, None],
["CELL_TYPE", "Genotype", "Cell type", DataType.CONTROLLEDVOCABULARY, "CELL_TYPE", "Cell type of the cell line", None, None],
["ORIGIN", "Origin", "Origin", DataType.CONTROLLEDVOCABULARY, "ORIGIN", "How the strain/cell line was produced", None, None],
......@@ -716,7 +716,7 @@ createSampleTypeWithProperties("FLY", "", [
["NAME", "General", "Fly strain name", DataType.VARCHAR, None, "Fly strain name", None, None],
["OWNER", "General", "Owner", DataType.CONTROLLEDVOCABULARY, "OWNER", "Who produced/owned the sample", None, None],
["OWNER_NUMBER", "General", "Owner number", DataType.MULTILINE_VARCHAR, None, "Owner number", None, None],
["GENOTYPE", "Genotype", "Genotype", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["GENOTYPE", "Genotype", "Genetic modifications", DataType.MULTILINE_VARCHAR, None, "Genotype composed by the Plasmid ancestors", None, genotypeSampleScriptName],
["FLY_GENOTYPE", "Genotype", "Genotype", DataType.VARCHAR, None, "Genotype of the fly", None, None],
["ASSOCIATED_GENE", "Genotype", "Associated gene", DataType.VARCHAR, None, "The transgene may contain regulatory or coding sequences from an endogenous gene", None, None],
["MARKERS", "Genotype", "Markers", DataType.VARCHAR, None, "Markers available in the strain for further genetic modifications", None, None],
......
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