Explorar el Código

add-TRA-TRD-TRG

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

+ 6
- 0
tasks/mixcr.wdl Ver fichero

@@ -17,6 +17,9 @@ task mixcr {
mixcr assemble ${base}_rescued_2_extended.vdjca ${base}.clns
mixcr exportClones ${base}.clns ${base}.txt
mixcr exportClones -c TRB ${base}.clns ${base}.TRB.txt
mixcr exportClones -c TRA ${base}.clns ${base}.TRA.txt
mixcr exportClones -c TRD ${base}.clns ${base}.TRD.txt
mixcr exportClones -c TRG ${base}.clns ${base}.TRG.txt
mixcr exportClones -c IGH ${base}.clns ${base}.IGH.txt

>>>
@@ -35,6 +38,9 @@ task mixcr {
File clns_out = base + ".clns"
File clones_out = base + ".txt"
File trb_out = base + ".TRB.txt"
File trb_out = base + ".TRA.txt"
File trb_out = base + ".TRD.txt"
File trb_out = base + ".TRG.txt"
File igh_out = base + ".IGH.txt"
}
}

Cargando…
Cancelar
Guardar