1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
.. automodule:: obisilva
:py:mod:`obisilva` specific options
-------------------------------------
.. cmdoption:: -s , --ssu
Specify that you are interested in the **SSU** database.
*Example:*
.. code-block:: bash
> obisilva --ssu --parc
This download and format into an ecoPCR database the latest version of the **SSUParc** database of **Silva**.
.. cmdoption:: -l, --lsu
Specify that you are interested in the **LSU** database.
*Example:*
.. code-block:: bash
> obisilva --ssu --parc
This download and format into an ecoPCR database the latest version of the **LSUParc** database of **Silva**.
.. cmdoption:: -p , --parc
Specify that you are interested in the **Parc** (complete) version of the **Silva** database.
.. cmdoption:: -r , --ref
Specify that you are interested in the **Reference** (cleaned to keep only high quality sequences)
version of the **Silva** database.
.. cmdoption:: -n , --nr
Specify that you are interested in the **Non redundant** version of the **Silva** database.
just a version of the to closely related sequence is kept in this version of the database
.. warning::
Non redundant version of **Silva** exists only for the SSU sequences
in its **Reference** and **Truncated** version
.. cmdoption:: -t , --trunc
Specify that you are interested in the **Truncated** (limited to the rDNA element without flanked regions)
version of the **Silva** database.
.. cmdoption:: --local=<DIRNAME>
Specify you have already downloaded a copy of the **Silva** database located at the following URL
`<http://www.arb-**Silva**.de/no_cache/download/archive/current/Exports/>`_
*Example:*
.. code-block:: bash
> obisilva --ssu --parc --local=**Silva**Dir
This format the **SSUParc** version of the **Silva** database pre-downloaded in the `**Silva**Dir` directory.
.. include:: ../optionsSet/defaultoptions.txt
|