如何运行g:profi

2024-09-27 23:23:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我是生物信息学新手,正在学习使用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) 

我会很感激任何帮助,因为我被卡住了,尽管我在网上阅读,谢谢


Tags: thepybashclientoutputbasegetcli

热门问题