Scroll to navigation

SPLITSEQ.PY(1) User Commands SPLITSEQ.PY(1)

NAME

SplitSeq.py - Sorts, samples and splits FASTA/FASTQ sequence files

DESCRIPTION

usage: SplitSeq.py [--version] [-h] ...

Sorts, samples and splits FASTA/FASTQ sequence files

help:

show program's version number and exit
show this help message and exit

subcommands:

Sequence file operation
Splits sequences files by number of records.
Splits sequences files by annotation.
Randomly samples from unpaired sequences files.
samplepair
Randomly samples from paired-end sequences files.
Sorts sequences files by annotation.
Selects sequences from sequence files by annotation.

output files:

part<part>
reads partitioned by count, where <part> is the partition number.
<field>-<value>
reads partitioned by annotation <field> and <value>.
under-<number>
reads partitioned by numeric threshold where the annotation value is strictly less than the threshold <number>.
atleast-<number>
reads partitioned by numeric threshold where the annotation value is greater than or equal to the threshold <number>.
sorted
reads sorted by annotation value.
sorted-part<part>
reads sorted by annotation value and partitioned by count, where <part> is the partition number.
sample<i>-n<count>
randomly sampled reads where <i> is a number specifying the sampling instance and <count> is the number of sampled reads.
selected
reads passing selection criteria.

output annotation fields:

None

AUTHOR


This manpage was written by Andreas Tille for the Debian distribution and
can be used for any other usage of the program.

May 2020 SplitSeq.py 0.6.0