-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f87c15
commit 9d22c74
Showing
5 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Dorado Basecalling Workflow - Version 1.0 | ||
|
||
## Quick Facts | ||
|
||
| **Workflow Type** | **Applicable Kingdom** | **Last Known Changes** | **Command-line Compatibility** | **Workflow Level** | | ||
|---|---|---|---|---| | ||
| [Standalone](../../workflows_overview/workflows_type.md/#standalone) | [Any Taxa](../../workflows_overview/workflows_kingdom.md/#any-taxa) | Dorado v1.0 | Yes | Sample-level | | ||
|
||
## Dorado Basecalling Overview | ||
|
||
The Dorado Basecalling workflow is used to convert Oxford Nanopore `POD5` sequencing files into `FASTQ` format by utilizing a GPU-accelerated environment. This workflow is ideal for high-throughput applications where fast and accurate basecalling is essential. | ||
|
||
### Inputs | ||
|
||
| **Terra Task Name** | **Variable** | **Type** | **Description** | **Default Value** | **Terra Status** | **Workflow** | | ||
|---|---|---|---|---|---|---| | ||
| basecall | **input_files** | Array[File] | Array of `POD5` files to be basecalled | None | Required | Dorado | | ||
| basecall | **sample_names** | Array[String] | Array of sample names corresponding to the input files | None | Required | Dorado | | ||
| basecall | **dorado_model** | String | Dorado basecalling model (e.g., `[email protected]`) | None | Required | Dorado | | ||
| basecall | **output_prefix** | String | Prefix to apply to output files | None | Required | Dorado | | ||
| basecall | **cpu** | Int | Number of CPUs to allocate to the task | 8 | Optional | Dorado | | ||
| basecall | **memory** | String | Amount of memory/RAM to allocate to the task | 32GB | Optional | Dorado | | ||
| basecall | **docker** | String | The Docker container used for this task | us-docker.pkg.dev/general-theiagen/staphb/dorado:0.8.0 | Optional | Dorado | | ||
| basecall | **gpuCount** | Int | Number of GPUs to use for basecalling | 1 | Optional | Dorado | | ||
| basecall | **gpuType** | String | Type of GPU to use | nvidia-tesla-t4 | Optional | Dorado | | ||
|
||
### Outputs | ||
|
||
| **Variable** | **Type** | **Description** | **Workflow** | | ||
|---|---|---|---| | ||
| basecalled_fastqs | Array[File] | Array of FASTQ files generated from basecalling | Dorado | | ||
| logs | Array[File] | Array of log files capturing the basecalling process | Dorado | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters