Skip to content

Commit

Permalink
version 0.4 Doduo
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Sep 28, 2018
1 parent b40e7da commit 260c7b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yacrd"
version = "0.3.0"
version = "0.4.0"
authors = ["Pierre Marijon <[email protected]>"]

exclude = ["image/*", "validation/*", "tests/*"]
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ conda install yacrd
```
git clone https://github.com/natir/yacrd.git
cd yacrd
git checkout v0.3
git checkout v0.4
cargo build
cargo test
Expand All @@ -71,7 +71,7 @@ cargo install
2)

```
yacrd 0.3 Ninetales
yacrd 0.3 Doduo
Pierre Marijon <[email protected]>
Yet Another Chimeric Read Detector
Expand Down
1 change: 0 additions & 1 deletion rustfmt.toml

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use std::collections::HashMap;

fn main() {
let matches = App::new("yacrd")
.version("0.4 Mew")
.version("0.4 Doduo")
.author("Pierre Marijon <[email protected]>")
.about("Yet Another Chimeric Read Detector")
.usage("yacrd [-i|--input] <input1, input2, …> [-o|--output] <output> [-f|--filter] <file1, file2, …>
Expand Down
4 changes: 2 additions & 2 deletions tests/not_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOFTWARE.

use std::process::Command;

static HELP_MESSAGE: &'static str = "yacrd 0.4 Mew
static HELP_MESSAGE: &'static str = "yacrd 0.4 Doduo
Pierre Marijon <[email protected]>
Yet Another Chimeric Read Detector
Expand Down Expand Up @@ -90,7 +90,7 @@ mod not_run {
.output()
.expect("Could not run yacrd");

assert_eq!(output.stdout, b"yacrd 0.4 Mew\n");
assert_eq!(output.stdout, b"yacrd 0.4 Doduo\n");
println!("{:?}", output);
}

Expand Down

0 comments on commit 260c7b0

Please sign in to comment.