pkgsrc-WIP-changes archive

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

rna-seq: Add GNU parallel to meta-package



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Nov 9 07:35:27 2022 -0600
Changeset:	057364357093f4b6ee9204d1c8b02849cf553673

Modified Files:
	rna-seq/Makefile

Log Message:
rna-seq: Add GNU parallel to meta-package

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

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

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

diffs:
diff --git a/rna-seq/Makefile b/rna-seq/Makefile
index 478c2c188a..fd94fb0485 100644
--- a/rna-seq/Makefile
+++ b/rna-seq/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES=	# empty
 MAINTAINER=	bacon%NetBSD.org@localhost
 COMMENT=	Core tools needed for RNA-Seq analysis
 
+DEPENDS+=	parallel>=0:../../parallel/parallel
 DEPENDS+=	fastq-trim>=0:../../biology/fastq-trim
 DEPENDS+=	fastqc>=0:../../biology/fastqc
 DEPENDS+=	biolibc-tools>=0:../../biology/biolibc-tools


Home | Main Index | Thread Index | Old Index