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.
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:
Additional context
If the feature has been implemented, please let me know how to use it.