Skip to content
Simon Hegele edited this page May 26, 2025 · 1 revision

Sampling sequences from FASTA/FASTQ-files.

usage: sample [-h] [-r] number in_file out_file

Sampling sequences from FASTA/FASTQ.

positional arguments:
  number        Number of sequences to sample
  in_file
  out_file

options:
  -h, --help    show this help message and exit
  -r, --random  Sample randomly instead of first n sequence (slower)

Clone this wiki locally