reads_demultiplexed=expand(config["results_dir"]+"/"+config["<step_name>__process_shortreadstags_SE_output_dir"]+"/{id}.fq.gz",id=individus),# fastq par individu pour un sample
reads_forward_demultiplexed=expand(config["results_dir"]+"/"+config["<step_name>__process_shortreadstags_PE_output_dir"]+"/{id}.1.fq.gz",id=individus), # fastq par individu pour un sample
reads_reverse_demultiplexed=expand(config["results_dir"]+"/"+config["<step_name>__process_shortreadstags_PE_output_dir"]+"/{id}.2.fq.gz",id=individus), # fastq par individu pour un sample