macs2: rename from MACS2
This commit is contained in:
parent
12cab182ae
commit
3d1b9f0819
3 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
{ lib, python3, fetchPypi }:
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "MACS2";
|
||||
pname = "macs2";
|
||||
version = "2.2.8";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = lib.toUpper pname;
|
||||
inherit version;
|
||||
hash = "sha256-KgpDasidj4yUoeQQaQA3dg5eN5Ka1xnFRpbnTvhKmOA=";
|
||||
};
|
||||
|
|
@ -1023,6 +1023,7 @@ mapAliases ({
|
|||
### M ###
|
||||
|
||||
m3d-linux = throw "'m3d-linux' has been renamed to/replaced by 'm33-linux'"; # Converted to throw 2022-02-22
|
||||
MACS2 = macs2; # Added 2023-06-12
|
||||
mail-notification = throw "mail-notification has been removed from nixpkgs, as it's unmaintained and has dependencies on old gnome libraries we want to remove"; # Added 2021-08-21
|
||||
mailpile = throw "mailpile was removed from nixpkgs, as it is stuck on python2"; # Added 2022-01-12
|
||||
man_db = throw "'man_db' has been renamed to/replaced by 'man-db'"; # Converted to throw 2022-02-22
|
||||
|
|
|
@ -37858,7 +37858,7 @@ with pkgs;
|
|||
|
||||
macse = callPackage ../applications/science/biology/macse { };
|
||||
|
||||
MACS2 = callPackage ../applications/science/biology/MACS2 { };
|
||||
macs2 = callPackage ../applications/science/biology/macs2 { };
|
||||
|
||||
mafft = callPackage ../applications/science/biology/mafft { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue