瀏覽代碼

add align -t

master
stead99 5 年之前
父節點
當前提交
a62c13496e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/mixcr.wdl

+ 1
- 1
tasks/mixcr.wdl 查看文件

@@ -10,7 +10,7 @@ task mixcr {
String disk_size

command <<<
mixcr align -p rna-seq -s hsa -OallowPartialAlignments=true ${read1} ${read2} ${base}.vdjca
mixcr align -t 4 -p rna-seq -s hsa -OallowPartialAlignments=true ${read1} ${read2} ${base}.vdjca
mixcr assemblePartial ${base}.vdjca ${base}_rescued_1.vdjca
mixcr assemblePartial ${base}_rescued_1.vdjca ${base}_rescued_2.vdjca
mixcr extend ${base}_rescued_2.vdjca ${base}_rescued_2_extended.vdjca

Loading…
取消
儲存