Thank you, DR. Philipp for your response.
I run this script for MAKER:
#!/bin/bash
mpiexec -n 12 maker -base Oi_ERR3890951_round1 round1_maker_opts.ctl maker_bopts.ctl maker_exe.ctl
The command I run for this script:
bash ./Oi_ERR3890951_IRGSP_round1.sh 2>&1 | tee Oi_ERR3890951_round1_run_maker.log
But I got this error:
Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
Ignoring PCI device with non-16bit domain.
Pass --enable-32bits-pci-domain to configure to support such devices
(warning: it would break the library ABI, don't enable unless really needed).
STATUS: Parsing control files...
ERROR: Could not determine if DFam is installed
--> rank=NA, hostname=hpz6
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 3414350 RUNNING AT hpz6
= EXIT CODE: 9
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Do I need to install DFam ? I thought that DFam already inside MAKER pipeline (https://anaconda.org/bioconda/maker)