diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2022-12-12 17:29:36 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2022-12-12 17:30:00 +0000 |
commit | 8e926be18e0ab02a6d7ac35958a2eb6f0bee5a22 (patch) | |
tree | c81c4fce6663a6bfaa84089d11331af9b1a996e5 /biology/rna-seq/Makefile | |
parent | a94af519b5862e3350ce7ba79098fb0772bdd1ba (diff) |
Diffstat (limited to 'biology/rna-seq/Makefile')
-rw-r--r-- | biology/rna-seq/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/biology/rna-seq/Makefile b/biology/rna-seq/Makefile new file mode 100644 index 000000000000..bdba35652327 --- /dev/null +++ b/biology/rna-seq/Makefile @@ -0,0 +1,26 @@ +PORTNAME= rna-seq +DISTVERSION= 0.1.0 +CATEGORIES= biology python +MASTER_SITES= # empty + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Metaport for RNA-Seq analysis +WWW= https://example.com/rna-seq + +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 \ + gffread>0:biology/gffread \ + kallisto>0:biology/kallisto \ + hisat2>0:biology/hisat2 \ + samtools>0:biology/samtools \ + igv>0:biology/igv \ + fasda>0:biology/fasda + +USES= metaport python + +.include <bsd.port.mk> |