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
+33-20Lines changed: 33 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,13 @@ Publication pending...
15
15
16
16
## Installation
17
17
18
+
### Installing KMC3
19
+
__Note that KMC3 needs to be installed separately, and both executables `kmc` and `kmc_tools` are required to be in the current working directory, or in your path.__[`kmc` and `kmc_tools are available on their github releases page of the KMC github](https://github.com/refresh-bio/KMC/releases).
We provide an [apptainer container](https://apptainer.org/). The definition file `vlmc-from-kmers.def` needs to be modified to
24
+
We provide an [apptainer container](https://apptainer.org/). After downloading the `vlmc-from-kmers.sif``vlmc-from-kmers.def`, the definition file `vlmc-from-kmers.def` needs to be modified to
21
25
use the correct path to kmc, see the fifth and sixth line, specifically
You may need to install a different c++ compiler than the one apple provides. This can, for example, be done through [brew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is tested with gcc (version 13) so that would be my recommendation. You may also need to provide the path to the installed compiler in the cmake command, e.g.:
82
+
You may need to install a different c++ compiler than the one Apple provides. This can, for example, be done through [brew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is tested with gcc (version 13) so that would be my recommendation. You may also need to provide the path to the installed compiler in the cmake command, e.g.:
0 commit comments