Skip to content

Download and Installation

Author: SeekGene
Time: 1 min
Words: 127 words
Updated: 2026-06-30
Reads: 0 times
Analysis Software

Software Download

SeekSoul™ Tools - 1.3.0a

Download SeekSoul™ Tools (MD5: 5e566da95875227370a643e7691e4560)

bash
wget -c -O seeksoultools.1.3.0a.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/software/seeksoultools/seeksoultools.1.3.0a.tar.gz"
bash
curl -C - -o seeksoultools.1.3.0a.tar.gz "https://seekgene-public.oss-cn-beijing.aliyuncs.com/software/seeksoultools/seeksoultools.1.3.0a.tar.gz"

Software Installation

shell
# Unzip
tar zxf seeksoultools.1.3.0a.tar.gz
cd seeksoultools.1.3.0a
# Set environment variables
export PATH=`pwd`:$PATH
echo "export PATH=$(pwd):\$PATH" >> ~/.bashrc

# Initialization and installation verification, the first execution may take some time
`pwd`/seeksoultools --version
0 comments·0 replies