Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Oct 12, 2018
1 parent 162c2ae commit 6987d04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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 = "fpa_lr"
version = "0.1.1"
version = "0.2.0"
authors = ["Pierre Marijon <pierre.marijon@inria.fr>"]

description = "fpa filter long read mapping information to save disk space"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ conda install fpa
```
git clone https://github.com/natir/fpa.git
cd fpa
git checkout V.0.1.1
git checkout v0.2
cargo build
cargo test
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use clap::{App, Arg, ArgMatches};

/* std use */
use std::rc::Rc;
use std::cell::{RefCell, RefMut};
use std::cell::RefCell;

/* project use */
#[allow(unused_imports)]
Expand All @@ -60,7 +60,7 @@ use modifier::Modifier;
fn main() {

let matches = App::new("fpa")
.version("0.1 Gengar")
.version("0.2 Beedrill")
.author("Pierre Marijon <pierre.marijon@inria.fr>")
.about("fpa take long read mapping information and filter them")
.arg(Arg::with_name("delete_containment")
Expand Down
1 change: 0 additions & 1 deletion src/modifier/renaming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use csv;

/* project use */
use io;
use file;
use modifier;

pub struct Renaming {
Expand Down

0 comments on commit 6987d04

Please sign in to comment.