Przeglądaj źródła

add-TRA-TRD-TRG

master
stead99 5 lat temu
rodzic
commit
58745e4f4e
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      tasks/mixcr.wdl

+ 6
- 0
tasks/mixcr.wdl Wyświetl plik

mixcr assemble ${base}_rescued_2_extended.vdjca ${base}.clns mixcr assemble ${base}_rescued_2_extended.vdjca ${base}.clns
mixcr exportClones ${base}.clns ${base}.txt mixcr exportClones ${base}.clns ${base}.txt
mixcr exportClones -c TRB ${base}.clns ${base}.TRB.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 mixcr exportClones -c IGH ${base}.clns ${base}.IGH.txt


>>> >>>
File clns_out = base + ".clns" File clns_out = base + ".clns"
File clones_out = base + ".txt" File clones_out = base + ".txt"
File trb_out = base + ".TRB.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" File igh_out = base + ".IGH.txt"
} }
} }

Ładowanie…
Anuluj
Zapisz