skipseq is a variant of the standard program for reading and writing sequences, seqret. It performs exactly the same function except that it skips the first specified number of sequences from the input stream and writes out the rest of them. In all other respects, skipseq is the same as seqret. There are many options built-in into EMBOSS for detailed specification of the input and output sequences, for example the sequence type and file format. Optionally, feature information will be read and written.
|
See the documentation for seqret to see the full range of things that you can do when reading and writing sequences.
See the documentation for seqret to see the full range of things that you can do when reading and writing sequences.
See the documentation for seqret to see the full range of things that you can do when reading and writing sequences.
seqret has an option to allow it to only read the first sequence from a multiple set of sequences (-firstonly). seqret cannot, however, skip the first few sequences from a multiple set of sequence, writing out the rest; this is what skipseq is for.
skipseq is a variant of the standard program for reading and writing sequences, seqret.