How do I rename output folder created using glob (WDL-Cromwell)?
I made a wdl task for fastqc that outputs the zip files, of which there will be as many as reads that the sample I'm working on at that moment has. We create the output using glob:
output {
Array[File] fastqcArray = glob("*.zip")
}
I would like to give the folder a name that is representative of what it contains, for example `fastqc`, rather than glob-xxxxxxx, so that it's clear what it is in my task's output folder. Is this possible, and if so, how can I achieve it?
-
Hi Mar Quiroga, our GATK support team is focused on GATK specific questions and questions regarding GATK abnormal results. Here is our support policy for more information. You can leave this post here in case other users can provide insight and you can also check out these resources for more information:
- Mailing list for general conversation with the WDL community
- Github issues for suggestions and WDL issues
- Slack for real time chat with other community members
- Stack Overflow for asking questions about writing and using WDL
- WDL docs:
Please sign in to leave a comment.
1 comment