Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@carueda
Created May 3, 2020 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carueda/0b4ede3e0152d3d670b0a0f2fc7098ce to your computer and use it in GitHub Desktop.
Save carueda/0b4ede3e0152d3d670b0a0f2fc7098ce to your computer and use it in GitHub Desktop.
$ cargo install ecoz2
Updating crates.io index
Downloaded ecoz2 v0.3.0
Downloaded 1 crate (108.4 KB) in 0.37s
Installing ecoz2 v0.3.0
Downloaded cc v1.0.52
Downloaded structopt v0.3.14
Downloaded paw-attributes v1.0.2
Downloaded serde v1.0.106
Downloaded ryu v1.0.4
Downloaded libc v0.2.69
Downloaded atty v0.2.14
Downloaded bitflags v1.2.1
Downloaded serde_derive v1.0.106
Downloaded unicode-width v0.1.7
Downloaded quote v1.0.4
Downloaded structopt-derive v0.4.7
Downloaded proc-macro2 v1.0.12
Downloaded proc-macro-error v1.0.2
Downloaded syn v1.0.18
Downloaded unicode-segmentation v1.6.0
Downloaded proc-macro-error-attr v1.0.2
Downloaded version_check v0.9.1
Downloaded syn-mid v0.5.0
Compiling proc-macro2 v1.0.12
Compiling unicode-xid v0.2.0
Compiling syn v1.0.18
Compiling version_check v0.9.1
Compiling byteorder v1.3.4
Compiling libc v0.2.69
Compiling serde v1.0.106
Compiling memchr v2.3.3
Compiling cc v1.0.52
Compiling bitflags v1.2.1
Compiling unicode-segmentation v1.6.0
Compiling unicode-width v0.1.7
Compiling lazy_static v1.4.0
Compiling ryu v1.0.4
Compiling vec_map v0.8.1
Compiling ansi_term v0.11.0
Compiling strsim v0.8.0
Compiling either v1.5.3
Compiling same-file v1.0.6
Compiling itoa v0.4.5
Compiling paw-raw v1.0.0
Compiling half v1.5.0
Compiling hound v3.4.0
Compiling proc-macro-error-attr v1.0.2
Compiling proc-macro-error v1.0.2
Compiling heck v0.3.1
Compiling textwrap v0.11.0
Compiling itertools v0.9.0
Compiling walkdir v2.3.1
Compiling openmp-sys v0.1.7
Compiling ecoz2 v0.3.0
Compiling regex-automata v0.1.9
Compiling quote v1.0.4
Compiling atty v0.2.14
Compiling num_cpus v1.13.0
Compiling csv-core v0.1.10
Compiling clap v2.33.0
Compiling syn-mid v0.5.0
Compiling serde_derive v1.0.106
Compiling paw-attributes v1.0.2
Compiling paw v1.0.0
Compiling structopt-derive v0.4.7
Compiling structopt v0.3.14
Compiling bstr v0.2.12
Compiling serde_cbor v0.10.2
Compiling csv v1.1.3
Finished release [optimized] target(s) in 1m 59s
Installing /home/carueda/.cargo/bin/ecoz2
Installed package `ecoz2 v0.3.0` (executable `ecoz2`)
$ ecoz2 help
ecoz2 0.3.0
ECOZ2 System
USAGE:
ecoz2 <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
csv-show Basic csv selection info
cversion Show version of C code
help Prints this message or the help of the given subcommand(s)
hmm HMM operations
lpc Linear prediction coding
prd Predictor file operations
seq Sequence file operations
sgn Signal operations
vq VQ operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment