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 44aa68e commit cab48e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This tutorial aims to illustrate the process of **setting up a simulation** syst
git clone https://github.com/bioexcel/biobb_wf_md_setup.git
cd biobb_wf_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_GMX_MDsetup_tutorial
conda activate biobb_wf_md_setup
jupyter-notebook biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.ipynb
```

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_GMX_MDsetup_tutorial
name: biobb_wf_md_setup
channels:
- conda-forge
- bioconda
Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_md_setup/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This tutorial aims to illustrate the process of **setting up a simulation** syst
git clone https://github.com/bioexcel/biobb_wf_md_setup.git
cd biobb_wf_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_GMX_MDsetup_tutorial
conda activate biobb_wf_md_setup
jupyter-notebook biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.ipynb
```

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

Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_md_setup/html/biobb_MDsetup_tutorial.web.html
Original file line number Diff line number Diff line change
Expand Up @@ -7535,7 +7535,7 @@ <h3 id="Auxiliary-libraries-used">Auxiliary libraries used<a class="anchor-link"
<h3 id="Conda-Installation-and-Launch">Conda Installation and Launch<a class="anchor-link" href="#Conda-Installation-and-Launch"></a></h3><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/bioexcel/biobb_wf_md_setup.git</span>
<span class="go">cd biobb_wf_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_GMX_MDsetup_tutorial</span>
<span class="go">conda activate biobb_wf_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.ipynb</span>
</pre></div>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"git clone https://github.com/bioexcel/biobb_wf_md_setup.git\n",
"cd biobb_wf_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_GMX_MDsetup_tutorial\n",
"conda activate biobb_wf_md_setup\n",
"jupyter-notebook biobb_wf_md_setup/notebooks/biobb_MDsetup_tutorial.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_GMX_MDsetup_tutorial
name: biobb_wf_md_setup
channels:
- conda-forge
- bioconda
Expand Down

0 comments on commit cab48e3

Please sign in to comment.