Skip to content

[FEATURE REQUEST] Add Biosample for Genebank Submission #138

Description

@RanWei1987

Is this feature for general SeqSender usage or for submitting to a specific database, if so what database?
Genbank

Is your feature request related to a problem? If so please describe.
The metadata table includes the BioProject ID as a column, which is incorporated into the generated .sqn file. In contrast, the BioSample ID is not included as an input column in the metadata table.

Describe the solution you'd like
Include the biosample as one column of the input metadata table. So that the .sqn file could include both bioproject and biosample ID, like:

user {
      type str "DBLink",
      data {
        {
          label str "BioProject",
          num 1,
          data strs {
            "PRJEBXXXXX"
          }
        },
        {
          label str "BioSample",
          num 1,
          data strs {
            "SAMNXXXXXXXX"
          }
        }
      }
    },

Additional context
If the feature has been implemented, please let me know how to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions