WORKFLOW merge_tar_chunks
| File Path |
pipes/WDL/workflows/merge_tar_chunks.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
demux
|
../tasks/tasks_demux.wdl
|
Workflow: merge_tar_chunks
Combine multiple tar files (possibly compressed by gzip, bz2, lz4, zstd, etc) into a single tar file. Originally meant for combining streaming upload chunks from a sequencing run.
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
tar_chunks
|
Array[File]+
|
- | - |
out_filename
|
String
|
- | - |
machine_mem_gb
|
Int?
|
- | - |
1 optional input with default value |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
combined_tar
|
File
|
merge_tarballs.combined_tar
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
merge_tarballs
No explicit input mappings
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
merge_tarballs