Selaa lähdekoodia

add-TRA-TRD-TRG

master
stead99 5 vuotta sitten
vanhempi
commit
58745e4f4e
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +6
    -0
      tasks/mixcr.wdl

+ 6
- 0
tasks/mixcr.wdl Näytä tiedosto

@@ -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"
}
}

Loading…
Peruuta
Tallenna