Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump for 1.9.2? #11

Closed
doliv071 opened this issue Nov 18, 2024 · 1 comment
Closed

version bump for 1.9.2? #11

doliv071 opened this issue Nov 18, 2024 · 1 comment

Comments

@doliv071
Copy link

doliv071 commented Nov 18, 2024

I just installed the latest release v1.9.2 cargo install [email protected] but when I check the version I get v1.9.1. Actually running the program indicates that it is actually v1.9.2, so it does seem it is just a dangling version number somewhere:

$ bed2gtf --version
bed2gtf: command not found
$ cargo install [email protected]
    Updating crates.io index
  Installing bed2gtf v1.9.2
    Updating crates.io index
     Locking 89 packages to latest compatible versions
      Adding hermit-abi v0.3.9 (latest: v0.4.0)
      Adding simple_logger v4.3.3 (latest: v5.0.0)
      Adding thiserror v1.0.69 (latest: v2.0.3)
      Adding thiserror-impl v1.0.69 (latest: v2.0.3)
      Adding windows-core v0.52.0 (latest: v0.58.0)
      Adding windows-sys v0.48.0 (latest: v0.59.0)
      Adding windows-targets v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
   Compiling proc-macro2 v1.0.89
   Compiling unicode-ident v1.0.13
   Compiling crossbeam-utils v0.8.20
   Compiling libc v0.2.164
   Compiling autocfg v1.4.0
   Compiling utf8parse v0.2.2
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.2
   Compiling num-conv v0.1.0
   Compiling colorchoice v1.0.3
   Compiling anstyle v1.0.10
   Compiling time-core v0.1.2
   Compiling powerfmt v0.2.0
   Compiling rayon-core v1.12.1
   Compiling lazy_static v1.5.0
   Compiling cfg-if v1.0.0
   Compiling clap_lex v0.7.3
   Compiling itoa v1.0.11
   Compiling thiserror v1.0.69
   Compiling num_threads v0.1.7
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling adler2 v2.0.0
   Compiling anstyle-parse v0.2.6
   Compiling colored v2.1.0
   Compiling crc32fast v1.4.2
   Compiling iana-time-zone v0.1.61
   Compiling log v0.4.22
   Compiling either v1.13.0
   Compiling indoc v2.0.5
   Compiling natord v1.0.9
   Compiling time-macros v0.2.18
   Compiling miniz_oxide v0.8.0
   Compiling deranged v0.3.11
   Compiling anstream v0.6.18
   Compiling num-traits v0.2.19
   Compiling clap_builder v4.5.21
   Compiling flate2 v1.0.35
   Compiling crossbeam-epoch v0.9.18
   Compiling quote v1.0.37
   Compiling syn v2.0.87
   Compiling crossbeam-deque v0.8.5
   Compiling num_cpus v1.16.0
   Compiling time v0.3.36
   Compiling chrono v0.4.38
   Compiling rayon v1.10.0
   Compiling simple_logger v4.3.3
   Compiling clap_derive v4.5.18
   Compiling thiserror-impl v1.0.69
   Compiling clap v4.5.21
   Compiling bed2gtf v1.9.2
    Finished `release` profile [optimized] target(s) in 21.17s
  Installing /home/oliverd/.cargo/bin/bed2gtf
   Installed package `bed2gtf v1.9.2` (executable `bed2gtf`)
$ bed2gtf --version
bed2gtf 1.9.1
$ bed2gtf --bed experiment.union.bed --no-gene --output experiment.union.gtf

##### BED2GTF #####
A fast BED-to-GTF converter written in Rust.
Repository: https://github.com/alejandrogzi/bed2gtf
Feel free to contact the developer if any issue/bug is found.
Version: 1.9.2


@alejandrogzi
Copy link
Owner

alejandrogzi commented Nov 20, 2024

Hey @doliv071

Thank you for reporting this. I fixed this + added minor things to the tool. New version should be ready to use in a couple of seconds.

Best,
Alejandro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants