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