Explorar el Código

revise-alignment-threads

master
stead99 hace 5 años
padre
commit
033f83a1bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/mixcr.wdl

+ 1
- 1
tasks/mixcr.wdl Ver fichero

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

command <<<
mixcr align -t 4 -p rna-seq -s hsa -OallowPartialAlignments=true ${read1} ${read2} ${base}.vdjca
mixcr align -t 12 -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

Cargando…
Cancelar
Guardar