Bläddra i källkod

上传文件至 'tasks'

master
lizhihui 5 år sedan
förälder
incheckning
3b70193943
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      tasks/hisat2.wdl

+ 1
- 1
tasks/hisat2.wdl Visa fil

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

command {
nt=$(nproc)
hisat2 -t -p $nt -x ${idx}/${idx_prefix} -1 ${read_1P} -2 ${read_2P} -S ${base}.sam --un-conc-gz ${base}_un.fq.gz
hisat2 -t -p $nt -x ${idx}/${idx_prefix} -1 ${read_1P} -2 ${read_2P} -S ${base}.sam --un-conc-gz ${base}_un.fq.gz
}
runtime {

Laddar…
Avbryt
Spara