将GeneHancer数据库加载到NDEx

ndexgenehancerloader的Python项目详细描述


NDEx GeneHancer内容加载器

https://img.shields.io/pypi/v/ndexgenehancerloader.svghttps://img.shields.io/travis/ceofy/ndexgenehancerloader.svgDocumentation Status

将GeneHancer数据库加载到NDEx

依赖性

兼容性

  • Python 3.3+

安装

git clone https://github.com/ceofy/ndexgenehancerloader
cd ndexgenehancerloader
make dist
pip install dist/ndexloadgenehancer*whl

运行不带参数的make命令,查看其他构建/部署选项,包括创建Docker映像

^{pr2}$

输出:

clean                remove all build, test, coverage and Python artifacts
clean-build          remove build artifacts
clean-pyc            remove Python file artifacts
clean-test           remove test and coverage artifacts
lint                 check style with flake8
test                 run tests quickly with the default Python
test-all             run tests on every Python version with tox
coverage             check code coverage quickly with the default Python
docs                 generate Sphinx HTML documentation, including API docs
servedocs            compile the docs watching for changes
testrelease          package and upload a TEST release
release              package and upload a release
dist                 builds source and wheel package
install              install the package to the active Python's site-packages
dockerbuild          build docker image and store in local repository
dockerpush           push image to dockerhub

配置

ndexloadgenehancer.py需要创建以下格式的配置文件。 此配置的默认路径是~/.ndexutils.conf,但可以用重写 ^{cd2}标志。在

配置文件格式

[<value in --profile (default ndexgenehancerloader)>]

user = <NDEx username>
password = <NDEx password>
server = <NDEx server(omit http) ie public.ndexbio.org>

示例配置文件

[ndexgenehancerloader_dev]

user = joe123
password = somepassword123
server = dev.ndexbio.org

所需文件

TODO:添加所需文件的说明

用法

有关信息,请调用ndexloadgenehancer.py -h

示例用法

TODO:添加有关示例用法的信息

ndexloadgenehancer.py # TODO Add other needed arguments here

通过Docker

示例用法

TODO:添加有关示例用法的信息

docker run -v `pwd`:`pwd` -w `pwd` ceofy/ndexgenehancerloader:0.1.0 ndexloadgenehancer.py --conf conf # TODO Add other needed arguments here

学分

此包是用Cookiecutteraudreyr/cookiecutter-pypackage项目模板创建的。在

历史

  • PyPI的第一个版本。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何强制用户在允许访问活动之前处理对话框?我的许可证代码怎么了?   java ArraysList作为JSON   mysql如何在java中创建包含多个可选where子句的搜索语句?   java如何让Apache Camel在“直接”路径的末尾删除文件?   使用socket在两个Androids之间进行java实时数据传输。IO(websocket)和4G   如何在java中实现两个CORBA服务器之间的通信   会话树xml表示为java对象   java Skype4Java编号swtwin323325   java RecyclerView getAdapterPosition()不工作:第一次单击返回正确位置,第二次单击返回1   java在$TOMCAT/conf/context上为JNDI设置资源。xml   java为什么第二个矩形冲突在第一个矩形冲突时不起作用?   JScrollPane上的java JTextArea未出现在JPanel上   java如何将实现的PriorityQueue打印为字符串?   jpa使用Jersey更新用户角色RESTJava(JAXRS)