Morpheus icon

Morpheus 2.2.5.2

Modelling environment for multi-cellular systems biology

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    morpheus # Morpheus
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    morpheus # Morpheus
  ];
}

Package Definition

{
  "pname": "morpheus",
  "version": "2.2.5.2",
  "src": {
    "url": "https://imc.zih.tu-dresden.de/morpheus/packages/mac/Morpheus-2.2.5.2.dmg",
    "sha256": "ce23be8d9d64f3462873c69166e5b8662ed52a2b418d2a15451e7dc79e22430c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Morpheus.app\" && cp -r \"Morpheus.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Modelling environment for multi-cellular systems biology",
    "homepage": "https://morpheus.gitlab.io/"
  }
}