std::stringseq_to_find=start_primer.substr(start_primer.size()-seq_to_find_size);// search for a smaller sequence than the full primer if its len is > 10
doublescore_fw,score_rc;
doublescore_fw,score_rc;// alignment score with the forward and reverse complement sequence
intx_fw,y_fw,x_rc,y_rc;//x_fw and x_rc not used
intx_fw,y_fw,x_rc,y_rc;//x_fw and x_rc not used
// call local alignment algorithm on the forward sequence
// call local alignment algorithm on the forward sequence
std::stringseq_to_find=start_primer.substr(start_primer.size()-seq_to_find_size);// search for a smaller sequence than the full primer if its len is > 10
std::ifstreaminput_read_file(reads_path);// read the fastq