.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. .TH SPLITSEQ.PY "1" "May 2020" "SplitSeq.py 0.6.0" "User Commands" .SH NAME SplitSeq.py \- Sorts, samples and splits FASTA/FASTQ sequence files .SH DESCRIPTION usage: SplitSeq.py [\-\-version] [\-h] ... .PP Sorts, samples and splits FASTA/FASTQ sequence files .SS "help:" .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .SS "subcommands:" .IP Sequence file operation .TP count Splits sequences files by number of records. .TP group Splits sequences files by annotation. .TP sample Randomly samples from unpaired sequences files. .IP samplepair .IP Randomly samples from paired\-end sequences files. .TP sort Sorts sequences files by annotation. .TP select Selects sequences from sequence files by annotation. .SS "output files:" .IP part .IP reads partitioned by count, where is the partition number. .IP \- .IP reads partitioned by annotation and . .IP under\- .IP reads partitioned by numeric threshold where the annotation value is strictly less than the threshold . .IP atleast\- .IP reads partitioned by numeric threshold where the annotation value is greater than or equal to the threshold . .IP sorted .IP reads sorted by annotation value. .IP sorted\-part .IP reads sorted by annotation value and partitioned by count, where is the partition number. .IP sample\-n .IP randomly sampled reads where is a number specifying the sampling instance and is the number of sampled reads. .IP selected .IP reads passing selection criteria. .SS "output annotation fields:" .IP None .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.