Skip to content

Commit c53efbb

Browse files
committed
issue #188 and version bump
1 parent a9aa128 commit c53efbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bohra/modules/mash/sketch/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ process MASH_SKETCH {
3535
tuple val(meta), path('version_mash.txt'), emit: version
3636

3737
script:
38-
def input_file = meta.input_type != "pe_reads" ?"$sequences" : "-r ${sequences[0]} ${sequences[1]}"
38+
def input_file = meta.input_type != "pe_reads" ?"$sequences" : "-r ${sequences[0]}"
3939
def mval = meta.input_type == "pe_reads" ? '-m 5' : ''
4040
"""
4141
mash sketch -p $task.cpus $mval -k 25 -C $meta.id -o ${meta.id} -s 10000 $input_file

bohra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '3.6.0'
1+
version = '3.6.1'

0 commit comments

Comments
 (0)