Closed atrigila closed 1 month ago
Reorganize CLEAN_FASTA function to the following:
CLEAN_FASTA
if(val_fasta) { // Clean fasta (replace non-ATCGs with Ns, remove whitespaces from headers) CLEAN_FASTA ( ch_fasta ) ch_versions = ch_versions.mix(CLEAN_FASTA.out.versions) // Set channels: clean fasta and its index ch_fasta = CLEAN_FASTA.out.output
Closed via #457
Reorganize
CLEAN_FASTA
function to the following: