Skip to content

Commit

Permalink
added sra accessions
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Feb 14, 2024
1 parent eed4372 commit 5c1ecb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subworkflows/min_hash.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ workflow min_hash {
ch_mash_sketches = Channel.empty()
ch_versions = Channel.empty()

if ( params.sample_sheet || params.reads ) {
if ( params.sample_sheet || params.reads || params.sra_accessions ) {
mash_sketch_fastq(ch_reads)

// TODO : test mash_err
mash_err(mash_sketch_fastq.out.err)

ch_mash_sketches = ch_mash_sketches.mix(mash_sketch_fastq.out.msh.filter({it[1].size() > 0 }))
Expand Down

0 comments on commit 5c1ecb2

Please sign in to comment.