Typing "tbl2asn -" will give the full list of command line arguments. Here is a
partial list of
commonly used arguments:
| -p | Path to the directory. If files are in the current directory -p.
should be used. |
| -r | Path for the resulting .sqn file(s) (if the -r argument is
not used, the .sqn files will be saved in the source directory). |
| -t | Specifies the template file (.sbt). If the .sbt file is in a
different directory the full path must be specified. |
| -i | Creates single submission from indicated .fsa file in a
directory of multiple .fsa files. |
| -a | Specifies the File type.
s :FASTA Set (s Batch, s1 Pop, s2 Phy, s3 Mut, s4 Eco)
d :FASTA Delta, di FASTA Delta with Implicit Gaps
Sample command line: -a s
|
| -s | Instructs tbl2asn to read multiple FASTA components in one file
as a set of unrelated sequences.
Equivalent to "-a s". This creates a single file of multiple submissions.
(1000 sequences per file is the usual maximum.) |
| -j | Allows the addition of source qualifiers that will be the same
for each submission. Example: -j
"[organism=Saccharomyces cerevisiae] [strain=S288C]". |
| -V | Verification (combine any of the following letters):
v :Validates the data records. The output is saved to files with a .val suffix.
b :Generates GenBank flatfiles with a .gbf suffix.
r :Validates without Country Check
Sample command line: -V vb
|
| -k | CDS Flags (combine any of the following letters):
c :Instructs tbl2asn to annotate the longest open reading frame (ORF) if a
.tbl file is not provided. The product name will be 'unknown' unless a product
name is included in the FASTA definition, [product=xyz].
m :Allows alternative start codons to be used in ORF searches.
Sample command line: -k c
|
| -y | Adds a COMMENT to each submission. Example: -y "Contigs larger
than 2kb have been annotated, representing approx. 87% of the total genome". |
| -Y | Like -y, but adds a COMMENT to each submission from a file. |
| -Z | 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. |