Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 31, 2024
1 parent 4a74fe7 commit a312983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biobb_wf_ligand_parameterization/docs/source/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import ipywidgets
import os

ligandCode = 'IBP'
mol_charge = 0
mol_charge = -1
pH = 7.4
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7653,7 +7653,7 @@ <h2 id="Input-parameters">Input parameters<a class="anchor-link" href="#Input-pa
<span class="kn">import</span> <span class="nn">os</span>

<span class="n">ligandCode</span> <span class="o">=</span> <span class="s1">'IBP'</span>
<span class="n">mol_charge</span> <span class="o">=</span> <span class="mi">0</span>
<span class="n">mol_charge</span> <span class="o">=</span> <span class="mi">-1</span>
<span class="n">pH</span> <span class="o">=</span> <span class="mf">7.4</span>
</pre></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"import os\n",
"\n",
"ligandCode = 'IBP'\n",
"mol_charge = 0\n",
"mol_charge = -1\n",
"pH = 7.4"
]
},
Expand Down

0 comments on commit a312983

Please sign in to comment.