From dc1e0867d7232c341d4b25f80da4a32145fc0393 Mon Sep 17 00:00:00 2001 From: dagou Date: Wed, 11 Sep 2024 22:07:27 +0800 Subject: [PATCH] readme --- .github/workflows/rust.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7fd850f..ad9d73d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,7 +9,7 @@ on: # On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. env: CARGO_TERM_COLOR: always - BINARIES_LIST: 'ncbi kun_peng' + BINARIES_LIST: 'ncbi_dl kun_peng' PROJECT_PREFIX: 'Kun-peng-' jobs: diff --git a/README.md b/README.md index 572b747..ca38458 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kun-peng Kun-peng Logo -[![](https://img.shields.io/badge/doi-waiting-yellow.svg)]() [![](https://img.shields.io/badge/release%20version-0.6.10-green.svg)](https://github.com/eric9n/Kun-peng/releases) +[![](https://img.shields.io/badge/doi-waiting-yellow.svg)]() [![](https://img.shields.io/badge/release%20version-0.6.11-green.svg)](https://github.com/eric9n/Kun-peng/releases) We developed Kun-peng, an accurate and highly scalable low-memory tool for classifying metagenomic sequences. @@ -20,10 +20,10 @@ Follow these steps to install Kun-peng and run the examples. If you prefer not to build from source, you can download the pre-built binaries for your platform from the GitHub [releases page](https://github.com/eric9n/Kun-peng/releases). ```bash -mkdir kun_peng_v0.6.10 -tar -xvf Kun-peng-v0.6.10-centos7.tar.gz -C kun_peng_v0.6.10 +mkdir kun_peng_v0.6.11 +tar -xvf Kun-peng-v0.6.11-centos7.tar.gz -C kun_peng_v0.6.11 # Add environment variable -echo 'export PATH=$PATH:~/biosoft/kun_peng_v0.6.10' >> ~/.bashrc +echo 'export PATH=$PATH:~/biosoft/kun_peng_v0.6.11' >> ~/.bashrc source ~/.bashrc ```