THIS IS A PRE-RELEASE VERSION.
This was recently forked from SubmitCGAP and is not yet ready for normal use.
Watch for version 1.0.
This is a tool for uploading certain kinds of files to SMaHT.
The "R" is for Remote file submission. You can think of this tool as putting the "R" in "SMaHT". :)
This tool was forked from SubmitCGAP and will probably remain compatible, but by forking it, the original repository will remain stable and this new repository can experiment safely.
Because SubmitCGAP supported submission of new cases, family histories, and gene lists, that's what this begins with. But that doesn't imply that those things are present in SMaHT. The protocol is designed to require both ends to agree on the availability of a particular kind of upload for it to happen.
Installing this system involves these steps:
- Create, install, and activate a virtual environment.
- Only if you are a developer, install poetry and select the source repository. Others will not have a source repository to select, so should skip this step.
- If you are an end user, do "
pip install submitr
". Otherwise, do "make build
". - Set up a
~/.smaht-keys.json
credentials file.
See detailed information about these installation steps at Installing submitr.
To run unit tests, do:
$ make test
Additional notes on testing these scripts for release can be found in Testing submitr.
Once you have finished installing this library into your virtual environment,
you should have access to the submit-metadata-bundle
and the submit-genelist
commands. For more information about how to format files for submission and how to
use these commands, see Getting Started.