Skip to content
Snippets Groups Projects
Verified Commit 0cd35a4b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kmc.nf: fix typo

parent e50a3f22
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ process KMC { ...@@ -19,7 +19,7 @@ process KMC {
def args = task.ext.args ?: '' def args = task.ext.args ?: ''
""" """
kmc -k31 ${fastq} 31mers . kmc -k31 ${fastq} 31mers .
kmc_tools transform 27mers dump ${fastq.simpleName}.txt kmc_tools transform 31mers dump ${fastq.simpleName}.txt
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment