使用Docker在本地运行Rfam家族构建管道 为您喜欢的操作系统下载并安装 从GitHub克隆rfam-family-pipeline存储库: git clone https://github.com/Rfam/rfam-family-pipeline.git 转到rfam-family-pipeline目录,并使用Dockerfile构建Docker映像: cd /path/to/rfam-family-pipeline docker image build -t rfam-local . 构建图像并通过调用以下内容启动新容器后: docker run -i -t rfam-loc