changeset 9:9c603577838a

planemo upload
author kkonganti
date Tue, 01 Apr 2025 10:27:56 -0400
parents 3539fbeb4230
children 74ac6f6a9526
files 0.5.0/workflows/nowayout.nf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/0.5.0/workflows/nowayout.nf	Tue Apr 01 10:27:25 2025 -0400
+++ b/0.5.0/workflows/nowayout.nf	Tue Apr 01 10:27:56 2025 -0400
@@ -307,7 +307,7 @@
         }
         
         // Check if db files within parent path are empty.
-        file_path_obj.eachFileRecurse {
+        file_path_obj.parent.eachFileRecurse {
             if (it.size() == 0) {
                 stopNow("For ${msg}, within\n" +
                 "[ ${file_path} ],\nthe following file is of size 0: ${it.name}")