首页 > 解决方案 > 如何运行 g:profiler

问题描述

我是生物信息学的新手,正在学习使用 g:profiler。

我得到的建议是:

# Install the client.
pip install gprofiler-official  #this works fine, and says "Requirement already satisfied"

#Get help on the client parameters.
gprofiler_cli.py --help 

#the output I get is:
$ gprofiler_cli.py --help
-bash: gprofiler_cli.py: command not found
(base) 

# Example run from the documentation.
gprofiler_cli.py -o scerevisiae "swi4 swi6" 

#the output I get is:
$ gprofiler_cli.py -o scerevisiae "swi4 swi6"
-bash: gprofiler_cli.py: command not found
(base) 

尽管在互联网上阅读,但我仍被困住,我将不胜感激任何帮助谢谢!

标签: pythonmacosunixconda

解决方案


推荐阅读