Subread
Subread acts as a general alignment tool which can align both genomic DNA and RNA-sequencing reads. It can also discover genomic mutations such as indels and structural variants. When multithreading max threads useable is 32.
tip
Note several other tools load with this module and can be seen running the
following command: report_subtools.sh subread
For additional information and examples please see the documentation
ml biocontainers subread
subread-buildindex -o <index name> <list of ref.fa>
subread-align -i <index name> -r <reads.txt.gz> -o <results.bam>
Parallel Capabilities: Single core default, Multithreading options supported.