我对UBUNTU和Mothur都是新手。我正在尝试安装从https://github.com/mothur/mothur/releases (Mothur.linux_64.zip)下载的39.5 Mothur版本。我跟踪了Mothur公司提供的安装管道:
mkdir mothur
cd mothur
unzip ../Mothur.source.zip
make
但我知道这个错误:
make: *** No targets specified and no makefile found. Stop.
我进入了文件,我找不到任何制作文件(Blast,CatchAllCmdL.exe,
我的理解是,当使用-P选项显式设置配置文件时,它是独占的,无论发生什么情况,该配置文件都应该被激活。
在我的例子中,在运行命令mvn clean compile -Pcross-compile之后,cross-compile配置文件被忽略,build-linux-amd64被激活。
这里发生了什么,为什么没有调用cross-compile?
我的配置文件配置如下:
<profiles>
<!-- Cross-compile profile (can only be run under linux os) -->
<profile&g
我有一个使用vSphere-Iso builder部署Centos 7的打包文件,它在linux服务器上直接执行时工作正常,但当我尝试使用gitlab-runner运行相同的打包文件时,它失败了,因为它不等待操作系统安装。它在等待1分钟后失败,但是如果我使用-on-error= run -cleanup provisioner运行packer命令,操作系统安装成功完成,那么很明显问题是packer没有等待。
2021/07/20 12:02:40 packer.io plugin: [INFO] Waiting for IP, up to total timeout: 30m0s, settl