| 23 | using namespace std ; |
| 24 | |
| 25 | GenomeDensity::GenomeDensity() { |
| 26 | } |
| 27 | GenomeDensity::GenomeDensity(std::string const& mateFileName ,std::string const& inputFormat, std::string const& matesOrientation, std::string const& chrLenFileName ) |
| 28 | { |
| 29 | //read fileWithChrLengths and iniciate genome density array gd_ |
nothing calls this directly
no test coverage detected