Here is a sample session with infoseq Display information on a sequence: % infoseq tembl:paamir Displays some simple information about sequences USA Name Accession Type Length %GC Description tembl-id:PAAMIR PAAMIR X13776 N 2167 66.54 Pseudomonas aeruginosa amiC and amiR gene for aliphatic amidase regulation Go to the input files for this example Example 2 Don't display the USA of a sequence: % infoseq tembl:paamir -nousa Displays some simple information about sequences Name Accession Type Length %GC Description PAAMIR X13776 N 2167 66.54 Pseudomonas aeruginosa amiC and amiR gene for aliphatic amidase regulation Example 3 Display only the name and length of a sequence: % infoseq tembl:paamir -only -name -length Displays some simple information about sequences Name Length PAAMIR 2167 Example 4 Display only the description of a sequence: % infoseq tembl:paamir -only -desc Displays some simple information about sequences Description Pseudomonas aeruginosa amiC and amiR gene for aliphatic amidase regulation Example 5 Display the type of a sequence: % infoseq tembl:paamir -only -type Displays some simple information about sequences Type N Example 6 Display information formatted with HTML: % infoseq tembl:paamir -html Displays some simple information about sequences USANameAccessionTypeLength%GCDescription tembl-id:PAAMIRPAAMIRX13776N216766.54Pseudomonas aeruginosa amiC and amiR gene for aliphatic amidase regulation