We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0a1c commit 28349e6Copy full SHA for 28349e6
modules/reditools2.nf
@@ -28,7 +28,7 @@ process reditools2 {
28
// Unsupported: Pass the library type string so that it's reported in
29
// the reditools error message
30
print("invalid strand \"${meta.strandedness}\"")
31
- strand_orientation = meta.strandedness
+ strand_orientation = 0
32
}
33
base_name = bam.BaseName
34
modules/reditools3.nf
@@ -27,7 +27,7 @@ process reditools3 {
27
print("invalid strand ${meta.strandedness}")
+ strand_orientation =0
0 commit comments