Change doc of obisample
This commit is contained in:
@ -25,12 +25,12 @@
|
||||
|
||||
*Example :*
|
||||
|
||||
Sample randomly half of the sequences of ``seq1.fasta`` file, with replacement,
|
||||
and save them in ``seq2.fasta`` file:
|
||||
Sample randomly half of the sequences of ``seq1.fastq`` file, with replacement,
|
||||
and save them in ``seq2.fastq`` file:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
> obisample -s 0.5 -a seq1.fasta > seq2.fasta
|
||||
> obisample -s 0.5 -a seq1.fastq > seq2.fastq
|
||||
|
||||
.. cmdoption:: -w, --without-replacement
|
||||
|
||||
|
Reference in New Issue
Block a user