Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: ${{github.workspace}}/build/tests
run: ./kmer_tests && ./similarity_pruning_tests && ./support_pruning_tests

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: upload build_vlmc artifact
path: ${{github.workspace}}/build/dvstar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Publication pending...
## Installation

### Installing KMC3
__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).
__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).


### Container solution / apptainer (previously singularity)
Expand Down