Skip to content

Commit 3893a18

Browse files
committed
Provided link to checking provenance
1 parent 03f22b9 commit 3893a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDK_Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In order to transition an app from Development to Beta and, finally, Release, th
1616
4. The repository contains minimal tests (e.g., at least one unit test per app with some coverage of important parameters and inputs). Ideally 70% code coverage for testing, but this is an ideal and not a hard requirement
1717
5. All of the tests above must pass
1818
6. Has the code been reviewed by KBase Implementation Team staff? A basic expectation is that for Python code is that flake8 shows no errors or warnings, see [this document](https://github.com/kbase/project_guides/blob/master/RecommendedEditors.md#flake8-configuration) for details on flake8 configuration
19-
7. Is the provenance information for output objects properly generated? As a rule, outputting your objects using the [DataFileUtils](https://narrative.kbase.us/#catalog/modules/DataFileUtil) API will take care of filling out the provenance information. In general it is best to use [DataFileUtils](https://narrative.kbase.us/#catalog/modules/DataFileUtil) whenever possible for input and output.
19+
7. Is the [provenance information for output objects properly generated](https://github.com/kbase/KBaseDeveloperBootstrap/blob/master/Provenance_info.md)? As a rule, outputting your objects using the [DataFileUtils](https://narrative.kbase.us/#catalog/modules/DataFileUtil) API will take care of filling out the provenance information. In general it is best to use [DataFileUtils](https://narrative.kbase.us/#catalog/modules/DataFileUtil) whenever possible for input and output.
2020
8. Is there a basic travis-ci configuration that [minimally performs a "kb-sdk validate"](https://github.com/kbaseapps/kb_Velvet/blob/master/.travis.yml), or [ideally performs a "kb-sdk test"](https://github.com/kbaseapps/kb_ballgown/blob/master/.travis.yml)
2121

2222

0 commit comments

Comments
 (0)