sbt_py is a simple python script that parses .csv files containing author metadata to generate .sbt files used by table2asn for GenBank sequence submission.
There is currently no automated way to generate table2asn-acceptable .sbt files; this script saves you from the pain that is manually editing .sqn files with author info, and supports generating separate .sbt files for more than 1 author group (another row in the .csv file).
IMPORTANT: Make sure 'Sequence_ID' is the first column in your .src file. Table2asn doesn't seem to work otherwise.
See example.csv for required column names.
All names should be formatted as: first name space middle name (if supplied) space last name,
Note separating each name by comma.
-
submission authors
-
corresponding author
- name
- department
- department division
- country
- sub-country
- city
- address
- postal-code
-
additional submission comment 1
-
additional submission comment 2
More columns will eventually be added; feel free to make a request
python3 sbt_gen.py <name of .csv file>