Skip to content

Commit

Permalink
Merge pull request #10 from eric9n/main
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
eric9n authored Jan 11, 2024
2 parents 3730e4a + 9e596a1 commit 549a7e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
$ ./ncbi -h
ncbi download resource
Usage: ncbi [OPTIONS]
Usage: ncbi [OPTIONS] <SITE>
Options:
-l, --list 列出 NCBI 站点上的种类列表信息,实时拉取
-d, --database <DATABASE> 构建数据库的目录 [default: lib]
-g, --group <GROUP> 从 NCBI 站点上下载某个种类的数据信息,必须是列表中所列名称,archaea,bacteria,fungi...
-m, --md5 仅检查文件的 md5
-t, --threads <THREADS> 下载时的并行大小 [default: 8]
-h, --help Print help (see more with '--help')
-V, --version Print version
Arguments:
<SITE> [possible values: genbank, refseq]
Options:
-d, --database <DATABASE> 构建数据库的目录 [default: lib]
-t, --taxonomy 下载 taxonomy 文件
-g, --group <GROUP> 从 NCBI 站点上下载某个种类的数据信息,必须是列表中所列名称,archaea,bacteria,fungi...
-m, --md5 仅检查文件的 md5
-n, --num-threads <NUM_THREADS> 下载时的并行大小 [default: 8]
-h, --help Print help (see more with '--help')
-V, --version Print version
```

2 changes: 1 addition & 1 deletion ncbi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ncbi"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

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

0 comments on commit 549a7e1

Please sign in to comment.