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)
Oct 10 2024, 6:43 AM
Unknown Object (File)
Sep 27 2024, 4:38 PM
Unknown Object (File)
Sep 26 2024, 8:59 PM
Unknown Object (File)
Sep 24 2024, 2:23 AM
Unknown Object (File)
Sep 24 2024, 2:23 AM
Unknown Object (File)
Sep 24 2024, 2:23 AM
Unknown Object (File)
Sep 20 2024, 2:51 PM
Unknown Object (File)
Sep 19 2024, 9:37 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.