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 e63eb18 commit 51116a2
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 @@ -36,7 +36,7 @@ This tutorial aims to illustrate the process of **setting up a simulation system
git clone https://github.com/bioexcel/biobb_wf_protein-complex_md_setup.git
cd biobb_wf_protein-complex_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_Protein-Complex_MDsetup_tutorial
conda activate biobb_wf_protein-complex_md_setup
jupyter-notebook biobb_wf_protein-complex_md_setup/notebooks/biobb_Protein-Complex_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_Protein-Complex_MDsetup_tutorial
name: biobb_wf_protein-complex_md_setup
channels:
- conda-forge
- bioconda
Expand Down
2 changes: 1 addition & 1 deletion biobb_wf_protein-complex_md_setup/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This tutorial aims to illustrate the process of **setting up a simulation system
git clone https://github.com/bioexcel/biobb_wf_protein-complex_md_setup.git
cd biobb_wf_protein-complex_md_setup
conda env create -f conda_env/environment.yml
conda activate biobb_Protein-Complex_MDsetup_tutorial
conda activate biobb_wf_protein-complex_md_setup
jupyter-notebook biobb_wf_protein-complex_md_setup/notebooks/biobb_Protein-Complex_MDsetup_tutorial.ipynb
```

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7537,7 +7537,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_protein-complex_md_setup.git</span>
<span class="go">cd biobb_wf_protein-complex_md_setup</span>
<span class="go">conda env create -f conda_env/environment.yml</span>
<span class="go">conda activate biobb_Protein-Complex_MDsetup_tutorial</span>
<span class="go">conda activate biobb_wf_protein-complex_md_setup</span>
<span class="go">jupyter-notebook biobb_wf_protein-complex_md_setup/notebooks/biobb_Protein-Complex_MDsetup_tutorial.ipynb</span>
</pre></div>
<hr/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"git clone https://github.com/bioexcel/biobb_wf_protein-complex_md_setup.git\n",
"cd biobb_wf_protein-complex_md_setup\n",
"conda env create -f conda_env/environment.yml\n",
"conda activate biobb_Protein-Complex_MDsetup_tutorial\n",
"conda activate biobb_wf_protein-complex_md_setup\n",
"jupyter-notebook biobb_wf_protein-complex_md_setup/notebooks/biobb_Protein-Complex_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_Protein-Complex_MDsetup_tutorial
name: biobb_wf_protein-complex_md_setup
channels:
- conda-forge
- bioconda
Expand Down

0 comments on commit 51116a2

Please sign in to comment.