Procházet zdrojové kódy

更新 'tasks/Downsampling.wdl'

master
lizhihui před 4 roky
rodič
revize
4e6b1e3ba6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      tasks/Downsampling.wdl

+ 2
- 2
tasks/Downsampling.wdl Zobrazit soubor

@@ -9,7 +9,7 @@ task Downsampling {

command <<<
number = expr $number \* 4
zcat ${file}|head -n ${number} |gzip > ${sample_id}.gz
zcat ${file}|head -n ${number} |gzip > ${sample_id}.fastq.gz
>>>

runtime {
@@ -20,6 +20,6 @@ task Downsampling {
}

output {
File Downsampling = "${sample_id}.gz"
File Downsampling = "${sample_id}.fastq.gz"
}
}

Načítá se…
Zrušit
Uložit