File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " panacus"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44edition = " 2018"
55rust-version = " 1.60"
66
Original file line number Diff line number Diff line change @@ -54,29 +54,29 @@ mamba install -c conda-forge -c bioconda panacus
5454### From binary release
5555#### Linux x86\_ 64
5656``` shell
57- wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.1 /panacus-0.5.1_x86_64 -unknown-linux-musl.tar.gz
58- tar -xzvf panacus-0.5.1_x86_64 -unknown-linux-musl.tar.gz
57+ wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.2 /panacus-0.5.2_x86_64 -unknown-linux-musl.tar.gz
58+ tar -xzvf panacus-0.5.2_x86_64 -unknown-linux-musl.tar.gz
5959
6060# install the Python libraries necessary for panacus-visualize
6161pip install --user matplotlib numpy pandas scikit-learn scipy seaborn
6262
6363# suggestion: add tool to path in your ~/.bashrc
64- export PATH=" $( readlink -f panacus-0.5.1_x86_64 -unknown-linux-musl/bin) " :$PATH
64+ export PATH=" $( readlink -f panacus-0.5.2_x86_64 -unknown-linux-musl/bin) " :$PATH
6565
6666# you are ready to go!
6767panacus --help
6868```
6969
7070#### Mac OSX arm64
7171``` shell
72- wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.1 /panacus-0.5.1_aarch64 -apple-darwin.tar.gz
73- tar -xzvf panacus-0.5.1_aarch64 -apple-darwin.tar.gz
72+ wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.2 /panacus-0.5.2_aarch64 -apple-darwin.tar.gz
73+ tar -xzvf panacus-0.5.2_aarch64 -apple-darwin.tar.gz
7474
7575# install the Python libraries necessary for panacus-visualize
7676pip install --user matplotlib numpy pandas scikit-learn scipy seaborn
7777
7878# suggestion: add tool to path in your ~/.bashrc
79- export PATH=" $( readlink -f panacus-0.5.1_aarch64 -apple-darwin/bin) " :$PATH
79+ export PATH=" $( readlink -f panacus-0.5.2_aarch64 -apple-darwin/bin) " :$PATH
8080
8181# you are ready to go!
8282panacus --help
You can’t perform that action at this time.
0 commit comments