Minimap2 is a long-read reference assembler. It can align long reads to one or more genomes. Whereas Bowtie2 excels at mapping "short reads" (500nt or less) to a reference, Minimap2 can handle very long reads - i.e. Oxford Nanopore or Pacific BioSciences reads. Additionally Minimap2 is significantly faster than Bowtie, even with short reads.
If you have the Assembler module, you can assemble noisy long-read data from Pacific Biosciences or Oxford Nanopore using the minimap2 algorithm. This is similar to Bowtie2 but can handle long reads whereas Bowtie2 is optimized for short (less than 500nt) reads.
Note that minimap2 is also very good at assembling short read data and in some circumstances may out-perform Bowtie2.
Assemble reads against a reference sequence with Bowtie2.
Assemble reads against a reference sequence with Minimap2.
Viewing coverage data across a reference contig for example for RNASeq analysis