Browse Source

revise-cluster-config

master
stead99 5 years ago
parent
commit
23486ea5c9
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      tasks/arcashla.wdl
  2. +1
    -0
      tasks/hisat2.wdl
  3. +1
    -0
      tasks/samtools.wdl

+ 1
- 0
tasks/arcashla.wdl View File

String base = basename(bam, ".sorted.bam") String base = basename(bam, ".sorted.bam")
String docker String docker
String cluster String cluster
String disk_size


command <<< command <<<
mkdir hla_type mkdir hla_type

+ 1
- 0
tasks/hisat2.wdl View File

String base = sub(basename(read_1P),"\\.\\S+$", "") String base = sub(basename(read_1P),"\\.\\S+$", "")
String docker String docker
String cluster String cluster
String disk_size


command { command {
nt=$(nproc) nt=$(nproc)

+ 1
- 0
tasks/samtools.wdl View File

String sorted_bam_index = base + ".sorted.bam.bai" String sorted_bam_index = base + ".sorted.bam.bai"
String docker String docker
String cluster String cluster
String disk_size


command <<< command <<<
set -o pipefail set -o pipefail

Loading…
Cancel
Save