/// try to guess an upper bound for nb kmer encountered in large seq or files (tens of gb bases)
///
use crateSequence;
// We need a guess to allocate HashMap used with Kmer Generation
// for very long sequence we must avoid nb_kmer to sequence length! Find a good heuristic
pub // end of get_nbkmer_guess
// We need a guess to allocate HashMap used with Kmer Generation
// for vector of sequenc coming from a non concatnated file, we must avoid nb_kmer to sequence length! Find a good heuristic
pub // end of get_nbkmer_guess_seqs