Skip to content

Latest commit

 

History

History

1.28.943

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

NCBI table2asn

Main tool : table2asn

Full documentation: README

table2asn is a command-line program that creates sequence records for submission to GenBank

There are also a collection of related tools that are included in the image

agp_validate: 2.28.943 asn2all: 14.7 asn2asn: 1.28.943 asn2fasta: 1.0.3 asn2flat: 6.28.943 asn2fsa: 6.1 asn2gb: 18.7 asn2idx: 1.1 asn2xml: 1.0 asndisc: 2.3 asnmacro: 1.8 asnval: 15.7 asnvalidate: 3.28.943 fastaedit_public: 29.4.0 gap_stats: 4.2.943 (Build for external use) gene2xml: 1.6 insdseqget: 1.1 sqn2agp: 1.9 srcchk: 0.0.943 table2asn: 1.28.943

Example Usage

# Single non-genome submission: a particular .fsa file, and only 1 sequence in the .fsa file and the source information is in the definition line of the .fsa file:
table2asn -t template.sbt -i x.fsa -V v

# Batch non-genome submission: a directory that contains .fsa files, and multiple sequences per file, and the source information is in the definition line of the .fsa files:
table2asn -t template.sbt -indir path_to_files -a s -V v

# Genome submission: a directory that contains multiple .fsa files of a single genome, and one or more sequences per file and the source information is in the definition line of the .fsa files:
table2asn -t template.sbt -indir path_to_files -M n -Z

# Genome submission for the most common gapped situation (= runs of 10 or more Ns represent a gap, and there are no gaps of completely unknown size, and the evidence for linkage across the gaps is "paired-ends"), and the source information is in the definition line of the .fsa files:
table2asn -t template -indir path_to_files -M n -Z -gaps-min 10 -l paired-ends