You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pypitestpublish.yml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,9 @@
1
1
# This workflows will upload a Python Package using Twine when a release is created
2
2
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
This repository is part of the [Platform for Oncogenomic Reporting and Interpretation (PORI)](https://bcgsc.github.io/pori/).
7
7
8
+
This is a python adaptor package for querying the GraphKB API and IPR API.
9
+
8
10
This python tool takes in variant inputs as tab-delimited files and annotates them using GraphKB.
9
11
The resulting output is uploaded to IPR as a report. Additional report content such as images and
10
12
metadata can be passed to be included in the report upload.
11
13
12
-
For documentation on how to create reports using this adaptor, see the [main documentation site](https://bcgsc.github.io/pori/) for the platform.
14
+
For documentation on how to create reports using the IPR adaptor, see the [main documentation site](https://bcgsc.github.io/pori/) for the platform. For the GraphKB adaptor, see the [user manual](https://bcgsc.github.io/pori/graphkb/scripting/).
0 commit comments