소스 검색

time

master
LUYAO REN 4 년 전
부모
커밋
37d1294de2
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      tasks/untar.wdl

+ 4
- 4
tasks/untar.wdl 파일 보기

@@ -9,8 +9,10 @@ task untar {
command <<<
nt=$(nproc)
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 {
@@ -22,7 +24,5 @@ task untar {

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

Loading…
취소
저장