Scroll to navigation

FASTAQ-TO_RANDOM_SUBSET(1) User Commands FASTAQ-TO_RANDOM_SUBSET(1)

NAME

fastaq_to_random_subset - Make a random sample of sequences (and optionally mates as well)

DESCRIPTION

usage: fastaq_to_random_subset [options] <infile> <outfile> <percent>

Takes a random subset of reads from a sequence file and optionally the corresponding read from a mates file. Output is interleaved if mates file given

positional arguments:

Name of input file
Name of output file
Per cent probability of keeping any given read (pair) in [0,100]

options:

show this help message and exit
Name of mates file
Seed for random number generator. If not given, python's default is used
October 2022 fastaq_to_random_subset 3.17.0