Documentation read from 04/17/2019 22:07:25 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_cut_domain.
Clip domains out of a set of protein sequences
------
Example:
svr_cut_domain domain_desc < fasta > fasta.of.domains
would read a 3-column table (domain_desc) in which each line contains [ID,Begin,End]. The complete protein sequences are read from STDIN. A fasta file of the extracted domains is written to STDOUT.
------