# HG changeset patch # User kkonganti # Date 1743517676 14400 # Node ID 9c603577838ae70888e49bab227f579b0012a337 # Parent 3539fbeb42302c39d7ccd9f041daa0f974f94c04 planemo upload diff -r 3539fbeb4230 -r 9c603577838a 0.5.0/workflows/nowayout.nf --- 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}")