if(pos==strlen(output_name))init_output_channel(&output,output_name,output_length);//C'est un blc_channel
else//C'est un format de fichier
{
if(strcmp(blc_get_filename_extension(output_name),"tsv")!=0)EXIT_ON_ERROR("Filename extension must be .tsv but your file is: '%s'.\nThis is to be sure you are not overwriting important file by mistake",output_name);