Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 25376c39 authored by LUISELLI Juliette's avatar LUISELLI Juliette
Browse files

Add RECOMB mutation type

parent 84c36601
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,9 @@ enum MutationType { ...@@ -78,6 +78,9 @@ enum MutationType {
REARR, // DUPL or DEL or TRANS or INV REARR, // DUPL or DEL or TRANS or INV
H_T, // INS_HT or REPL_HT H_T, // INS_HT or REPL_HT
INDEL // S_INS or S_DEL INDEL // S_INS or S_DEL
#ifdef __EUKARYOTE
, RECOMB
#endif
}; };
class Mutation { class Mutation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment