WORKFLOW chunk_megablast
| File Path |
pipes/WDL/workflows/megablast_chunk.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
tools
|
../tasks/tasks_megablast.wdl
|
Workflow: chunk_megablast
Chunk megablast function
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
inFasta
|
File
|
- | - |
blast_db_tgz
|
File
|
- | - |
db_name
|
String
|
- | - |
taxidlist
|
File?
|
- | - |
log_dir
|
String?
|
- | - |
9 optional inputs with default values |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
blast_hits
|
File
|
ChunkBlastHits.blast_hits
|
blast_filter_logs
|
File
|
ChunkBlastHits.blast_py_log
|
chunk_blast_runtime
|
File
|
ChunkBlastHits.duration_seconds
|
max_ram_gb
|
Int
|
ChunkBlastHits.max_ram_gb
|
cpu_load
|
String
|
ChunkBlastHits.cpu_load
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
ChunkBlastHits
Input Mappings (3)
| Input | Value |
|---|---|
inFasta
|
inFasta
|
blast_db_tgz
|
blast_db_tgz
|
db_name
|
db_name
|
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
ChunkBlastHits