From de941df166ae174ff3851ca1e77daf7506f9b8f3 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Mon, 2 Jun 2025 17:34:18 -0700 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ccd80e5..91dc1d7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ------------------------------------------------------ # Table of Contents - [Introduction](#introduction) +- [System Requirements](#system-requirements) - [Installation](#installation) - [Notes](#notes) - [Command Parameters](#command-parameters) @@ -24,6 +25,24 @@ Speed and memory profiles: Comparison to existing tools for bulk RNA-seq data: ![MARINE benchmarking](images/MARINE_benchmarks.jpg) +# System Requirements + +## Hardware requirements + +MARINE requires only a standard computer with enough RAM to support the in-memory operations. + +## Software requirements + +OS Requirements + +This package is supported for macOS and Linux. The package has been tested on the following systems: + +Linux: Ubuntu 16.04 + +## Python Dependencies + +MARINE uses Python >= 3.10, and all required dependencies can be installed using the conda or mamba commands described below. + # Installation Simply git clone this repository using the link at the top right on the main repository page. Should take at most a minute or two.