An open API service indexing awesome lists of open source software.

https://github.com/jayrbolton/kbase_tutorial_contig_filter


https://github.com/jayrbolton/kbase_tutorial_contig_filter

Last synced: 2 months ago
JSON representation

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).