I initially created this module using the example kb-sdk workflow, then shared to my github. Now I'm writing this change after getting a different computer than where I initially developed, requiring cloning this repo from github and also needing to copy the test_local folder and the sdk.cfg file from where the "kb-sdk init blah blah blah" creates those module elements when creating a new module locally (but they're not shared to github).
This is a KBase module generated by the KBase Software Development Kit (SDK).
You will need to have the SDK installed to use this module. Learn more about the SDK and how to use it.
You can also learn more about the apps implemented in this module from its catalog page or its spec file.
Add your KBase developer token to test_local/test.cfg
and run the following:
$ make
$ kb-sdk test
After making any additional changes to this repo, run kb-sdk test
again to verify that everything still works.
To use this code in another SDK module, call kb-sdk install abbyjergerContigFilter
in the other module's root directory.
You may find the answers to your questions in our FAQ or Troubleshooting Guide.