logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gt-seqfilter - Filter the given sequence file(s) and show the results on stdout.

Description

-minlength [value]
           set minimum length a sequence must have to pass the filter (default: undefined)

       -maxlength [value]
           set maximum length a sequence can have to pass the filter (default: undefined)

       -maxseqnum [value]
           set the maximum number of sequences which can pass the filter (default: undefined)

       -sample [value]
           set a probability for each sequence to pass the filter (default: 1.000000)

       -step [value]
           only every step-th sequence passes the filter (default: 1)

       -nowildcards [yes|no]
           filter out seqences containing wildcards (default: no)

       -width [value]
           set output width for FASTA sequence printing (0 disables formatting) (default: 0)

       -o [filename]
           redirect output to specified file (default: undefined)

       -gzip [yes|no]
           write gzip compressed output file (default: no)

       -bzip2 [yes|no]
           write bzip2 compressed output file (default: no)

       -force [yes|no]
           force writing to output file (default: no)

       -help
           display help and exit

       -version
           display version information and exit

Name

       gt-seqfilter - Filter the given sequence file(s) and show the results on stdout.

Reporting Bugs

       Report bugs to https://github.com/genometools/genometools/issues.

GenomeTools 1.6.5                                  04/27/2024                                    GT-SEQFILTER(1)

Synopsis

gtseqfilter [option ...] [sequence_file ...]

See Also