How To Install mmseq on Fedora 36

In this tutorial we learn how to install mmseq in Fedora 36. mmseq is Haplotype and isoform specific expression estimation for RNA-seq

Introduction

In this tutorial we learn how to install mmseq on Fedora 36.

What is mmseq

Software for fast, scalable haplotype and isoform expression estimation using multi-mapping RNA-seq reads. Example scripts are included.

We can use yum or dnf to install mmseq on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mmseq.

Install mmseq on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mmseq using dnf by running the following command:

sudo dnf -y install mmseq

Install mmseq on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mmseq using yum by running the following command:

sudo yum -y install mmseq

How To Uninstall mmseq on Fedora 36

To uninstall only the mmseq package we can use the following command:

sudo dnf remove mmseq

mmseq Package Contents on Fedora 36

/usr/bin/bam2hits
/usr/bin/ensembl_gtf_to_gff.pl
/usr/bin/extract_transcripts
/usr/bin/fastagrep.sh
/usr/bin/filterGTF.rb
/usr/bin/haploref.rb
/usr/bin/hitstools
/usr/bin/mmcollapse
/usr/bin/mmdiff
/usr/bin/mmseq
/usr/bin/mouse_strain_transcriptome.sh
/usr/bin/offsetGTF
/usr/bin/t2g_hits
/usr/bin/testregexp.rb
/usr/bin/usage.sh
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/ea748b13d36726cdf521fe17852c70d40853e3
/usr/lib/.build-id/39
/usr/lib/.build-id/39/c65f882ae97acbf6d1dc45c9d454010cfee920
/usr/lib/.build-id/62
/usr/lib/.build-id/62/505b00544accded192cab0a918b6522f98925d
/usr/lib/.build-id/72
/usr/lib/.build-id/72/9066506496275fdf1fb60c080c43fa22f474c6
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/0d623a2d121d9adde9103be0cdd11272bf2180
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/4b1aba176dbcff11102b1c6ecad61da48feeca
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/13d4f216db7c8e910f73628a57a290eb463893
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/7b68707c5f055d63c3890f717f2a1e31099e01
/usr/share/doc/mmseq
/usr/share/doc/mmseq/COPYING
/usr/share/doc/mmseq/README.md
/usr/share/doc/mmseq/doc
/usr/share/doc/mmseq/doc/332.mat
/usr/share/doc/mmseq/doc/countsDE.md
/usr/share/doc/mmseq/doc/dod2.mat
/usr/share/doc/mmseq/doc/mmdiff-model.png
/usr/share/doc/mmseq/doc/mmseq-collage.png

References

Summary

In this tutorial we learn how to install mmseq on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).