Multiway Directory Generation is designed to process cluster files, handle intra- and interchromosomal contacts, and create output files compatible with genomic visualization tools (SPRITEVisu). Below are the prerequisites required to generate Multiway Directory and the steps to install them.
Required Python libraries:
No additional libraries need to be installed beyond the standard library modules.
Python can be installed in several ways, depending on your operating system. Below are some general guidelines. However, this guide may be outdated. Always visit the officialPython websitefor the most up-to-date instructions.
Homebrew
by runningbrew install python
in the Terminal (if Homebrew is installed).Most modern Linux distributions come with Python preinstalled. If an update or a new version is needed, use your distribution’s package manager. For example, on Debian/Ubuntu-based systems:
sudo apt-get update && sudo apt-get install python3
For other distributions, use the equivalent package manager commands (e.g., dnf
for Fedora, pacman
for Arch, etc.).