LUYAO REN 4 lat temu
rodzic
commit
37d1294de2
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      tasks/untar.wdl

+ 4
- 4
tasks/untar.wdl Wyświetl plik

command <<< command <<<
nt=$(nproc) nt=$(nproc)
tar -zxvf ${tar_file} tar -zxvf ${tar_file}
tree > tree.file.txt
ls > ls.file.txt
for i in *fastq.gz
do
touch -d "2020-09-01" $i
done
>>> >>>


runtime { runtime {


output { output {
Array[File] fastq_file = glob("*.fastq.gz") Array[File] fastq_file = glob("*.fastq.gz")
File tree_file = "tree.file.txt"
File ls_file = "ls.file.txt"
} }
} }

Ładowanie…
Anuluj
Zapisz