Skip to content
Snippets Groups Projects
Commit ac91bd38 authored by selva's avatar selva
Browse files

Update tags

parent b86e815b
No related branches found
No related tags found
1 merge request!8Update Documentation
Pipeline #3864 passed with stages
in 3 minutes and 49 seconds
......@@ -26,17 +26,12 @@ To Install **BiTIA** using pip, run this command:
```{eval-rst}
.. tabs::
.. group-tab:: Linux
.. group-tab:: Unix
.. code-block:: bash
$ python3 -m pip install bitia
.. group-tab:: MacOS
.. code-block:: bash
$ python3 -m pip install bitia
.. group-tab:: Windows
.. code-block:: bash
......@@ -53,7 +48,7 @@ TODO: Order of searching configuration file.
```{eval-rst}
.. tabs::
.. group-tab:: Linux
.. group-tab:: Unix
.. code-block:: bash
......@@ -62,16 +57,6 @@ TODO: Order of searching configuration file.
3. $HOME/.config/bitia.toml
4. /etc/bitia.toml
.. group-tab:: MacOS
.. code-block:: bash
1. ./bitia.toml
2. ~/.bitia.toml
3. $HOME/.config/bitia.toml
4. /etc/bitia.toml
.. group-tab:: Windows
.. code-block:: bash
......
......@@ -23,7 +23,7 @@ Welcomme to BiTIA Documentation!
BiTIA is a tool that simplifies the infrastructure required to run complex bioinformatics pipelines. BiTIA plays well with the existing pipeline solution such as snakemake.
BiTIA has two components: **bitia-cli** and **bitita-runner**.
BiTIA has two components: **bitia-cli** and **bitia-runner**.
BiTIA CLI is on the clientside and allows clients to submit tasks to the bitia server.
BiTIA runner is on the serverside and operates the given tasks to produce results.
......@@ -58,18 +58,12 @@ If you want to learn how to use BiTIA and installation, check out the following
```{eval-rst}
.. tabs::
.. group-tab:: Linux
.. group-tab:: Unix
.. code-block:: bash
$ python3 -m pip install bitia
.. group-tab:: MacOS
.. code-block:: bash
$ python3 -m pip install bitia
.. group-tab:: Windows
......@@ -87,7 +81,7 @@ TODO: Order of searching configuration file.
```{eval-rst}
.. tabs::
.. group-tab:: Linux
.. group-tab:: Unix
.. code-block:: bash
......@@ -96,16 +90,6 @@ TODO: Order of searching configuration file.
3. $HOME/.config/bitia.toml
4. /etc/bitia.toml
.. group-tab:: MacOS
.. code-block:: bash
1. ./bitia.toml
2. ~/.bitia.toml
3. $HOME/.config/bitia.toml
4. /etc/bitia.toml
.. group-tab:: Windows
.. code-block:: bash
......@@ -119,7 +103,9 @@ TODO: Order of searching configuration file.
<details>
<summary><b>GETTING_STARTED</b></summary>
To Learn about Bio-Informatics pipelines and RNA-seq analysis refer [Bio-Informatics pipelines](getting_started/bioinformatics.md)
- To Learn about Bio-Informatics pipelines and RNA-seq analysis refer [Bio-Informatics pipelines](getting_started/bioinformatics.md)
- To Understand working with BiTIA refer [Working with BiTIA CLI](getting_started/Working.md)
</details>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment