Skip to content

Commit

Permalink
build based on ef76d43
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 13, 2024
1 parent 8c46aba commit 5b1abe9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-07T11:29:56","documenter_version":"1.4.0"}}
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-13T04:14:38","documenter_version":"1.4.0"}}
2 changes: 1 addition & 1 deletion dev/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
waterselector(at)</code></pre><p>Determines if an <code>AbstractResidue</code> or <code>AbstractAtom</code> represents a water molecule, i.e. whether the residue name is in <code>waterresnames</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L1743-L1749">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.writemmcif-Tuple{AbstractString, MMCIFDict}" href="#BioStructures.writemmcif-Tuple{AbstractString, MMCIFDict}"><code>BioStructures.writemmcif</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">writemmcif(output, element, atom_selectors...; gzip=false)
writemmcif(output, mmcif_dict; gzip=false)</code></pre><p>Write a <code>StructuralElementOrList</code> or a <code>MMCIFDict</code> to a mmCIF format file or output stream.</p><p>Atom selector functions can be given as additional arguments - only atoms that return <code>true</code> from all the functions are retained. The keyword argument <code>expand_disordered</code> (default <code>true</code>) determines whether to return all copies of disordered residues and atoms. The keyword argument <code>gzip</code> (default <code>false</code>) determines if the output is gzipped.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/mmcif.jl#L390-L402">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.writemultimmcif-Tuple{AbstractString, Dict{String, MMCIFDict}}" href="#BioStructures.writemultimmcif-Tuple{AbstractString, Dict{String, MMCIFDict}}"><code>BioStructures.writemultimmcif</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">writemultimmcif(filepath, cifs; gzip=false)
writemultimmcif(io, cifs; gzip=false)</code></pre><p>Write multiple <code>MMCIFDict</code>s as a <code>Dict{String, MMCIFDict}</code> to a filepath or stream. The keyword argument <code>gzip</code> (default <code>false</code>) determines if the output is gzipped.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/mmcif.jl#L618-L624">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.writepdb-Tuple{AbstractString, StructuralElementOrList, Vararg{Function}}" href="#BioStructures.writepdb-Tuple{AbstractString, StructuralElementOrList, Vararg{Function}}"><code>BioStructures.writepdb</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">writepdb(output, element, atom_selectors...)</code></pre><p>Write a <code>StructuralElementOrList</code> to a Protein Data Bank (PDB) format file or output stream.</p><p>Only ATOM, HETATM, MODEL and ENDMDL records are written - there is no header and there are no TER records. Atom selector functions can be given as additional arguments - only atoms that return <code>true</code> from all the functions are retained. The keyword argument <code>expand_disordered</code> (default <code>true</code>) determines whether to return all copies of disordered residues and atoms.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/pdb.jl#L795-L807">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.x!-Tuple{Atom, Real}" href="#BioStructures.x!-Tuple{Atom, Real}"><code>BioStructures.x!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">x!(at, val)</code></pre><p>Set the x coordinate of an <code>AbstractAtom</code> to <code>val</code>.</p><p>For <code>DisorderedAtom</code>s only the default atom is updated.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L428-L434">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.x-Tuple{Atom}" href="#BioStructures.x-Tuple{Atom}"><code>BioStructures.x</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">x(at)</code></pre><p>Get the x coordinate of an <code>AbstractAtom</code> as a <code>Float64</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L420-L424">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.y!-Tuple{Atom, Real}" href="#BioStructures.y!-Tuple{Atom, Real}"><code>BioStructures.y!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">y!(at, val)</code></pre><p>Set the y coordinate of an <code>AbstractAtom</code> to <code>val</code>.</p><p>For <code>DisorderedAtom</code>s only the default atom is updated.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L446-L452">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.y-Tuple{Atom}" href="#BioStructures.y-Tuple{Atom}"><code>BioStructures.y</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">y(at)</code></pre><p>Get the y coordinate of an <code>AbstractAtom</code> as a <code>Float64</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L438-L442">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.z!-Tuple{Atom, Real}" href="#BioStructures.z!-Tuple{Atom, Real}"><code>BioStructures.z!</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">z!(at, val)</code></pre><p>Set the z coordinate of an <code>AbstractAtom</code> to <code>val</code>.</p><p>For <code>DisorderedAtom</code>s only the default atom is updated.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L464-L470">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="BioStructures.z-Tuple{Atom}" href="#BioStructures.z-Tuple{Atom}"><code>BioStructures.z</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">z(at)</code></pre><p>Get the z coordinate of an <code>AbstractAtom</code> as a <code>Float64</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/model.jl#L456-L460">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="MMTF.writemmtf-Tuple{Union{AbstractString, IO}, MMTFDict}" href="#MMTF.writemmtf-Tuple{Union{AbstractString, IO}, MMTFDict}"><code>MMTF.writemmtf</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">writemmtf(output, element, atom_selectors...; gzip=false)
writemmtf(output, mmtf_dict; gzip=false)</code></pre><p>Write a <code>StructuralElementOrList</code> or a <code>MMTFDict</code> to a MMTF file or output stream.</p><p>Atom selector functions can be given as additional arguments - only atoms that return <code>true</code> from all the functions are retained. The keyword argument <code>expand_disordered</code> (default <code>true</code>) determines whether to return all copies of disordered residues and atoms. The keyword argument <code>gzip</code> (default <code>false</code>) determines if the file should be gzipped.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/mmtf.jl#L219-L232">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" 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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Tuesday 7 May 2024 11:29">Tuesday 7 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
writemmtf(output, mmtf_dict; gzip=false)</code></pre><p>Write a <code>StructuralElementOrList</code> or a <code>MMTFDict</code> to a MMTF file or output stream.</p><p>Atom selector functions can be given as additional arguments - only atoms that return <code>true</code> from all the functions are retained. The keyword argument <code>expand_disordered</code> (default <code>true</code>) determines whether to return all copies of disordered residues and atoms. The keyword argument <code>gzip</code> (default <code>false</code>) determines if the file should be gzipped.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/BioJulia/BioStructures.jl/blob/ef76d43cbfa785b26220ec299f77a37218463f85/src/mmtf.jl#L219-L232">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" 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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Monday 13 May 2024 04:14">Monday 13 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3424,4 +3424,4 @@
var viewer = $3Dmol.viewers['3dmol_viewer_2'];
viewer.render();
});
</script><p>See the <a href="http://nbviewer.jupyter.org/github/jgreener64/Bio3DView.jl/blob/master/examples/tutorial.ipynb">Bio3DView.jl tutorial</a> for more information. <a href="https://github.com/BioJulia/BioMakie.jl">BioMakie.jl</a> can also be used to visualise BioStructures objects.</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/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 of biomolecules.</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Tuesday 7 May 2024 11:29">Tuesday 7 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</script><p>See the <a href="http://nbviewer.jupyter.org/github/jgreener64/Bio3DView.jl/blob/master/examples/tutorial.ipynb">Bio3DView.jl tutorial</a> for more information. <a href="https://github.com/BioJulia/BioMakie.jl">BioMakie.jl</a> can also be used to visualise BioStructures objects.</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/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 of biomolecules.</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.0 on <span class="colophon-date" title="Monday 13 May 2024 04:14">Monday 13 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 5b1abe9

Please sign in to comment.