Skip to content
Snippets Groups Projects
Commit 4ea2f7cb authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

removed DEBUG traces

parent ad50015a
No related branches found
No related tags found
No related merge requests found
Pipeline #149939 passed with stage
in 20 minutes and 47 seconds
......@@ -19,7 +19,7 @@
#include "FqBaseBackend.h"
#define DEBUG
//#define DEBUG
#ifdef DEBUG
#include <cassert>
#include <iostream>
......
......@@ -39,7 +39,7 @@
#define _FILE_OFFSET_BITS 64 // for portability reasons on 32bits systems.
#define DEBUG
//#define DEBUG
#ifdef DEBUG
#include <string.h>
......@@ -93,7 +93,7 @@ void FqMainBackend::processFile(char * filename,unsigned char f_id) {
void FqMainBackend::onEndFastqRecord(T_fq_rec_info& rec_info,const T_buf_info& bufinfo) {
cout<<"finished processing read at iffset:"<<rec_info.rstart_offset<<endl;
//cout<<"finished processing read at iffset:"<<rec_info.rstart_offset<<endl;
rpos rp=init_rpos(f_id,rec_info.rstart_offset);
rinfo pe2info;
int nb_k_mer_PE2;
......@@ -195,3 +195,4 @@ void FqMainBackend::writeToUndefFile(const T_buf_info& buf_info) {
}
*/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment