Skip to content

Commit

Permalink
Update subworkflows/local/sourmash.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
  • Loading branch information
danilodileo and erikrikarddaniel authored Mar 20, 2024
1 parent 8153c69 commit 79ababf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/sourmash.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

include { SOURMASH_GATHER } from '../../modules/nf-core/sourmash/gather/main'
include { SOURMASH_SKETCH as GENOMES_SKETCH } from '../../modules/nf-core/sourmash/sketch/main'
include { SOURMASH_INDEX as GENOMES_INDEX } from '../../modules/nf-core/sourmash/index/main'
include { SOURMASH_INDEX as GENOMES_INDEX } from '../../modules/nf-core/sourmash/index/main'
include { SOURMASH_SKETCH as SAMPLES_SKETCH } from '../../modules/nf-core/sourmash/sketch/main'

workflow SOURMASH {
Expand Down

0 comments on commit 79ababf

Please sign in to comment.