Skip to content

Commit 7192440

Browse files
committed
[Docs] readme emojis shortcode->emoji
1 parent 35231a0 commit 7192440

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VSCoding-Sequence :dna: :test_tube::microscope:
1+
# VSCoding-Sequence 🧬 🧪 🔬
22

33
<img src="img/logo.png" alt="drawing" width="200"/>
44

@@ -14,22 +14,22 @@
1414
VSCoding Sequence allows for visualisation of protein structures and molecular data in the editor, courtesy of the fantastic [Mol*](https://molstar.org/)
1515

1616

17-
:books: [Viewer Docs](https://molstar.org/viewer-docs/) | [Mol* Docs](https://molstar.org/docs/)
17+
📚 [Viewer Docs](https://molstar.org/viewer-docs/) | [Mol* Docs](https://molstar.org/docs/)
1818

19-
## :package: Features
20-
### :inbox_tray: Loading a Protein Structure from the [PDB](https://www.rcsb.org/)
19+
## 📦 Features
20+
### 📥 Loading a Protein Structure from the [PDB](https://www.rcsb.org/)
2121

2222
![Usage gif](img/usage.gif)
2323

2424
Open the command palette (`⌘ + ⇧ + p`) and simply call the `Start Protein Viewer` command, enter a [PDB accession code](https://www.rcsb.org/) & away you go!
2525

26-
### :spiral_calendar: Loading Local File(s)
26+
### 🗓️ Loading Local File(s)
2727

2828
![Local file usage gif](img/local_file.gif)
2929

3030
Right-click on the file or selection of files in the file editor and select `Launch Protein Viewer from File(s)`
3131

32-
**:white_check_mark: Supported Formats**
32+
** Supported Formats**
3333

3434
* `.pdb`
3535
* `.pdbqt`
@@ -41,14 +41,14 @@ Right-click on the file or selection of files in the file editor and select `Lau
4141
* `.mol2`
4242
* `.sdf`
4343

44-
### :open_file_folder: Loading a Local Folder
44+
### 📂 Loading a Local Folder
4545
![Local folder usage gif](img/local_folder.gif)
4646

4747
Right-click on the folder in the file explorer and select `Launch Protein Viewer from Folder`
4848

49-
## :gear: Usage
49+
## ⚙️ Usage
5050
*The below is taken from the [Mol\* viewer docs](https://molstar.org/viewer-docs/) which is based on the [RCSB PDB mol* documentation](https://www.rcsb.org/3d-view/molstar/help/getting-started) thanks to the generosity of [RCSB PDB](https://www.rcsb.org/) and Dr. Shuchismita Dutta.*
51-
### :earth_americas: Interface
51+
### 🌎 Interface
5252
![Viewer Layout](https://molstar.org/viewer-docs/img/generalinterface3.png)
5353

5454
**3D Canvas**: This is the space where a PDB structure is displayed for manipulation in three dimensions (3D). It is located on the left side of the screen.
@@ -79,7 +79,7 @@ Right-click on the folder in the file explorer and select `Launch Protein Viewer
7979

8080
**Log Panel**: This panel shows various logs containing information about actions taken while viewing the structure. This is located at the bottom of the screen below the 3D Canvas.
8181

82-
### :mouse: Mouse Controls
82+
### 🐭 Mouse Controls
8383
All the interactions with the molecule(s) uploaded in Mol* require using mouse controls (in the 3D canvas). These controls allow the user to manipulate the view of structures via a variety of functions such as rotating, translating, zooming, and clipping the structures. When not specified, a “click” refers to pressing the left mouse button or tapping a single finger on a touchscreen. If an action is available for the right mouse button, it can also be completed by using the Control button + left mouse button. The general mouse controls are listed below:
8484

8585
* **Rotate**: click the left mouse button and move. Alternatively, use the Shift button + left mouse button and drag to rotate the canvas.
@@ -95,20 +95,20 @@ As you interact with the structure using the mouse, Mol* contains two modes for
9595
* **Default Mode**: A click on a residue (or any object in 3D) will focus on it. The focused residue and its surroundings (residues and ligands) will be displayed in a ball & stick representation. All local non-covalent interactions will be shown. To hide the surroundings, click on the target residue again.
9696
* **[Selection Mode](https://molstar.org/viewer-docs/making-selections/#selection-mode)**: A click on a residue (or any object in 3D) will select it. What exactly will be selected depends on the value of the [Picking Level](https://molstar.org/viewer-docs/making-selections/#picking-level). Selected parts of the structure will appear with a bright green tint in the 3D canvas and in the [Sequence Panel](https://molstar.org/viewer-docs/navigating-by-sequence/#sequence-panel). When selecting polymers with the Picking Level set to “residue,” holding the Shift key while clicking will extend the selection along the polymer from the last clicked residue on. Clicking on any point in the 3D canvas that has no atom will clear the selection.
9797

98-
## :magnet: Installation
98+
## 🧲 Installation
9999
* The extension can be downloaded/installed from the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=ArianJamasb.protein-viewer)
100100

101101
* Altenatively, enter `⌘ + ⇧ + x` in VSCode and search for `Protein Viewer`
102102

103103

104-
## :mailbox_with_mail: Community
104+
## 📬 Community
105105
### Support
106106
Need help? Please [open an issue](https://github.com/a-r-j/vscoding-sequence/issues/new/choose) for support.
107107

108108
### Discussion
109109
Find me on twitter: [@arian_jamasb](https://twitter.com/arian_jamasb) or drop me an email: [[email protected]](mailto:[email protected])
110110

111-
## :tornado: Change log
111+
## 🌪️ Change log
112112

113113
### 0.0.5
114114
* Adds ability to launch a viewer from a selection of multiple supported files.
@@ -143,7 +143,7 @@ Adds support for molecules:
143143

144144
Initial release!
145145

146-
## :books: Reference
146+
## 📚 Reference
147147

148148
If this extension proves useful, you should cite the developers of Mol*
149149

0 commit comments

Comments
 (0)