git: 03af9391b523 - main - biology/fastq-trim: Update to 0.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Dec 2022 21:24:06 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=03af9391b5230ff00e25ea1fee083aef3d7f82ad commit 03af9391b5230ff00e25ea1fee083aef3d7f82ad Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-12-11 21:23:01 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-12-11 21:24:05 +0000 biology/fastq-trim: Update to 0.1.2 Minor enhancements, fixes for SunOS Changes: https://github.com/auerlab/fastq-trim/releases --- biology/fastq-trim/Makefile | 3 +-- biology/fastq-trim/distinfo | 6 +++--- biology/fastq-trim/pkg-descr | 8 ++++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/biology/fastq-trim/Makefile b/biology/fastq-trim/Makefile index d183a3c838ba..828e068b28c6 100644 --- a/biology/fastq-trim/Makefile +++ b/biology/fastq-trim/Makefile @@ -1,6 +1,5 @@ PORTNAME= fastq-trim -DISTVERSION= 0.1.1-4 -DISTVERSIONSUFFIX= -g7e3c5ff +DISTVERSION= 0.1.2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/biology/fastq-trim/distinfo b/biology/fastq-trim/distinfo index e98d9c697d0d..2a1f9a93383f 100644 --- a/biology/fastq-trim/distinfo +++ b/biology/fastq-trim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647897438 -SHA256 (outpaddling-fastq-trim-0.1.1-4-g7e3c5ff_GH0.tar.gz) = c2dec668dd1946d62b3f7110d243ac9722af8730dbd3919c1e62e01428af3794 -SIZE (outpaddling-fastq-trim-0.1.1-4-g7e3c5ff_GH0.tar.gz) = 30070 +TIMESTAMP = 1670785537 +SHA256 (outpaddling-fastq-trim-0.1.2_GH0.tar.gz) = 9b265aa6cc410a20479ff60d7fd5aa02c9a89c57624290887df4b9129aa1a70c +SIZE (outpaddling-fastq-trim-0.1.2_GH0.tar.gz) = 29796 diff --git a/biology/fastq-trim/pkg-descr b/biology/fastq-trim/pkg-descr index 0a4ad2c041bd..c15f60867a0a 100644 --- a/biology/fastq-trim/pkg-descr +++ b/biology/fastq-trim/pkg-descr @@ -1,2 +1,6 @@ -Fastq-trim is a lightening fast read trimming tool for QA of DNA and RNA -reads prior to analyses such as RNA-Seq. +Fastq-trim is a lightening fast read trimming tool for QA of +DNA and RNA reads prior to analyses such as RNA-Seq. it runs +in a fraction of the time required by popular trimmers and uses +only a few megabytes of RAM, so it will run almost entirely in +cache. The design supports adding any number of alignment +functions, so it can be easily adapted to any trimming needs.