maintainers: drop scalavision
Inactive since 2024.
This commit is contained in:
@@ -23260,12 +23260,6 @@
|
||||
githubId = 15986681;
|
||||
name = "Simon Bruder";
|
||||
};
|
||||
scalavision = {
|
||||
email = "scalavision@gmail.com";
|
||||
github = "scalavision";
|
||||
githubId = 3958212;
|
||||
name = "Tom Sorlie";
|
||||
};
|
||||
scd31 = {
|
||||
name = "scd31";
|
||||
github = "scd31";
|
||||
|
||||
@@ -61,6 +61,5 @@ python3Packages.buildPythonApplication rec {
|
||||
mit
|
||||
bsd3
|
||||
];
|
||||
maintainers = with lib.maintainers; [ scalavision ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Structural variant caller for mapped DNA sequenced data";
|
||||
mainProgram = "delly";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ scalavision ];
|
||||
platforms = platforms.unix;
|
||||
longDescription = ''
|
||||
Delly is an integrated structural variant (SV) prediction method
|
||||
|
||||
@@ -100,7 +100,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://genome.ucsc.edu";
|
||||
changelog = "https://github.com/ucscGenomeBrowser/kent/releases/tag/v${finalAttrs.version}_base";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ scalavision ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -60,7 +60,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
modules (written in Java or Scala) or through an external subprocesses.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [
|
||||
scalavision
|
||||
zenithal
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "svaba";
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://github.com/walaj/svaba";
|
||||
maintainers = with maintainers; [ scalavision ];
|
||||
platforms = platforms.linux;
|
||||
longDescription = ''
|
||||
SvABA is a method for detecting structural variants in sequencing data
|
||||
|
||||
@@ -87,7 +87,6 @@ python3Packages.buildPythonApplication rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
natsukium
|
||||
scalavision
|
||||
];
|
||||
longDescription = ''
|
||||
Truvari is a benchmarking tool for comparison sets of SVs.
|
||||
|
||||
@@ -28,6 +28,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://deeptools.readthedocs.io/en/develop";
|
||||
description = "Helper library for deeptools";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ scalavision ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,5 @@ buildPythonPackage rec {
|
||||
A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access.
|
||||
'';
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ scalavision ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/deeptools/pyBigWig";
|
||||
changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ scalavision ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user