WORKFLOW simulate_illumina_reads
| File Path |
pipes/WDL/workflows/simulate_illumina_reads.wdl
|
|---|---|
| WDL Version | 1.0 |
| Type | workflow |
Imports
| Namespace | Path |
|---|---|
ncbi
|
../tasks/tasks_ncbi.wdl
|
assembly
|
../tasks/tasks_assembly.wdl
|
Workflow: simulate_illumina_reads
Generate synthetic Illumina read sets for testing using wgsim. Takes a space-separated string of colon-separated pairs where each pair consists of a GenBank accession and a coverage value (e.g., 'KJ660346.2:12.5x NC_004296.1:0.9X'), downloads the sequences, and simulates Illumina reads.
Author: Broad Viral Genomics
Inputs
| Name | Type | Description | Default |
|---|---|---|---|
accession_coverage_string
|
String
|
Space-separated string of colon-separated pairs where each pair consists of a GenBank accession and a coverage value (e.g., 'KJ660346.2:12.5x NC_004296.1:0.9X'). | - |
emailAddress
|
String
|
- | - |
coverage_bed
|
File?
|
- | - |
read_length
|
Int?
|
- | - |
outer_distance
|
Int?
|
- | - |
mutation_rate
|
Float?
|
- | - |
indel_fraction
|
Float?
|
- | - |
indel_extend_probability
|
Float?
|
- | - |
random_seed
|
Int?
|
- | - |
4 optional inputs with default values |
|||
Outputs
| Name | Type | Expression |
|---|---|---|
simulated_reads_bam
|
File
|
simulate_reads.simulated_reads_bam
|
read_count
|
Int
|
simulate_reads.read_count
|
reference_sequences
|
File
|
download_fasta_from_accession_string.sequences_fasta
|
viralngs_version
|
String
|
simulate_reads.viralngs_version
|
Calls
This workflow calls the following tasks or subworkflows:
CALL
TASKS
download_fasta_from_accession_string
Input Mappings (2)
| Input | Value |
|---|---|
accession_string
|
accession_coverage_string
|
out_prefix
|
out_basename
|
CALL
TASKS
simulate_reads
→ wgsim
Input Mappings (3)
| Input | Value |
|---|---|
coverage_string
|
accession_coverage_string
|
reference_fasta
|
download_fasta_from_accession_string.sequences_fasta
|
out_basename
|
out_basename
|
Images
Container images used by tasks in this workflow:
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
download_fasta_from_accession_string
Parameterized Image
⚙️ Parameterized
Configured via input:
docker
Used by 1 task:
-
simulate_reads