pkgsrc-WIP-changes archive

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

rna-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:43:17 2023 -0500
Changeset:	d750a54c288c16c245964f6c07d9ceb944d6adaf

Modified Files:
	rna-seq/Makefile

Log Message:
rna-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=d750a54c288c16c245964f6c07d9ceb944d6adaf

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

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

diffs:
diff --git a/rna-seq/Makefile b/rna-seq/Makefile
index bb299c3b32..6c08c57820 100644
--- a/rna-seq/Makefile
+++ b/rna-seq/Makefile
@@ -21,6 +21,9 @@ DEPENDS+=	fasda>0:../../wip/fasda
 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