Skip to content

Commit 5d5980f

Browse files
author
Felix Van der Jeugt
committed
release version 1.0.0
1 parent 3057aa8 commit 5d5980f

File tree

8 files changed

+452
-2782
lines changed

8 files changed

+452
-2782
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "frag_gene_scan_rs"
3-
version = "0.4.0"
3+
version = "1.0.0"
44
authors = ["Felix Van der Jeugt <[email protected]>"]
55
edition = "2018"
6+
license = "GPL-3.0-or-later"
7+
description = "Rust implementation of the gene prediction model for short and error-prone reads"
8+
repository = "https://github.com/unipept/FragGeneScanRs"
9+
readme = "README.md"
10+
keywords = ["dna", "protein", "gene"]
11+
categories = ["command-line-utilities", "science"]
612

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

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ and extract it somewhere in your path.
1212
### From source
1313

1414
FragGeneScanRs is written in Rust, so first head over to their
15-
[installation instructions][Rust]. Afterwards, clone this repository or
16-
download the source code of the [latest release][release]. In this
17-
directory, run `cargo install --path .` to install. The installation
18-
progress may prompt you to add a directory to your path so you can
19-
easily execute it.
20-
15+
[installation instructions][Rust]. Afterwards, you can install the crate
16+
from [crates.io][crate] with `cargo install frag_gene_scan_rs`, or you
17+
can install from here. Clone this repository or download the source code
18+
of the [latest release][release]. In this directory, run `cargo install
19+
--path .` to install. The installation progress may prompt you to add a
20+
directory to your path so you can easily execute it.
21+
22+
[crate]: https://crates.io/crates/frag_gene_scan_rs
2123
[Rust]: https://www.rust-lang.org/tools/install
2224

2325
## Usage

meta/absolute-wrapped.png

-668 Bytes
Loading

0 commit comments

Comments
 (0)