chore(main): release 0.2.0 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 0.2.0 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Command line interface for SODAR Server.
sodar-server
: SODAR web server for meta and mass data management.
sodar-taskflow
: Helper component for running tasks with rollback functionality.
$ 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
$ $EDITOR HISTORY.rst $ git tag ... $ rm -rf dist $ python setup.py sdist $ twine upload dist/*.tar.gz
用于与SODAR服务器交互的命令行工具,支持数据上传、下载和管理
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
Releasing