Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 628B384D2D for ; Thu, 22 Jun 2023 11:26:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Fx3a_U3JoGiM for ; Thu, 22 Jun 2023 11:26:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EBE0F84CED for ; Thu, 22 Jun 2023 11:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3540FA89; Thu, 22 Jun 2023 11:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687433186253910" MIME-Version: 1.0 Date: Thu, 22 Jun 2023 11:26:26 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/biology/ad2vcf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20230622112626.E3540FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687433186253910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Thu Jun 22 11:26:26 UTC 2023 Modified Files: pkgsrc/biology/ad2vcf: DESCR Log Message: biology/ad2vcf: Fix typo in DESCR To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/ad2vcf/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687433186253910 Content-Disposition: inline Content-Length: 440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/ad2vcf/DESCR diff -u pkgsrc/biology/ad2vcf/DESCR:1.1 pkgsrc/biology/ad2vcf/DESCR:1.2 --- pkgsrc/biology/ad2vcf/DESCR:1.1 Wed Mar 24 18:19:21 2021 +++ pkgsrc/biology/ad2vcf/DESCR Thu Jun 22 11:26:26 2023 @@ -1,2 +1,2 @@ -ad2vdf extracts allelic depth info from a SAM stream and adds it to a +ad2vcf extracts allelic depth info from a SAM stream and adds it to a corresponding single-sample VCF file. --_----------=_1687433186253910--