Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------------------------------------------------------
# Table of Contents
- [Introduction](#introduction)
- [System Requirements](#system-requirements)
- [Installation](#installation)
- [Notes](#notes)
- [Command Parameters](#command-parameters)
Expand All @@ -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.

Expand Down
Loading