pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

atac-seq: Add lz4, xz, and zstd deps



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Aug 19 07:44:42 2023 -0500
Changeset:	40e8814277b79b8f0420f9be4257d718f446ea43

Modified Files:
	atac-seq/Makefile

Log Message:
atac-seq: Add lz4, xz, and zstd deps

Most genomic data files are compressed, so include common tools
in the metapackage

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40e8814277b79b8f0420f9be4257d718f446ea43

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 atac-seq/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/atac-seq/Makefile b/atac-seq/Makefile
index 2baf4a5167..01f9668150 100644
--- a/atac-seq/Makefile
+++ b/atac-seq/Makefile
@@ -22,6 +22,9 @@ DEPENDS+=	peak-classifier>0:../../wip/peak-classifier
 DEPENDS+=	${PYPKGPREFIX}-multiqc-[0-9]*:../../wip/py-multiqc
 DEPENDS+=	webbrowser>0:../../wip/webbrowser
 DEPENDS+=	curl>0:../../www/curl
+DEPENDS+=	lz4>0:../../archivers/lz4
+DEPENDS+=	xz>0:../../archivers/xz
+DEPENDS+=	zstd>0:../../archivers/zstd
 
 META_PACKAGE=	yes
 


Home | Main Index | Thread Index | Old Index