Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Van der Jeugt committed Aug 25, 2021
1 parent 3057aa8 commit 5d5980f
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 2,782 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[package]
name = "frag_gene_scan_rs"
version = "0.4.0"
version = "1.0.0"
authors = ["Felix Van der Jeugt <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "Rust implementation of the gene prediction model for short and error-prone reads"
repository = "https://github.com/unipept/FragGeneScanRs"
readme = "README.md"
keywords = ["dna", "protein", "gene"]
categories = ["command-line-utilities", "science"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ and extract it somewhere in your path.
### From source

FragGeneScanRs is written in Rust, so first head over to their
[installation instructions][Rust]. Afterwards, clone this repository or
download the source code of the [latest release][release]. In this
directory, run `cargo install --path .` to install. The installation
progress may prompt you to add a directory to your path so you can
easily execute it.

[installation instructions][Rust]. Afterwards, you can install the crate
from [crates.io][crate] with `cargo install frag_gene_scan_rs`, or you
can install from here. Clone this repository or download the source code
of the [latest release][release]. In this directory, run `cargo install
--path .` to install. The installation progress may prompt you to add a
directory to your path so you can easily execute it.

[crate]: https://crates.io/crates/frag_gene_scan_rs
[Rust]: https://www.rust-lang.org/tools/install

## Usage
Expand Down
Binary file modified meta/absolute-wrapped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5d5980f

Please sign in to comment.