Skip to content

Commit

Permalink
Merge pull request #162 from LondonBiofoundry/fix-broken-link
Browse files Browse the repository at this point in the history
really fix broken link this time
  • Loading branch information
hainesm6 committed Sep 25, 2021
2 parents e597074 + 7976a61 commit 5ea1d18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/usage.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ the following `jupyter notebook`_.

.. _R2oDNA Designer: https://pubs.acs.org/doi/abs/10.1021/sb4001323
.. _DNA Chisel: https://edinburgh-genome-foundry.github.io/DnaChisel/
.. _jupyter notebook: /scripts_nbs/dna_chisel_integration.ipynb
.. _jupyter notebook: https://github.com/LondonBiofoundry/basicsynbio/blob/master/scripts_nbs/dna_chisel_integration.ipynb

To generate linker oligonucleotides, users need to supply values for the
``overhang_slice_params`` argument when initiating a BasicLinker instance.
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2>Generating oligonucleotides for new linkers<a class="headerlink" href="#gene
users with the functionality to design new linker sequences. Linker sequences have
previously been designed using <a class="reference external" href="https://pubs.acs.org/doi/abs/10.1021/sb4001323">R2oDNA Designer</a> and <a class="reference external" href="https://edinburgh-genome-foundry.github.io/DnaChisel/">DNA Chisel</a>. For an
example of a neutral linker being designed using DNA Chisel, users can consult
the following <a class="reference external" href="/scripts_nbs/dna_chisel_integration.ipynb">jupyter notebook</a>.</p>
the following <a class="reference external" href="https://github.com/LondonBiofoundry/basicsynbio/blob/master/scripts_nbs/dna_chisel_integration.ipynb">jupyter notebook</a>.</p>
<p>To generate linker oligonucleotides, users need to supply values for the
<code class="docutils literal notranslate"><span class="pre">overhang_slice_params</span></code> argument when initiating a BasicLinker instance.
This argument is described further in
Expand Down
2 changes: 1 addition & 1 deletion docsource/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ the following `jupyter notebook`_.

.. _R2oDNA Designer: https://pubs.acs.org/doi/abs/10.1021/sb4001323
.. _DNA Chisel: https://edinburgh-genome-foundry.github.io/DnaChisel/
.. _jupyter notebook: /scripts_nbs/dna_chisel_integration.ipynb
.. _jupyter notebook: https://github.com/LondonBiofoundry/basicsynbio/blob/master/scripts_nbs/dna_chisel_integration.ipynb

To generate linker oligonucleotides, users need to supply values for the
``overhang_slice_params`` argument when initiating a BasicLinker instance.
Expand Down

0 comments on commit 5ea1d18

Please sign in to comment.