This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6541cd
commit cb6e70d
Showing
7 changed files
with
152 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=PySimpleCV | ||
GenericName=Calculate and plot Cyclic voltammogram and battery cycling | ||
Comment=Calculate and plot Cyclic voltammogram and battery cycling | ||
Exec=PySimpleCV.py %F | ||
Icon=com.github.kevinsmia1939.PySimpleCV | ||
Terminal=false | ||
Type=Application | ||
Categories=Science;Chemistry; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>com.github.kevinsmia1939.PySimpleCV</id> | ||
<launchable type="desktop-id">com.github.kevinsmia1939.PySimpleCV.desktop</launchable> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0-only</project_license> | ||
<name>PySimpleCV</name> | ||
<summary>Calculate and plot Cyclic voltammogram and battery cycling</summary> | ||
<description> | ||
<p> | ||
PyMOL is one of a few open-source visualization tools available | ||
for use in structural biology. The Py portion of the software's | ||
name refers to the fact that it extends, and is extensible by the | ||
Python programming language. | ||
</p> | ||
<p> | ||
PyMOL has the ability to load, manipulate and visualize molecules | ||
from a variety of formats and sources. The program can easily be | ||
controlled using a menu-driven GUI, or from a large number of | ||
commands and/or scripts. A built-in raytracer is available to | ||
generate high-quality images of the views generated in the GL | ||
portion of the GUI. | ||
</p> | ||
<p> | ||
PyMOL uses OpenGL Extension Wrangler Library (GLEW) and Freeglut, | ||
and can solve Poisson–Boltzmann equations using the Adaptive | ||
Poisson Boltzmann Solver (apbs). | ||
</p> | ||
<p> | ||
Install this application to view, analyze, and prepare graphics | ||
images of proteins and experimental strucural data | ||
(e.g. crystallographic, NMR and electron microscopy based). | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://upload.wikimedia.org/wikipedia/commons/3/36/PyMOL_large.png</image> | ||
<caption>Main PyMOL instance with viewer and object window</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://www.pymolwiki.org/images/e/ee/Pocket.png</image> | ||
<caption>Representation of a binding pocket in a protein</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://www.pymolwiki.org/images/1/18/Cool.png</image> | ||
<caption>A stylized rendering of a protein</caption> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://www.pymol.org/</url> | ||
<url type="help">https://pymol.org/2/support.html?</url> | ||
<url type="bugtracker">https://github.com/schrodinger/pymol-open-source/issues</url> | ||
<content_rating type="oars-1.1"/> | ||
<releases> | ||
<release version="2.5.0." date="2021-05-10"> | ||
</release> | ||
</releases> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes