Skip to content

Commit

Permalink
Unifying workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 31, 2024
1 parent 09a9744 commit 5d46bc8
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This tutorials aim to illustrate the process of **setting up a simulation** syst
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
```

***
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: biobb_AMBER_MDsetup_tutorials
name: biobb_wf_amber_md_setup
channels:
- conda-forge
- bioconda
Expand Down
4 changes: 2 additions & 2 deletions biobb_wf_amber_md_setup/docs/source/abcsetup_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The main **steps of the pipeline** are:
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
jupyter-notebook biobb_wf_amber_md_setup/notebooks/abcsetup/biobb_amber_ABC_setup.ipynb
```

Expand Down Expand Up @@ -155,7 +155,7 @@ Model **DNA 3D structure** from a **nucleotide sequence** using the **nab tool**
```python
# uncomment in case of experiencing issues with undefined AMBERHOME variable in the cell below:
# import os
# os.environ['AMBERHOME'] = "/path/to/anaconda3/envs/biobb_AMBER_MDsetup_tutorials" # when running in Jupyter Notebook / Lab
# os.environ['AMBERHOME'] = "/path/to/anaconda3/envs/biobb_wf_amber_md_setup" # when running in Jupyter Notebook / Lab
# os.environ['AMBERHOME'] = "/usr/local" # when running in Google Colab
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This tutorial aims to illustrate the process of **setting up a simulation system
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_lig/biobb_amber_complex_setup_notebook.ipynb
```

Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_amber_md_setup/docs/source/mdsetup_ph_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This tutorial aims to illustrate the process of **setting up a simulation system
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_ph/biobb_amber_CpHMD_notebook.ipynb
```

Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_amber_md_setup/docs/source/mdsetup_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This tutorial aims to illustrate the process of **setting up a simulation system
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup/biobb_amber_setup_notebook.ipynb
```

Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_amber_md_setup/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This tutorials aim to illustrate the process of **setting up a simulation** syst
git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git
cd biobb_wf_amber_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_AMBER_MDsetup_tutorials
conda activate biobb_wf_amber_md_setup
```

***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7546,7 +7546,7 @@ <h3 id="Auxiliary-libraries-used">Auxiliary libraries used<a class="anchor-link"
<h3 id="Conda-Installation">Conda Installation<a class="anchor-link" href="#Conda-Installation"></a></h3><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git</span>
<span class="go">cd biobb_wf_amber_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_AMBER_MDsetup_tutorials</span>
<span class="go">conda activate biobb_wf_amber_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_amber_md_setup/notebooks/abcsetup/biobb_amber_ABC_setup.ipynb</span>
</pre></div>
<hr/>
Expand Down Expand Up @@ -7736,7 +7736,7 @@ <h2 id="Model-DNA-3D-structure">Model DNA 3D structure<a class="anchor-link" hre
<div class="cm-editor cm-s-jupyter">
<div class="highlight hl-ipython3"><pre><span></span><span class="c1"># uncomment in case of experiencing issues with undefined AMBERHOME variable in the cell below:</span>
<span class="c1"># import os</span>
<span class="c1"># os.environ['AMBERHOME'] = "/path/to/anaconda3/envs/biobb_AMBER_MDsetup_tutorials" # when running in Jupyter Notebook / Lab</span>
<span class="c1"># os.environ['AMBERHOME'] = "/path/to/anaconda3/envs/biobb_wf_amber_md_setup" # when running in Jupyter Notebook / Lab</span>
<span class="c1"># os.environ['AMBERHOME'] = "/usr/local" # when running in Google Colab</span>
</pre></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7536,7 +7536,7 @@ <h3 id="Auxiliary-libraries-used">Auxiliary libraries used<a class="anchor-link"
<h3 id="Conda-Installation">Conda Installation<a class="anchor-link" href="#Conda-Installation"></a></h3><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git</span>
<span class="go">cd biobb_wf_amber_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_AMBER_MDsetup_tutorials</span>
<span class="go">conda activate biobb_wf_amber_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup/biobb_amber_setup_notebook.ipynb</span>
</pre></div>
<hr/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7538,7 +7538,7 @@ <h3 id="Auxiliary-libraries-used">Auxiliary libraries used<a class="anchor-link"
<h3 id="Conda-Installation">Conda Installation<a class="anchor-link" href="#Conda-Installation"></a></h3><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git</span>
<span class="go">cd biobb_wf_amber_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_AMBER_MDsetup_tutorials</span>
<span class="go">conda activate biobb_wf_amber_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_lig/biobb_amber_complex_setup_notebook.ipynb</span>
</pre></div>
<hr/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7540,7 +7540,7 @@ <h3 id="Auxiliary-libraries-used">Auxiliary libraries used<a class="anchor-link"
<h3 id="Conda-Installation">Conda Installation<a class="anchor-link" href="#Conda-Installation"></a></h3><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git</span>
<span class="go">cd biobb_wf_amber_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_AMBER_MDsetup_tutorials</span>
<span class="go">conda activate biobb_wf_amber_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_ph/biobb_amber_CpHMD_notebook.ipynb</span>
</pre></div>
<hr/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git\n",
"cd biobb_wf_amber_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_AMBER_MDsetup_tutorials\n",
"conda activate biobb_wf_amber_md_setup\n",
"jupyter-notebook biobb_wf_amber_md_setup/notebooks/abcsetup/biobb_amber_ABC_setup.ipynb\n",
"```\n",
"\n",
Expand Down Expand Up @@ -204,7 +204,7 @@
"source": [
"# uncomment in case of experiencing issues with undefined AMBERHOME variable in the cell below:\n",
"# import os\n",
"# os.environ['AMBERHOME'] = \"/path/to/anaconda3/envs/biobb_AMBER_MDsetup_tutorials\" # when running in Jupyter Notebook / Lab\n",
"# os.environ['AMBERHOME'] = \"/path/to/anaconda3/envs/biobb_wf_amber_md_setup\" # when running in Jupyter Notebook / Lab\n",
"# os.environ['AMBERHOME'] = \"/usr/local\" # when running in Google Colab"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git\n",
"cd biobb_wf_amber_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_AMBER_MDsetup_tutorials\n",
"conda activate biobb_wf_amber_md_setup\n",
"jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup/biobb_amber_setup_notebook.ipynb\n",
"```\n",
"\n",
Expand Down Expand Up @@ -1634,7 +1634,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.8.9"
},
"vscode": {
"interpreter": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git\n",
"cd biobb_wf_amber_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_AMBER_MDsetup_tutorials\n",
"conda activate biobb_wf_amber_md_setup\n",
"jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_lig/biobb_amber_complex_setup_notebook.ipynb\n",
"```\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"git clone https://github.com/bioexcel/biobb_wf_amber_md_setup.git\n",
"cd biobb_wf_amber_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_AMBER_MDsetup_tutorials\n",
"conda activate biobb_wf_amber_md_setup\n",
"jupyter-notebook biobb_wf_amber_md_setup/notebooks/mdsetup_ph/biobb_amber_CpHMD_notebook.ipynb\n",
"```\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion conda_env/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: biobb_AMBER_MDsetup_tutorials
name: biobb_wf_amber_md_setup
channels:
- conda-forge
- bioconda
Expand Down

0 comments on commit 5d46bc8

Please sign in to comment.