Change doc of obisample

This commit is contained in:
Pierre Taberlet
2013-04-17 14:02:29 +00:00
parent 244e5f1599
commit 00e87a8c74

View File

@ -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