diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf
index d8a6be1d79f7ce8928410bfe695c9e040bcac0fa..4cf0ef9e8631b3460b177a431307bce47ed6590d 100644
--- a/workflow/rna-seq.nf
+++ b/workflow/rna-seq.nf
@@ -159,7 +159,7 @@ Development            : ${params.dev}
  */
 process getBag {
   tag "${repRID}"
-  publishDir "${outDir}/inputBag", mode: 'copy', pattern: "Replicate_*.zip"
+  publishDir "${outDir}/inputBag", mode: 'copy', pattern: "*_inputBag_*.zip"
 
   input:
     path credential, stageAs: "credential.json" from deriva_getBag