From b1394ade98ba66072c188fba09a0ead43d446676 Mon Sep 17 00:00:00 2001 From: titima15 Date: Tue, 29 Oct 2024 15:56:27 -0400 Subject: [PATCH] usage info --- mason/transformation/add_autogenerated_name_metadata_dialog.mas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mason/transformation/add_autogenerated_name_metadata_dialog.mas b/mason/transformation/add_autogenerated_name_metadata_dialog.mas index bb9448e4d1..81ba93bdd1 100644 --- a/mason/transformation/add_autogenerated_name_metadata_dialog.mas +++ b/mason/transformation/add_autogenerated_name_metadata_dialog.mas @@ -156,9 +156,9 @@ print "";
  • Breeding Program: Each breeding program can store different types of naming formats. You can choose which naming format you would like to use for each project.
  • Format Name: Format name must be globally unique. It is an identifier used for capturing all metadata related to each naming format.
  • Description: Description of this naming format.
  • -
  • Name Type: Name type is used to retrieve related information used as attributes in the naming format. For example, a transformant name is related to breeding program, vector construct, plant material used in the transformation, transformation project, transformation ID.
  • +
  • Name Type: Name type is used to retrieve related information used as attributes in the naming format. For example, attributes for a transformant name can be breeding program, vector construct, plant material used in the transformation, transformation project, transformation ID, text field.
  • Number of Attributes: Indicating how many attributes you would like to include in a name. You can also include texts.
  • -
  • Attributes: You can specify attributes you would like to include in a basename, as well as the order of these attributes. If you would like to add text field in the basename, select "text", then specify the text field. Attributes are separated by an underscore.
  • +
  • Attributes for Basename: You can specify attributes you would like to include in a basename, as well as the order of these attributes. If you would like to add text field in the basename, select "text", then specify the text field. Attributes are separated by an underscore. For example, selecting 3 attributes, if you would like to include breeding program, vector construct, and a text field. The generated name would be "breedingProgram_vectorConstruct_text_serialNumber".
  • Last Serial Number: If you previously used this naming format before using the database. This input field allows you to continue using your naming format by indicating the last serial number that you used. If this is a new format, please indicates "0". The first name will have "1" as the first serial number. After you use the naming format to add new names in the database, the last serial number is automatically updated and stored as new metadata of that naming format.

  • -- 2.11.4.GIT