Przeglądaj źródła

first-commit

master
stead99 5 lat temu
rodzic
commit
cf0f6f47ff
2 zmienionych plików z 2 dodań i 4 usunięć
  1. +1
    -1
      inputs
  2. +1
    -3
      tasks/bedtools.wdl

+ 1
- 1
inputs Wyświetl plik

@@ -3,5 +3,5 @@
"{{ project_name }}.bed_file": "oss://pgx-reference-data/reference/bedtools/ERVmap_v2_all_sorted.bed",
"{{ project_name }}.bedtools.cluster_config": "OnDemand bcs.b2.3xlarge img-ubuntu-vpc",
"{{ project_name }}.bedtools.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/bedtools:v2.27.1",
"{{ project_name }}.bedtools.disk_size": "100"
"{{ project_name }}.bedtools.disk_size": "{{disk_size}}"
}

+ 1
- 3
tasks/bedtools.wdl Wyświetl plik

@@ -9,9 +9,7 @@ task bedtools {
String disk_size

command <<<
set -o pipefail
set -e
bedtools multicov -bams ${bam} -bed ${bed_file} > revread_count.txt
>>>

Ładowanie…
Anuluj
Zapisz