pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
atac-seq: Add curl to simplify pipeline scripts
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Jul 25 12:45:39 2023 -0500
Changeset: 8dc7f8f7d8ce42b5c5aa7a2b5ea8d9e1814492a5
Modified Files:
atac-seq/Makefile
Log Message:
atac-seq: Add curl to simplify pipeline scripts
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8dc7f8f7d8ce42b5c5aa7a2b5ea8d9e1814492a5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
atac-seq/Makefile | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diffs:
diff --git a/atac-seq/Makefile b/atac-seq/Makefile
index 59e8b3f021..75092451e3 100644
--- a/atac-seq/Makefile
+++ b/atac-seq/Makefile
@@ -8,19 +8,20 @@ MASTER_SITES= # empty
OWNER= bacon%NetBSD.org@localhost
COMMENT= Core tools needed for ATAC-Seq analysis
-DEPENDS+= fastq-trim>=0:../../wip/fastq-trim
-DEPENDS+= fastqc>=0:../../biology/fastqc
-DEPENDS+= biolibc-tools>=0:../../wip/biolibc-tools
-DEPENDS+= gffread>=0:../../biology/gffread
-DEPENDS+= bwa>=0:../../biology/bwa
-DEPENDS+= bowtie2>=0:../../biology/bowtie2
-DEPENDS+= samtools>=0:../../biology/samtools
-DEPENDS+= igv>=0:../../biology/igv
-DEPENDS+= ${PYPKGPREFIX}-macs2>=0:../../wip/py-macs2
-DEPENDS+= fasda>=0:../../wip/fasda
-DEPENDS+= peak-classifier>=0:../../wip/peak-classifier
-DEPENDS+= webbrowser>=0:../../wip/webbrowser
+DEPENDS+= fastq-trim>0:../../wip/fastq-trim
+DEPENDS+= fastqc>0:../../biology/fastqc
+DEPENDS+= biolibc-tools>0:../../wip/biolibc-tools
+DEPENDS+= gffread>0:../../biology/gffread
+DEPENDS+= bwa>0:../../biology/bwa
+DEPENDS+= bowtie2>0:../../biology/bowtie2
+DEPENDS+= samtools>0:../../biology/samtools
+DEPENDS+= igv>0:../../biology/igv
+DEPENDS+= ${PYPKGPREFIX}-macs2>0:../../wip/py-macs2
+DEPENDS+= fasda>0:../../wip/fasda
+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
META_PACKAGE= yes
Home |
Main Index |
Thread Index |
Old Index