lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seqtk sample: with out without replacement?

erajshafiq opened this issue · comments

Hi,
I am using septk sample to subsample single-end reads. Does it sample with replacement or without replacement?
seqtk sample input.fq.gz 1000 > output.fastq

Without replacement.