sample - SimonHegele/SSfSBT GitHub Wiki

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)