This commit is contained in:
Aurelie Bonin
2014-01-31 16:18:32 +00:00
parent fc4d105398
commit 9d87118350
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ Sequence record selection options
> obigrep -A taxid seq1.fasta > seq2.fasta > obigrep -A taxid seq1.fasta > seq2.fasta
Selects only the sequence records having a ``taxid`` attribute defined. Selects only the sequence records having a *taxid* attribute defined.
.. cmdoption:: -p <PYTHON_EXPRESSION>, --predicat=<PYTHON_EXPRESSION> .. cmdoption:: -p <PYTHON_EXPRESSION>, --predicat=<PYTHON_EXPRESSION>

View File

@ -1,7 +1,7 @@
#!/usr/local/bin/python #!/usr/local/bin/python
''' '''
:py:mod:`obiclean`: Tags a set of sequences for PCR/sequencing errors identification :py:mod:`obiclean`: tags a set of sequences for PCR/sequencing errors identification
==================================================================================== ====================================================================================
.. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org> .. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org>

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/python #!/usr/local/bin/python
''' '''
:py:mod:`obicut`: Trims sequences :py:mod:`obicut`: trims sequences
================================= =================================
.. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org> .. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org>