Skip to content

Commit

Permalink
biology/biolibc-tools: Update to 0.1.3
Browse files Browse the repository at this point in the history
Add vcf-downsample subcommand
Improvements to build system
extract-seq: Recurse to output subfeatures
Numerous other minor enhancements and fixes

Changes:        https://github.com/auerlab/biolibc-tools/tags
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Jun 11, 2022
1 parent 603571c commit f869d6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biology/biolibc-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: J. Bacon <jwb@FreeBSD.org>

PORTNAME= biolibc-tools
DISTVERSION= 0.1.2
DISTVERSION= 0.1.3
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions biology/biolibc-tools/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1647347831
SHA256 (auerlab-biolibc-tools-0.1.2_GH0.tar.gz) = 817b3f88b1d83a28389dbbb43ef1e0d2c1fb3b7e72ca7151fa26a35058ef4558
SIZE (auerlab-biolibc-tools-0.1.2_GH0.tar.gz) = 24610
TIMESTAMP = 1654951264
SHA256 (auerlab-biolibc-tools-0.1.3_GH0.tar.gz) = 0d5d983ea84e2aa8b23a4954b06f0f7b2eee033b570bf593d75a1196989b985e
SIZE (auerlab-biolibc-tools-0.1.3_GH0.tar.gz) = 27735
2 changes: 2 additions & 0 deletions biology/biolibc-tools/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ libexec/biolibc-tools/fastx2tsv
libexec/biolibc-tools/find-orfs
libexec/biolibc-tools/gff2bed
libexec/biolibc-tools/uniq-seqs.awk
libexec/biolibc-tools/vcf-downsample
libexec/biolibc-tools/vcf-search
man/man1/blt-chrom-lens.1.gz
man/man1/blt-ensemblid2gene.1.gz
Expand All @@ -21,5 +22,6 @@ 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
man/man1/blt-vcf-downsample.1.gz
man/man1/blt-vcf-search.1.gz
man/man1/blt.1.gz

0 comments on commit f869d6b

Please sign in to comment.