Ver código fonte

更新 'tasks/battenberg.wdl'

a.R
master
biochenglinliu 1 ano atrás
pai
commit
1d016b5674
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/battenberg.wdl

+ 2
- 2
tasks/battenberg.wdl Ver arquivo

@@ -10,7 +10,7 @@ task battenberg {
set -o pipefail
set -e
cp /software/TREC_script.Rscript ./
cp /usr/local/a.R ./

>>>

@@ -22,7 +22,7 @@ task battenberg {
}

output {
File subclones = "TREC_script.Rscript"
File subclones = "a.R"
}

}

Carregando…
Cancelar
Salvar