Skip to content

Commit 01f1d6a

Browse files
committed
Add file missed with last commit
1 parent 05ecbea commit 01f1d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mGAP/src/org/labkey/mgap/columnTransforms/JBrowseHumanSessionTransform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected String getDatabaseName()
3030
}
3131

3232
@Override
33-
protected String getTrackJson()
33+
protected String getTrackJson(Results rs)
3434
{
3535
return "{\"category\":\"mGAP Variant Catalog\",\"visibleByDefault\": true,\"additionalFeatureMsg\":\"<h2>**These annotations are created by lifting the macaque variants to human coordinates, and must be viewed in that context.</h2>\"}";
3636
}

0 commit comments

Comments
 (0)