-
Notifications
You must be signed in to change notification settings - Fork 5
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
11fa023
commit 52142aa
Showing
3 changed files
with
13 additions
and
3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -495,10 +495,10 @@ fn draw_sequences<T: Write>(io: &mut T, view: &View) { | |
} | ||
|
||
fn main() { | ||
let args = clap::App::new("alen") | ||
let args = clap::App::new("Alen") | ||
.version("0.1") | ||
.author("Jakob Nybo Nissen <[email protected]>") | ||
.about("Simple alignment viewer") | ||
.about("Simple terminal alignment viewer") | ||
.arg(clap::Arg::with_name("alignment") | ||
.help("Input alignment in FASTA format (- for stdin)") | ||
.takes_value(true) | ||
|