Skip to content

Commit 4b10e5f

Browse files
committed
fix broken links
1 parent 87a5112 commit 4b10e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Note: for counting kmers from a single file, kmtricks works but is slightly slow
2929

3030
## Installation and usage
3131

32-
Instructions for installation and usage are provided in the [wiki](https://github.com/tlemane/kmtricks2/wiki/Home).
32+
Instructions for installation and usage are provided in the [wiki](https://github.com/tlemane/kmtricks/wiki/Home).
3333

3434
## Limitations
3535

3636
kmtricks needs disk space to run. The disk usage is variable and depends on data, parameters and output format. Based on our observations, the required space is between 20% of the total input size (gzipped) and the total input size (including outputs).
3737

3838
## Reporting an issue
3939

40-
If you encounter a problem, please open an issue with a description of your run and the return of [kmtricks infos](https://github.com/tlemane/kmtricks2/wiki/infos). If you encounter a critical error like a segmentation fault, kmtricks automatically dumps a file `kmtricks_backtrace.log` in your current directory. This file is somewhat illegible in release mode. If you can, compile kmtricks in debug mode, launch it again and join the content of this file. If you cannot directly compile kmtricks on your system, the conda package provides `kmtricks-debug` binary for this case.
40+
If you encounter a problem, please open an issue with a description of your run and the return of [kmtricks infos](https://github.com/tlemane/kmtricks/wiki/infos). If you encounter a critical error like a segmentation fault, kmtricks automatically dumps a file `kmtricks_backtrace.log` in your current directory. This file is somewhat illegible in release mode. If you can, compile kmtricks in debug mode, launch it again and join the content of this file. If you cannot directly compile kmtricks on your system, the conda package provides `kmtricks-debug` binary for this case.
4141

4242
## Contacts
4343

0 commit comments

Comments
 (0)