You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4id="method-2-install-via-conda-or-pixi-latest-stable-version">Method 2: Install via conda or pixi (latest stable version) <ahref="https://anaconda.org/bioconda/seqkit"><imgalt="Anaconda Cloud" src="https://anaconda.org/bioconda/seqkit/badges/version.svg" /></a><ahref="https://anaconda.org/bioconda/seqkit"><imgalt="downloads" src="https://anaconda.org/bioconda/seqkit/badges/downloads.svg" /></a></h4>
745
+
<pre><code># conda or mamba
746
+
conda install -c bioconda seqkit
747
+
748
+
# pixi
749
+
pixi global install -c bioconda seqkit
760
750
</code></pre>
761
-
<h4id="method-3-install-via-homebrew-might-not-be-latest-stable-version">Method 3: Install via <ahref="https://brew.sh/">homebrew</a> (might not be latest stable version)</h4>
751
+
<h4id="method-3-install-via-homebrew-latest-stable-version">Method 3: Install via <ahref="https://brew.sh/">homebrew</a> (latest stable version)</h4>
762
752
<pre><code>brew install seqkit
763
753
</code></pre>
764
-
<h4id="method-4-for-go-developer-latest-stabledev-version">Method 4: For Go developer (latest stable/dev version)</h4>
765
-
<pre><code>go get -u github.com/shenwei356/seqkit/v2/seqkit/
766
-
</code></pre>
767
754
<h4id="method-5-docker-based-installation-might-not-be-latest-stable-versio">Method 5: Docker based installation (might not be latest stable versio)</h4>
0 commit comments