Page MenuHomeFreeBSD

biology/smithwaterman: Smith-waterman-gotoh alignment algorithm
ClosedPublic

Authored by jwb on Apr 15 2018, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 11:11 PM
Unknown Object (File)
Feb 23 2024, 11:11 PM
Unknown Object (File)
Feb 23 2024, 11:11 PM
Unknown Object (File)
Feb 23 2024, 11:11 PM
Unknown Object (File)
Feb 23 2024, 10:37 PM
Unknown Object (File)
Jan 12 2024, 7:21 AM
Unknown Object (File)
Dec 20 2023, 1:37 AM
Unknown Object (File)
Nov 26 2023, 11:04 PM
Subscribers

Details

Summary

biology/smithwaterman: Smith-waterman-gotoh alignment algorithm
Approved by jrm (mentor) or wen (mentor)
Differential to be added to commit message

Test Plan

portlint -AC: looks fine
Passed poudriere on {10.3,11.1}-{amd64,i386}
Tested in production

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

biology/smithwaterman/Makefile
4 ↗(On Diff #41477)

Since this is not an upstream version, I think we want PORTVERSION here. Have a look at 'Example 5.9. Exotic Case 2' in the PH.

14 ↗(On Diff #41477)

Single block 'USES and USE_x' block?

USES=		gmake
USE_GITHUB=	yes
GH_ACCOUNT=	ekg
GH_TAGNAME=	2610e259611ae4cde8f03c72499d28f03f6d38a7
USE_LDCONFIG=	yes

I was actually following Example 5.13 on the DISTVERSION.

Attribute the blank line to dain bramage.

Thanks.

This revision is now accepted and ready to land.Apr 15 2018, 11:48 AM
This revision was automatically updated to reflect the committed changes.