command <<< | command <<< | ||||
nt=$(nproc) | nt=$(nproc) | ||||
tar -zxvf ${tar_file} | tar -zxvf ${tar_file} | ||||
tree > tree.file.txt | |||||
ls > ls.file.txt | |||||
>>> | >>> | ||||
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" | |||||
} | } | ||||
} | } |