Update README.md
Command-line tool to prepare skyline output data for use in IsoCor software.
It is one of the routine tools used on the MetaToul Platform
The code is open-source, and available on GitHub under a GPLv3 license.
Skyline2isocor requires Python 3.9 or higher and runs on all platforms.
Use pip to install Skyline2isocor from pypi:
pip
$ pip install skyline2isocor
Run the command line interface:
$ skyline2isocor -i PATH_TO_DATA_FILE -o PATH_TO_OUTPUT_FILE
PATH_TO_DATA_FILE : path to your file with file name and extension (must be tsv or tab-separated txt file).
PATH_TO_OUTPUT_FILE : path to where the output file should be generated. The generated file name and extension (.tsv) must be given also.
用于将 Skyline 输出转换并用于 Isocor 同位素校正分析的辅助工具。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Skyline2IsoCor
Command-line tool to prepare skyline output data for use in IsoCor software.
It is one of the routine tools used on the MetaToul Platform
The code is open-source, and available on GitHub under a GPLv3 license.
Quick-start
Skyline2isocor requires Python 3.9 or higher and runs on all platforms.
Use
pipto install Skyline2isocor from pypi:Run the command line interface:
PATH_TO_DATA_FILE : path to your file with file name and extension (must be tsv or tab-separated txt file).
PATH_TO_OUTPUT_FILE : path to where the output file should be generated. The generated file name and extension (.tsv) must be given also.