You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@ It's a command-like program to view DNA or protein alignments in FASTA formats.
14
14
15
15
### How to install and run.
16
16
Alen _should_ work on most Unix systems, and Windows 10. If someone asks me to, I might add Windows 7 and 8 support.
17
-
You can get it by downloading it from here and compiling it using Cargo. If people ask me to, I might upload precompiled binaries.
17
+
18
+
The easiest way to get it is to download the latest release from the [releases page](https://github.com/jakobnissen/alen/releases) (binaries are not yet available for Windows).
19
+
20
+
Alternatively, you can download the source code from this repo and compile it yourself using `cargo build --release`.
18
21
19
22
### How to use
20
23
Simple usage:
@@ -26,7 +29,7 @@ Note that Alen loads in the entire alignment into memory, so don't use it for mu
26
29
27
30
__Commands__
28
31
29
-
*`Esc / q / Control-C`: Quit
32
+
*`Esc / q / Ctrl-C`: Quit
30
33
*`c`: Toggle consensus sequence comparison
31
34
*`r`: Re-render the screen.
32
35
*`Ctrl-f`: Search. Searches headers, then sequences for regex, case insensitively.
0 commit comments