Skip to content

Commit

Permalink
Bug fixes in common READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jun 6, 2024
1 parent 28ae7ed commit 290a26c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions common/docker/README_common.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <a name="execute-wf"></a>Execute workflow through docker container

All the **BioBB workflows** can be executed via **docker container**. Inside this container there are all the necessary **dependencies** for executing the workflow. These workflows are available via [**docker hub**](https://hub.docker.com/), though in this repository you can find as well all the necessary files for **building** them **in house**
All the **BioBB workflows** can be executed via **docker container**. Inside this container there are all the necessary **dependencies** for executing the workflow. These workflows are available via [**docker hub**](https://hub.docker.com/), though in this repository you can find as well all the necessary files for **building** them **in house**.

## <a name="requirements"></a>Requirements

Expand Down Expand Up @@ -113,10 +113,10 @@ Take into account that depending on the number of steps, the tools executed and

## <a name="output"></a>Get output results

### <a name="output-jn"></a>Jupyter Notebook
### <a name="output-jn"></a>Jupyter Notebook

Once the workflow is finished, you just should enter the new **wf_notebook/<repository>** folder and, inside it, you will find all the outputs generated by the workflow.

### <a name="output-py"></a>Python
### <a name="output-py"></a>Python

Once the workflow is finished, you just should enter the new **wf_python/<repository>** folder and, inside it, you will find a folder for each step of the workflow with all the files generated in every step.
4 changes: 2 additions & 2 deletions common/docker/README_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Take into account that depending on the number of steps, the tools executed and

## <a name="output"></a>Get output results

### <a name="output-jn"></a>Jupyter Notebook
### <a name="output-jn"></a>Jupyter Notebook

Once the workflow is finished, you just should enter the new **wf_notebook/<repository>** folder and, inside it, you will find all the outputs generated by the workflow.

### <a name="output-py"></a>Python
### <a name="output-py"></a>Python

Once the workflow is finished, you just should enter the new **wf_python/<repository>** folder and, inside it, you will find a folder for each step of the workflow with all the files generated in every step.
4 changes: 2 additions & 2 deletions common/docker/README_subrepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ Take into account that depending on the number of steps, the tools executed and

## <a name="output"></a>Get output results

### <a name="output-jn"></a>Jupyter Notebook
### <a name="output-jn"></a>Jupyter Notebook

Once the workflow is finished, you just should enter the new **wf_notebook/<repository>_<subrepository>** folder and, inside it, you will find all the outputs generated by the workflow.

### <a name="output-py"></a>Python
### <a name="output-py"></a>Python

Once the workflow is finished, you just should enter the new **wf_python/<repository>_<subrepository>** folder and, inside it, you will find a folder for each step of the workflow with all the files generated in every step.

0 comments on commit 290a26c

Please sign in to comment.