https://github.com/jayrbolton/kbase_tutorial_contig_filter
https://github.com/jayrbolton/kbase_tutorial_contig_filter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayrbolton/kbase_tutorial_contig_filter
- Owner: jayrbolton
- License: mit
- Created: 2019-10-30T16:40:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T18:39:36.000Z (over 5 years ago)
- Last Synced: 2025-01-04T23:41:52.686Z (4 months ago)
- Language: Python
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jayrboltonTest
This is a [KBase](https://kbase.us) module generated by the [KBase Software Development Kit (SDK)](https://github.com/kbase/kb_sdk).
You will need to have the SDK installed to use this module. [Learn more about the SDK and how to use it](https://kbase.github.io/kb_sdk_docs/).
You can also learn more about the apps implemented in this module from its [catalog page](https://narrative.kbase.us/#catalog/modules/jayrboltonTest) or its [spec file]($module_name.spec).
# Setup and test
Add your KBase developer token to `test_local/test.cfg` and run the following:
```bash
$ make
$ kb-sdk test
```After making any additional changes to this repo, run `kb-sdk test` again to verify that everything still works.
To test the utilities independently, run:
```sh
make test-utils
```# Installation from another module
To use this code in another SDK module, call `kb-sdk install jayrboltonTest` in the other module's root directory.
# Help
You may find the answers to your questions in our [FAQ](https://kbase.github.io/kb_sdk_docs/references/questions_and_answers.html) or [Troubleshooting Guide](https://kbase.github.io/kb_sdk_docs/references/troubleshooting.html).