目录

Continuous Integration Status

image

image

image

MIT License

SODAR CLI

Command line interface for SODAR Server.

Getting Started

SODAR Repositories

sodar-server

: SODAR web server for meta and mass data management.

sodar-taskflow

: Helper component for running tasks with rollback functionality.

Installation

$ git clone git@github.com:bihealth/sodar-cli.git
$ cd sodar-cli
$ conda create -n sodar-cli python=3.9
$ conda activate sodar-cli
$ pip install -e .
$ cat >~/.sodarrc.toml <<EOF
[global]

# URL to SODAR server.
sodar_server_url = "https://sodar.example.com/"
# API token to use for SODAR API.
sodar_api_token = "XXX"
EOF

Releasing

$ $EDITOR HISTORY.rst
$ git tag ...
$ rm -rf dist
$ python setup.py sdist
$ twine upload dist/*.tar.gz
关于

用于与SODAR服务器交互的命令行工具,支持数据上传、下载和管理

178.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号