thanks a lot.
I have two questions want to know
1:
after installing UTA and SeqRepo
and add the following two env variable to my ~/.bashrc
export HGVS_SEQREPO_DIR=/usr/local/share/seqrepo/20160906
export UTA_DB_URL=postgresql://anonymous@localhost:15032/uta/uta_20170117.
and will all the command when I use hgvs functions, the package will use all local database automaticlly?
or should I set db_url or something else?
hgvs.dataproviders.uta.connect(db_url=None, pooling=False, application_name=None, mode=None, cache=None)
2: must this packages know the small version of a transcript, for example
NM_001166478.1:c.35_36insT, can the input be NM_001166478:c.35_36insT ?
3 can you give me a md5 value of seqrepo, due to it is so big, I want to check the file when downloaded
--
You received this message because you are subscribed to the Google Groups "hgvs-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hgvs-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hgvs-discuss/5fe16218-7acd-4930-af0c-d2f11b28257b%40googlegroups.com.
I just do as the guide told me , first docker pull, then export the port the default setting.
the 50827 comes from I test the code you supplied in this link https://github.com/biocommons/uta/
here is a new try today
thanks a lot.