Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Mar 21, 2022
2 parents f68b838 + 12e9c29 commit 6775198
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ categories = ["command-line-utilities", "science"]

[dependencies]
# for release
libradicl = "0.4.4"
# libradicl = "0.4.4"
# for local development
# libradicl = { path = "libradicl", version = "0.4.4" }
libradicl = { path = "libradicl", version = "0.4.4" }
arrayvec = "0.7.2"
ahash = "0.7.6"
bincode = "1.3.3"
Expand Down
12 changes: 6 additions & 6 deletions libradicl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*/

// scroll now, explore nom later
extern crate needletail;
extern crate num;
extern crate quickersort;
extern crate rust_htslib;
extern crate sce;
extern crate scroll;






use crate as libradicl;

use self::libradicl::rad_types::{CorrectedCbChunk, RadIntId, ReadRecord};
Expand Down
4 changes: 2 additions & 2 deletions libradicl/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/

extern crate bio_types;
extern crate quickersort;
use bio_types;


#[allow(unused_imports)]
use bio_types::strand::Strand;
Expand Down
8 changes: 0 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
*/


use chrono;


use num_cpus;
use rand;
use slog;
use slog_term;

use bio_types::strand::Strand;
use clap::{arg, crate_authors, crate_version, Command};
use csv::Error as CSVError;
Expand Down

0 comments on commit 6775198

Please sign in to comment.