mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
biology/chip-seq: Metaport for ChIP-Seq analysis
Metaport to install tools for typical ChIP-Seq analysis, including QC, adapter trimming, alignment, and differential analysis. Presently identical to biology/atac-seq, but may diverge in the future.
This commit is contained in:
parent
f9b727504f
commit
fddb1ea643
4 changed files with 31 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
SUBDIR += cd-hit
|
||||
SUBDIR += cdbfasta
|
||||
SUBDIR += checkm
|
||||
SUBDIR += chip-seq
|
||||
SUBDIR += clustal-omega
|
||||
SUBDIR += clustalw
|
||||
SUBDIR += cufflinks
|
||||
|
|
27
biology/chip-seq/Makefile
Normal file
27
biology/chip-seq/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= chip-seq
|
||||
DISTVERSION= 0.1.2
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= # empty
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Metaport for ChIP-Seq analysis
|
||||
WWW= https://github.com/auerlab/
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= sra-tools>0:biology/sra-tools \
|
||||
fastq-trim>0:biology/fastq-trim \
|
||||
fastqc>0:biology/fastqc \
|
||||
${PYTHON_PKGNAMEPREFIX}multiqc>0:biology/py-multiqc@${PY_FLAVOR} \
|
||||
biolibc-tools>0:biology/biolibc-tools \
|
||||
bwa>0:biology/bwa \
|
||||
bowtie2>0:biology/bowtie2 \
|
||||
samtools>0:biology/samtools \
|
||||
${PYTHON_PKGNAMEPREFIX}macs2>0:biology/py-macs2@${PY_FLAVOR} \
|
||||
fasda>0:biology/fasda \
|
||||
peak-classifier>0:biology/peak-classifier \
|
||||
webbrowser>0:www/webbrowser
|
||||
|
||||
USES= metaport python
|
||||
|
||||
.include <bsd.port.mk>
|
1
biology/chip-seq/distinfo
Normal file
1
biology/chip-seq/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
TIMESTAMP = 1686777697
|
2
biology/chip-seq/pkg-descr
Normal file
2
biology/chip-seq/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Metaport to install tools for typical ChIP-Seq analysis, including QC,
|
||||
adapter trimming, alignment, and differential analysis.
|
Loading…
Add table
Reference in a new issue