Merge pull request #5 from BMurri/main-azure

Update genomes-in-the-cloud to a docker supported version
This commit is contained in:
Venkat Malladi 2024-06-25 07:52:47 -05:00 коммит произвёл GitHub
Родитель 165f94de62 da523a036c
Коммит 85fdd5e342
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"WorkflowUrl": "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/az1.2.0/cram2filtered.wdl",
"WorkflowInputsUrl": "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/az1.2.0/cram2filtered.inputs.json",
"WorkflowUrl": "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/main-azure/cram2filtered.wdl",
"WorkflowInputsUrl": "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/main-azure/cram2filtered.inputs.json",
"WorkflowOptionsUrl": null,
"WorkflowDependenciesUrl": null
}

Просмотреть файл

@ -12,7 +12,7 @@
#import "cnn_variant_common_tasks.wdl" as CNNTasks
import "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/az1.2.0/tasks/cnn_variant_common_tasks.wdl" as CNNTasks
import "https://raw.githubusercontent.com/microsoft/gatk4-cnn-variant-filter-azure/main-azure/tasks/cnn_variant_common_tasks.wdl" as CNNTasks
workflow Cram2FilteredVcf {
File input_file # Aligned CRAM file or Aligned BAM files

Просмотреть файл

@ -317,7 +317,7 @@ command <<<
echo "ls (4): complete"
>>>
runtime {
docker: "broadinstitute/genomes-in-the-cloud:2.1.1"
docker: "broadinstitute/genomes-in-the-cloud:2.3.1-1512499786"
memory: machine_mem + " MB"
disk: disk_space_gb + " GB"
preemptible: true
@ -346,7 +346,7 @@ task SamtoolsMergeBAMs {
}
runtime {
docker: "broadinstitute/genomes-in-the-cloud:2.1.1"
docker: "broadinstitute/genomes-in-the-cloud:2.3.1-1512499786"
memory: "16 GB"
disk: disk_space_gb + " GB"
}