We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262fa48 commit 83b2fb2Copy full SHA for 83b2fb2
.github/workflows/test.yml
@@ -87,7 +87,6 @@ jobs:
87
run: |
88
export PATH=bin:$PATH
89
metafx extract_kmers -t 6 -m 6G -k 31 -i test_data/test/* test_data/3* test_data/4* -w wd_kmers
90
- metafx unique -t 6 -m 6G -k 31 -i test_data/sample_list.txt --kmers-dir wd_kmers/kmers -w wd_unique_kmers
91
- name: metafx bandage (macOS)
92
if : ${{ matrix.os == 'macos-12' || matrix.os == 'macos-11' }}
93
0 commit comments