1 #ifndef CODE_sjdbInsertJunctions
2 #define CODE_sjdbInsertJunctions
3 
4 #include "Parameters.h"
5 #include "Genome.h"
6 #include "SjdbClass.h"
7 
8 void sjdbInsertJunctions(Parameters & P, Genome & mapGen, Genome & mapGen1, SjdbClass & sjdbLoci);
9 
10 #endif
11