Skip to content

Commit f1812f9

Browse files
author
Chienchi Lo
committed
patch: default to true for paired input boolean
1 parent 815d2fa commit f1812f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ReadbasedAnalysis.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workflow ReadbasedAnalysis {
1616
File input_file
1717
String proj
1818
String prefix = sub(proj, ":", "_")
19-
Boolean paired = false
19+
Boolean paired = true
2020
Boolean long_read = false
2121
String bbtools_container = "microbiomedata/bbtools:38.96"
2222
String singlem_container = "wwood/singlem:0.20.2"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.1
1+
v1.1.2

0 commit comments

Comments
 (0)