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
Copy file name to clipboardExpand all lines: README.md
+17-33Lines changed: 17 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,23 @@ StxTyper is used to determine stx type from nucleotide sequence. Stx (Shiga-toxi
6
6
7
7
# Installation
8
8
9
+
## Installing with Bioconda
10
+
11
+
You'll need Mamba ([Installation instructions](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)) first.
12
+
13
+
micromamba create -n stxtyper ncbi-stxtyper \
14
+
--channel conda-forge \
15
+
--channel bioconda \
16
+
--channel defaults \
17
+
--strict-channel-priority
18
+
9
19
## Installing from binary
10
20
11
21
### Prerequisites
12
22
13
23
#### NCBI BLAST+
14
24
15
-
See below under "Compiling" for instructions to install.
25
+
See below under "Compiling" for instructions to install NCBI BLAST+.
16
26
17
27
### Download and install Binary
18
28
@@ -24,45 +34,19 @@ Download the latest binary tarball from https://github.com/ncbi/stxtyper/release
24
34
25
35
Note that we are currently only publishing binary tarballs for x86 linux.
26
36
27
-
## Installing with Bioconda
28
-
29
-
You'll need Mamba ([Installation instructions](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)) or Conda ([Installation instructions](https://docs.anaconda.com/miniconda/miniconda-install/)) first.
30
-
31
-
conda create -n stxtyper ncbi-stxtyper \
32
-
--channel conda-forge \
33
-
--channel bioconda \
34
-
--channel defaults \
35
-
--strict-channel-priority
36
-
37
-
or
38
-
39
-
micromamba create -n stxtyper ncbi-stxtyper \
40
-
--channel conda-forge \
41
-
--channel bioconda \
42
-
--channel defaults \
43
-
--strict-channel-priority
44
-
45
37
## Compiling
46
38
47
39
### Prerequisites
48
40
49
41
#### NCBI BLAST+
50
42
51
-
StxTyper needs NCBI BLAST binaries in your path (specifically tblastn). If you don't
52
-
already have BLAST installed see https://www.ncbi.nlm.nih.gov/books/NBK569861/
53
-
for instructions to install BLAST binaries.
54
-
55
-
Blast can also be installed using bioconda by first installing bioconda, then making sure to activate the environment in which it's installed.
56
-
- See the [official install miniconda instructions for Linux](https://docs.anaconda.com/free/miniconda/#quick-command-line-install)
57
-
- See the [official install miniconda instructions for MacOS](https://docs.conda.io/en/latest/miniconda.html)
0 commit comments