Skip to content

Commit

Permalink
biology/biostar-tools: Add biology/kallisto run depend to metaport
Browse files Browse the repository at this point in the history
Also clean up other deps for consistency
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Sep 27, 2021
1 parent a2cb1af commit 96d32d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions biology/biostar-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= biostar-tools
PORTVERSION= 1.6.0
PORTVERSION= 1.7.0
CATEGORIES= biology python

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -24,8 +24,8 @@ RUN_DEPENDS= wget>0:ftp/wget \
picard-tools>0:biology/picard-tools \
bbmap>0:biology/bbmap \
minimap2>0:biology/minimap2 \
bwa>=0:biology/bwa \
bowtie2>=0:biology/bowtie2 \
bwa>0:biology/bwa \
bowtie2>0:biology/bowtie2 \
samtools>0:biology/samtools \
emboss>0:biology/emboss \
bedtools>0:biology/bedtools \
Expand Down Expand Up @@ -59,7 +59,8 @@ RUN_DEPENDS= wget>0:ftp/wget \
mafft>0:biology/mafft \
clustal-omega>0:biology/clustal-omega \
${PYTHON_PKGNAMEPREFIX}pywgsim>0:biology/py-pywgsim@${PY_FLAVOR} \
sam2pairwise:biology/sam2pairwise
sam2pairwise>0:biology/sam2pairwise \
kallisto>0:biology/kallisto

USES= metaport python

Expand Down
2 changes: 1 addition & 1 deletion biology/biostar-tools/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TIMESTAMP = 1631047196
TIMESTAMP = 1632744796

0 comments on commit 96d32d8

Please sign in to comment.