Skip to content

Commit 5691d9e

Browse files
author
Documenter.jl
committed
build based on b716d64
1 parent acf7375 commit 5691d9e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.12.3","generation_timestamp":"2025-12-29T04:45:05","documenter_version":"1.16.1"}}
1+
{"documenter":{"julia_version":"1.12.3","generation_timestamp":"2026-01-05T04:54:47","documenter_version":"1.16.1"}}

dev/api/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dev/documentation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3502,4 +3502,4 @@
35023502
ATOM 2 N GLY A 1 25.020 38.731 48.032 1.00 0.00 N </code></pre><p>leads to the error</p><pre><code class="nohighlight hljs">ERROR: Two copies of the same atom have the same alternative location ID. Existing atom:
35033503
Atom N with serial 1, coordinates [25.776, 38.291, 47.527]
35043504
New atom record to add:
3505-
AtomRecord N with serial 2, coordinates [25.02, 38.731, 48.032]</code></pre><p>Such files often lead to silent errors, however, so we recommend that users follow the appropriate format guidelines. Alternatively, other tools such as <a href="https://github.com/m3g/PDBTools.jl">PDBTools.jl</a> are more permissive in what they accept. The mmCIF format is able to store arbitrary data systematically if required.</p><h2 id="Related-software"><a class="docs-heading-anchor" href="#Related-software">Related software</a><a id="Related-software-1"></a><a class="docs-heading-anchor-permalink" href="#Related-software" title="Permalink"></a></h2><p>Other packages in the Julia ecosystem that deal with structural bioinformatics or related fields include:</p><ul><li><a href="https://github.com/diegozea/MIToS.jl">MIToS.jl</a> - protein sequence and structure analysis.</li><li><a href="https://github.com/m3g/PDBTools.jl">PDBTools.jl</a> - read and write PDB files.</li><li><a href="https://github.com/christophfeinauer/PdbTool.jl">PdbTool.jl</a> - read and work with PDB files.</li><li><a href="https://github.com/chemfiles/Chemfiles.jl">Chemfiles.jl</a> - read and write various chemistry trajectory files.</li><li><a href="https://github.com/jgreener64/Bio3DView.jl">Bio3DView.jl</a> - view molecular structures (see <a href="#Visualising-structures">Visualising structures</a>).</li><li><a href="https://github.com/BioJulia/BioMakie.jl">BioMakie.jl</a> - view molecular structures and sequence alignments.</li><li><a href="https://github.com/MurrellGroup/ProtPlot.jl">ProtPlot.jl</a> - view protein ribbons with Makie.jl.</li><li><a href="https://github.com/m3g/ProteinSecondaryStructures.jl">ProteinSecondaryStructures.jl</a> - parses DSSP and STRIDE outputs.</li><li><a href="https://github.com/BioJulia/MMTF.jl">MMTF.jl</a> - read and write MMTF files. BioStructures.jl builds on top of MMTF.jl.</li><li><a href="https://github.com/jgreener64/ProteinEnsembles.jl">ProteinEnsembles.jl</a> - model ensembles of protein structures.</li><li><a href="https://github.com/jgreener64/Molly.jl">Molly.jl</a> - molecular dynamics in Julia.</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Monday 29 December 2025 04:45">Monday 29 December 2025</span>. Using Julia version 1.12.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
3505+
AtomRecord N with serial 2, coordinates [25.02, 38.731, 48.032]</code></pre><p>Such files often lead to silent errors, however, so we recommend that users follow the appropriate format guidelines. Alternatively, other tools such as <a href="https://github.com/m3g/PDBTools.jl">PDBTools.jl</a> are more permissive in what they accept. The mmCIF format is able to store arbitrary data systematically if required.</p><h2 id="Related-software"><a class="docs-heading-anchor" href="#Related-software">Related software</a><a id="Related-software-1"></a><a class="docs-heading-anchor-permalink" href="#Related-software" title="Permalink"></a></h2><p>Other packages in the Julia ecosystem that deal with structural bioinformatics or related fields include:</p><ul><li><a href="https://github.com/diegozea/MIToS.jl">MIToS.jl</a> - protein sequence and structure analysis.</li><li><a href="https://github.com/m3g/PDBTools.jl">PDBTools.jl</a> - read and write PDB files.</li><li><a href="https://github.com/christophfeinauer/PdbTool.jl">PdbTool.jl</a> - read and work with PDB files.</li><li><a href="https://github.com/chemfiles/Chemfiles.jl">Chemfiles.jl</a> - read and write various chemistry trajectory files.</li><li><a href="https://github.com/jgreener64/Bio3DView.jl">Bio3DView.jl</a> - view molecular structures (see <a href="#Visualising-structures">Visualising structures</a>).</li><li><a href="https://github.com/BioJulia/BioMakie.jl">BioMakie.jl</a> - view molecular structures and sequence alignments.</li><li><a href="https://github.com/MurrellGroup/ProtPlot.jl">ProtPlot.jl</a> - view protein ribbons with Makie.jl.</li><li><a href="https://github.com/m3g/ProteinSecondaryStructures.jl">ProteinSecondaryStructures.jl</a> - parses DSSP and STRIDE outputs.</li><li><a href="https://github.com/BioJulia/MMTF.jl">MMTF.jl</a> - read and write MMTF files. BioStructures.jl builds on top of MMTF.jl.</li><li><a href="https://github.com/jgreener64/ProteinEnsembles.jl">ProteinEnsembles.jl</a> - model ensembles of protein structures.</li><li><a href="https://github.com/jgreener64/Molly.jl">Molly.jl</a> - molecular dynamics in Julia.</li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../examples/">Examples »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Monday 5 January 2026 04:54">Monday 5 January 2026</span>. Using Julia version 1.12.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
fp = download(&quot;https://alphafold.ebi.ac.uk/files/AF-P24941-F1-model_v4.pdb&quot;)
7878
struc = read(fp, PDBFormat; run_dssp=true)
7979
sscodes = sscode.(collectresidues(struc))
80-
println(join(sscodes))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../documentation/">« Documentation</a><a class="docs-footer-nextpage" href="../api/">API »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Monday 29 December 2025 04:45">Monday 29 December 2025</span>. Using Julia version 1.12.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
80+
println(join(sscodes))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../documentation/">« Documentation</a><a class="docs-footer-nextpage" href="../api/">API »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.16.1 on <span class="colophon-date" title="Monday 5 January 2026 04:54">Monday 5 January 2026</span>. Using Julia version 1.12.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)