You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Reorganize
CLEAN_FASTA
function to the following:The text was updated successfully, but these errors were encountered: