mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
biology/biolibc-tools: Update to 0.1.2
New fastx-stats and ensembl2gene subcommands Minor updates for biolibc 0.2.2 API changes Minor bug fixes and ennancements
This commit is contained in:
parent
258dc9d15d
commit
b8604e856a
@ -1,7 +1,7 @@
|
||||
# Created by: J. Bacon <jwb@FreeBSD.org>
|
||||
|
||||
PORTNAME= biolibc-tools
|
||||
DISTVERSION= 0.1.1
|
||||
DISTVERSION= 0.1.2
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= uthash>0:devel/uthash
|
||||
LIB_DEPENDS= libbiolibc.so:biology/biolibc \
|
||||
libxtend.so:devel/libxtend \
|
||||
libxxhash.so:devel/xxhash
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1639495090
|
||||
SHA256 (auerlab-biolibc-tools-0.1.1_GH0.tar.gz) = 169ea4bbd70049d9e364e145db0ca4793da99202f12262e00485407cfbd2997b
|
||||
SIZE (auerlab-biolibc-tools-0.1.1_GH0.tar.gz) = 21700
|
||||
TIMESTAMP = 1647347831
|
||||
SHA256 (auerlab-biolibc-tools-0.1.2_GH0.tar.gz) = 817b3f88b1d83a28389dbbb43ef1e0d2c1fb3b7e72ca7151fa26a35058ef4558
|
||||
SIZE (auerlab-biolibc-tools-0.1.2_GH0.tar.gz) = 24610
|
||||
|
@ -1,19 +1,23 @@
|
||||
bin/blt
|
||||
libexec/biolibc-tools/chrom-lens
|
||||
libexec/biolibc-tools/ensemblid2gene
|
||||
libexec/biolibc-tools/extract-seq
|
||||
libexec/biolibc-tools/fasta2seq
|
||||
libexec/biolibc-tools/fastq-derep.sh
|
||||
libexec/biolibc-tools/fastx-derep
|
||||
libexec/biolibc-tools/fastx-stats
|
||||
libexec/biolibc-tools/fastx2tsv
|
||||
libexec/biolibc-tools/find-orfs
|
||||
libexec/biolibc-tools/gff2bed
|
||||
libexec/biolibc-tools/uniq-seqs.awk
|
||||
libexec/biolibc-tools/vcf-search
|
||||
man/man1/blt-chrom-lens.1.gz
|
||||
man/man1/blt-ensemblid2gene.1.gz
|
||||
man/man1/blt-extract-seq.1.gz
|
||||
man/man1/blt-fasta2seq.1.gz
|
||||
man/man1/blt-fastq-derep.sh.1.gz
|
||||
man/man1/blt-fastx-derep.1.gz
|
||||
man/man1/blt-fastx-stats.1.gz
|
||||
man/man1/blt-fastx2tsv.1.gz
|
||||
man/man1/blt-find-orfs.1.gz
|
||||
man/man1/blt-gff2bed.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user