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

fastaq_split_by_base_count - Split multi sequence file into separate files

Description

       usage: fastaq_split_by_base_count [options] <infile> <outprefix> <max_bases>

       Splits  a  multi  sequence file into separate files. Does not split sequences.  Puts up to max_bases into
       each split file. The exception is that any sequence longer than max_bases is put into its own file.

   positionalarguments:
       infile Name of input file to be split

       outprefix
              Name of output file

       max_bases
              Max bases in each output split file

   options:-h, --help
              show this help message and exit

       --max_seqs INT
              Max number of sequences in each output split file [no limit]

fastaq_split_by_base_count 3.17.0                 December 2024                    FASTAQ-SPLIT_BY_BASE_COUNT(1)

Name

       fastaq_split_by_base_count - Split multi sequence file into separate files

See Also