Is your feature request related to a problem? Please describe
CRAM_MAP_ILLUMINA_HIC currently does not allow mapping Illumina reads with minimap2
To align reads with minimap2 in this subworkflow, CRAMALIGN_MINIMAP2ALIGNHIC module is used. This module always runs the filter_file_end.pl script, which is specific for processing Hi-C alignments
However, bwamem2 has a genome size limit. So we should enable Illumina alignment with minimap2.
Describe the solution you'd like
Either generalising the Hi-C mapping subWF, or creating a separate short-read mapping subWF for non-Hi-C reads
Describe alternatives you've considered
No response
Additional context
No response