tbl2asn (ungapped)-22.9 using DE
The DE Quick Start tutorial provides an introduction to basic DE functionality and navigation.
Please work through the tutorial and add your comments on the bottom of this page. Or send comments per email to upendra@cyverse.org. Thank you.
Though this version of the app works, NCBI recommends the recent version of tbl2asn (ungapped)-25.3 app in DE
Rationale and background:
Tbl2asn is a command-line program that automates the creation of sequence records for submission to GenBank. It uses many of the same functions as Sequin but is driven generally by data files. Tbl2asn generates .sqn files using template for submission to GenBank. Additional manual editing is not required before submission.
Pre-Requisites
A CyVerse account. (Register for an CyVerse account here - user.cyverse.org)
Mandatory
Template file containing a text ASN.1 Submit-block object (suffix .sbt).
Nucleotide sequence data in FASTA format (suffix .fsa). Can be either a single fasta file (containing a single sequence) or single fasta file (containing multiple sequences)
Output file name
Optional
Feature Table or Annotation file (suffix .tbl). [Required only if including annotation]
Structured comment file (suffix .cmt)
Parameters
Master Genome Flags
Runs the Discrepancy Report. Must supply an output file name. Recommended only for annotated genome submissions, complete or WGS. See the Discrepancy Report page for information about its output.
Allows the addition of source qualifiers that will be the same for each submission
Generating the .sqn file for submission
The minimum requirements to generate a Sequin file using tbl2asn are one .sbt file and one or more .fsa files.
Tbl2asn will generate a .sqn for every .fsa file in the directory, plus any of the corresponding optional files that may be present. The other files must have the same file name prefix as their corresponding .fsa. (for example helicase.fsa and helicase.tbl).
Test/sample data:
The test data are provided for testing tbl2asn (ungapped)-22.9 in here - /iplant/home/shared/iplantcollaborative/example_data/tbl2asn.sample.data:
Use the following inputs/outputs and parameters for testing tbl2asn (ungapped)-22.9
Mandatory argument
Template file - template_BP_BS.sbt
Fasta file - multiple.fsa
Output file - multiple.sqn
Optional arguments
Annotation file - multiple.tbl
Structured comment file - assembly.cmt
Parameters
Organism name - [organism=Helicobacter pylori ABC1] [strain=ABC1] [host=Homo sapiens] [isolation-source=blood]
Master Genome Flag - n (default)
Run Discrepency report - checked (default and recommended)
Output Reports:
multiple.sqn - sqn file for submission to WGS
multiple.val - varification report
discrep - discrepency report
errorsummary.val - Summary file showing the number, severity and type of errors found in all the .val files.
More information about tbl2asn (ungapped)-22.9 can be found at http://www.ncbi.nlm.nih.gov/genbank/tbl2asn2/