We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d752d commit 9b5efc4Copy full SHA for 9b5efc4
pipelines/wdl/build_indices/BuildIndices.wdl
@@ -67,7 +67,7 @@ workflow BuildIndices {
67
genome_source = genome_source,
68
organism = organism,
69
skip_gtf_modification = skip_gtf_modification,
70
- mito_accession = select_first([mito_accession]),
+ mito_accession = mito_accession,
71
run_mitofinder = run_mitofinder
72
}
73
call CalculateChromosomeSizes {
@@ -82,7 +82,7 @@ workflow BuildIndices {
82
genome_build = genome_build,
83
gtf_annotation_version = gtf_annotation_version,
84
85
86
87
88
0 commit comments