Skip to content

Commit

Permalink
Update nextflow/modules/autometa_core/utilities/process/kmer_coverage.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Rees <25933122+WiscEvan@users.noreply.github.com>
  • Loading branch information
chasemc and evanroyrees committed Jun 3, 2021
1 parent ad88deb commit 4152096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nextflow.enable.dsl=2

process KMER_COVERAGE {
tag "Calculating k-mer coverage for ${metagenome.simpleName}"
tag "Retrieving k-mer coverage from ${metagenome.simpleName} headers"
label "python_cpus"

publishDir params.interim_dir, pattern: "${metagenome.simpleName}.coverages.tsv"
Expand Down

0 comments on commit 4152096

Please sign in to comment.