FASTA
Sublime Text syntax package for FASTA format
Details
Installs
- Total 57
- Win 33
- Mac 20
- Linux 4
Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-fasta-syntax
Let Sublime Text know better of FastA format.
FastA
format is a commonly used text-based format for representing biological sequence data, such as DNA or protein sequences. It consists of a single-line sequence header, which begins with a >
character, followed by one or more lines of sequence data. The header typically contains information about the sequence, such as its name or source organism. FastA format is widely supported by bioinformatics software and databases and is often used for tasks such as sequence alignment and database searching.
🤩Install the package using Package Control
If you haven't installed Package Control, install it first…
- Press
Ctrl+Shift+P
(Windows) orCmd+Shift+P
(OS X) to open the Command Palette - Type
Install Package Control
and press Enter to select it. - Wait for a while for the installation to finish
Then install the FastA package
- Press
Ctrl+Shift+P
(Windows) orCmd+Shift+P
(OS X) to open the Command Palette - Type
Install Package
and selectPackage Control: Install Package
from the palette - Type
fasta
to find this package and click it to install
🦾Manual Installation
Tested on Sublime Text 4
Download the syntax file
Download the fasta.sublime-syntax
and put it in the Sublime Text user folder:
- Windows: %APPDATA%\Sublime Text\Packages\User
- Mac: ~/Library/Application Support/Sublime Text/Packages/User
- Linux: ~/.config/sublime-text/Packages/User
Applying syntax
The application should automatically recognize files in extensions fa
, fasta
, faa
, fna
, ffn
, or fas
.
If the syntax is not applied automatically accidentally, you can specify the syntax by either: - click menu -> View -> Syntax -> FastA - click 'plain text' at the bottom right -> FastA
Note
This is a Syntax
which helps Sublime Text understand the composition of the FastA format, not a Theme
or a Color Scheme
. The color of the keywords is specified according to the Color Scheme
which you can select by menu -> Preferences -> Select Color Scheme...
Samples
A few examples of this syntax working with several built-in color schemes: 1. Monokai 2. Sixteen 3. Mariana 4. Celeste