pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/atac-seq



Module Name:    pkgsrc
Committed By:   bacon
Date:           Mon Jan 23 21:38:51 UTC 2023

Added Files:
        pkgsrc/biology/atac-seq: DESCR Makefile

Log Message:
biology/atac-seq: Core tools needed for ATAC-Seq analysis

The atac-seq meta-package provides the core tools needed for performing
a typical ATAC-Seq differential accessibility analysis, including
adapter trimming, quality control, alignment, peak calling, and
identification of differentially accessible peaks.  Researchers may
want additional tools for data manipulation, gene ontology, etc.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/biology/atac-seq/DESCR \
    pkgsrc/biology/atac-seq/Makefile

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

Added files:

Index: pkgsrc/biology/atac-seq/DESCR
diff -u /dev/null pkgsrc/biology/atac-seq/DESCR:1.1
--- /dev/null   Mon Jan 23 21:38:51 2023
+++ pkgsrc/biology/atac-seq/DESCR       Mon Jan 23 21:38:50 2023
@@ -0,0 +1,5 @@
+The atac-seq meta-package provides the core tools needed for performing
+a typical ATAC-Seq differential accessibility analysis, including
+adapter trimming, quality control, alignment, peak calling, and
+identification of differentially accessible peaks.  Researchers may
+want additional tools for data manipulation, gene ontology, etc.
Index: pkgsrc/biology/atac-seq/Makefile
diff -u /dev/null pkgsrc/biology/atac-seq/Makefile:1.1
--- /dev/null   Mon Jan 23 21:38:51 2023
+++ pkgsrc/biology/atac-seq/Makefile    Mon Jan 23 21:38:50 2023
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2023/01/23 21:38:50 bacon Exp $
+#
+
+DISTNAME=      atac-seq-1.1
+CATEGORIES=    biology meta-pkgs
+MASTER_SITES=  # empty
+
+OWNER=         bacon%NetBSD.org@localhost
+COMMENT=       Core tools needed for ATAC-Seq analysis
+
+DEPENDS+=      fastq-trim>=0:../../biology/fastq-trim
+DEPENDS+=      fastqc>=0:../../biology/fastqc
+DEPENDS+=      biolibc-tools>=0:../../biology/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:../../biology/py-macs2
+DEPENDS+=      fasda>=0:../../biology/fasda
+DEPENDS+=      peak-classifier>=0:../../biology/peak-classifier
+DEPENDS+=      webbrowser>=0:../../www/webbrowser
+
+META_PACKAGE=  yes
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index