Documentation read from 04/17/2019 22:07:27 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_just_ends.
Clip off the ends of a set of contigs
Example:
svr_just_ends -ln 500 < contigs > just.ends
The program is invoked using
svr_just_ends [-ln=N] < contigs > clipped.ends
where contigs is a fasta file (usually containing DNA)
Take N characters from each end (1000 is the default)
A fasta file of ends of contigs. The IDs will be of the form
Contig_1_N (e.g., contig1_1_1000) or Contig_x_y where y is the length of the contig (e.g., contig2_232_1231)