bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.65k stars 3.29k forks source link

maker package not working: can't find x86_64-conda_cos6-linux-gnu-gcc compiler #13883

Closed reslp closed 5 years ago

reslp commented 5 years ago

Hi,

I am having troubles getting maker to run inside my conda environment. Everything seemed to have installed correctly. I had to make some changes to link RepBase correctly but I got it to work. Now when I run maker I get errors like this:

chmod 644 "IndexedBase_14e0.bs"
"/home/resladmin/anaconda3/envs/xylographa/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IndexedBase_14e0.bs blib/arch/auto/Bio/DB/IndexedBase_14e0/IndexedBase_14e0.bs 644
"/home/resladmin/anaconda3/envs/xylographa/bin/perl" "/home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/ExtUtils/xsubpp"  -typemap "/home/resladmin/anaconda3/envs/xylographa/lib/5.26.2/ExtUtils/typemap"   IndexedBase_14e0.xs > IndexedBase_14e0.xsc
mv IndexedBase_14e0.xsc IndexedBase_14e0.c
/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc -c  -I"/home/resladmin/anaconda3/envs/xylographa/bin" -D_REENTRANT -D_GNU_SOURCE --sysroot=/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/x86_64-conda_cos6-linux-gnu/sysroot -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" -fPIC --sysroot=/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/x86_64-conda_cos6-linux-gnu/sysroot "-I/home/resladmin/anaconda3/envs/xylographa/lib/5.26.2/x86_64-linux-thread-multi/CORE"   IndexedBase_14e0.c
/bin/sh: 1: /home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc: not found
make: *** [Makefile:330: IndexedBase_14e0.o] Error 127

A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
  "make > out.make 2>&1" with error code 2

The build directory was:
/data/scratch/philipp/projects/xylographa_comparative/tmp/maker/xyl_pal_draftV1/_Inline/build/Bio/DB/IndexedBase_14e0

To debug the problem, cd to the build directory, and inspect the output files.

Environment PATH = '/home/resladmin/anaconda3/envs/xylographa/bin:/usr/local/src/maker/bin:/usr/local/src/maker/bin:/home/resladmin/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/src/hisat2-2.1.0/:/usr/local/src/NextGenMap-0.5.5/bin/ngm-0.5.5/'
 at /home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 275.
--> rank=NA, hostname=lmbidp1-wertcs1
        ...propagated at /home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/Inline/C.pm line 869.
--> rank=NA, hostname=lmbidp1-wertcs1
 at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Error.pm line 38.
        Error::_throw_Error_Simple(HASH(0x56255d8525c0)) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Error.pm line 306
        Error::subs::run_clauses(HASH(0x56255d3258f0), "Running Mkbootstrap for IndexedBase_14e0 ()\x{a}chmod 644 \"Indexe"..., undef, ARRAY(0x56255d39ff50)) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Error.pm line 426
        Error::subs::try(CODE(0x56255d3cee18), HASH(0x56255d3258f0)) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/FastaSeq.pm line 95
        FastaSeq::seq(FastaSeq=HASH(0x56255d3ad1b0)) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Process/MpiChunk.pm line 478
        Process::MpiChunk::_go(Process::MpiChunk=HASH(0x56255d3a1ef0), "run", HASH(0x56255d3ccb30), 0, 0) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Process/MpiChunk.pm line 341
        Process::MpiChunk::run(Process::MpiChunk=HASH(0x56255d3a1ef0), 0) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Process/MpiChunk.pm line 357
        Process::MpiChunk::run_all(Process::MpiChunk=HASH(0x56255d3a1ef0), 0) called at /home/resladmin/anaconda3/envs/xylographa/bin/../lib/Process/MpiTiers.pm line 287
        Process::MpiTiers::run_all(Process::MpiTiers=HASH(0x56255d37e1f0), 0) called at /home/resladmin/anaconda3/envs/xylographa/bin/maker line 683
Running Mkbootstrap for IndexedBase_14e0 ()
chmod 644 "IndexedBase_14e0.bs"
"/home/resladmin/anaconda3/envs/xylographa/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IndexedBase_14e0.bs blib/arch/auto/Bio/DB/IndexedBase_14e0/IndexedBase_14e0.bs 644
"/home/resladmin/anaconda3/envs/xylographa/bin/perl" "/home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/ExtUtils/xsubpp"  -typemap "/home/resladmin/anaconda3/envs/xylographa/lib/5.26.2/ExtUtils/typemap"   IndexedBase_14e0.xs > IndexedBase_14e0.xsc
mv IndexedBase_14e0.xsc IndexedBase_14e0.c
/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc -c  -I"/home/resladmin/anaconda3/envs/xylographa/bin" -D_REENTRANT -D_GNU_SOURCE --sysroot=/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/x86_64-conda_cos6-linux-gnu/sysroot -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" -fPIC --sysroot=/home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/x86_64-conda_cos6-linux-gnu/sysroot "-I/home/resladmin/anaconda3/envs/xylographa/lib/5.26.2/x86_64-linux-thread-multi/CORE"   IndexedBase_14e0.c
/bin/sh: 1: /home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc: not found
make: *** [Makefile:330: IndexedBase_14e0.o] Error 127

A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
  "make > out.make 2>&1" with error code 2

The build directory was:
/data/scratch/philipp/projects/xylographa_comparative/tmp/maker/xyl_pal_draftV1/_Inline/build/Bio/DB/IndexedBase_14e0

To debug the problem, cd to the build directory, and inspect the output files.

Environment PATH = '/home/resladmin/anaconda3/envs/xylographa/bin:/usr/local/src/maker/bin:/usr/local/src/maker/bin:/home/resladmin/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/src/hisat2-2.1.0/:/usr/local/src/NextGenMap-0.5.5/bin/ngm-0.5.5/'
 at /home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 275.
--> rank=NA, hostname=lmbidp1-wertcs1
        ...propagated at /home/resladmin/anaconda3/envs/xylographa/lib/site_perl/5.26.2/Inline/C.pm line 869.
--> rank=NA, hostname=lmbidp1-wertcs1
--> rank=NA, hostname=lmbidp1-wertcs1
--> rank=NA, hostname=lmbidp1-wertcs1
ERROR: Failed while examining contents of the fasta file and run log
ERROR: Chunk failed at level:0, tier_type:0
FAILED CONTIG:contig_58

maker keeps running but the contigs are not processed correctly. It seems that while trying to compile inline C code, maker can't find the compiler because it is pointed to the wrong location:

/bin/sh: 1: /home/conda/feedstock_root/build_artifacts/perl_1550669032175/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc: not found

I am not running maker as MPI.

Is there a way to fix this?

Many thanks,

Philipp

Here is my environment info from conda list:

# packages in environment at /home/resladmin/anaconda3/envs/xylographa:
#
# Name                    Version                   Build  Channel
_r-mutex                  1.0.0               anacondar_1
anaconda                  custom           py27h4a00acb_0
augustus                  3.3             pl526hcfae127_4    bioconda
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.5                        py_1    conda-forge
backports_abc             0.5                        py_1    conda-forge
bamtools                  2.4.1                         1    bioconda
binutils_impl_linux-64    2.31.1               h6176602_1    conda-forge
binutils_linux-64         2.31.1               h6176602_3    conda-forge
blas                      1.0                         mkl
blast                     2.2.31                        1    bioconda
boost                     1.67.0                   py27_4
boost-cpp                 1.64.0                        1    conda-forge
bowtie                    1.2.2            py27h2d50403_1    bioconda
busco                     3.0.2                   py27_10    bioconda
bwidget                   1.9.11                        1
bzip2                     1.0.6             h14c3975_1002    conda-forge
ca-certificates           2018.11.29           ha4d7672_0    conda-forge
cairo                     1.14.12           h80bd089_1005    conda-forge
certifi                   2018.11.29            py27_1000    conda-forge
circos                    0.69.6                        4    bioconda
clustalw                  2.1                  h6bb024c_3    bioconda
curl                      7.64.0               h646f8bb_2    conda-forge
cycler                    0.10.0                     py_1    conda-forge
dbus                      1.13.2               h714fa37_1
exonerate                 2.4.0                         0    bioconda
expat                     2.2.5             hf484d3e_1002    conda-forge
findutils                 4.6.0             h14c3975_1000    conda-forge
fontconfig                2.13.1            h2176d3f_1000    conda-forge
freetype                  2.9.1             h94bbf69_1005    conda-forge
functools32               3.2.3.2                    py_3    conda-forge
futures                   3.2.0                 py27_1000    conda-forge
gcc_impl_linux-64         7.3.0                habb00fd_1    conda-forge
gcc_linux-64              7.3.0                h553295d_3    conda-forge
gettext                   0.19.8.1          h9745a5d_1001    conda-forge
gfortran_impl_linux-64    7.3.0                hdf63c60_1    conda-forge
gfortran_linux-64         7.3.0                h553295d_3    conda-forge
giflib                    5.1.4             h14c3975_1001    conda-forge
glib                      2.56.2            had28632_1001    conda-forge
glimmerhmm                3.0.4                h2d50403_2    bioconda
gmp                       6.1.2             hf484d3e_1000    conda-forge
gnutls                    3.5.19               h2a4e5f8_1    conda-forge
graphite2                 1.3.13            hf484d3e_1000    conda-forge
graphviz                  2.38.0            hcf1ce16_1009    conda-forge
gsl                       2.2.1                h0c605f7_3
gst-plugins-base          1.14.0               hbbd80ab_1
gstreamer                 1.14.0               hb453b48_1
gxx_impl_linux-64         7.3.0                hdf63c60_1    conda-forge
gxx_linux-64              7.3.0                h553295d_3    conda-forge
harfbuzz                  1.9.0             he243708_1001    conda-forge
hmmer                     3.2.1                hf484d3e_1    bioconda
icu                       58.2              hf484d3e_1000    conda-forge
infernal                  1.1.2                h14c3975_2    bioconda
intel-openmp              2019.1                      144
joblib                    0.13.2                     py_0    conda-forge
jpeg                      9c                h14c3975_1001    conda-forge
kiwisolver                1.0.1           py27h6bb024c_1002    conda-forge
krb5                      1.16.3            h05b26f9_1001    conda-forge
libboost                  1.67.0               h46d08c1_4
libcurl                   7.64.0               h541490c_2    conda-forge
libdb                     6.1.26                        0    bioconda
libdeflate                1.0                  h14c3975_1    bioconda
libedit                   3.1.20170329      hf8c457e_1001    conda-forge
libffi                    3.2.1             hf484d3e_1005    conda-forge
libgcc                    7.2.0                h69d50b8_2    conda-forge
libgcc-ng                 7.3.0                hdf63c60_0    conda-forge
libgd                     2.2.5             h0d07dcb_1005    conda-forge
libgfortran               3.0.0                         1    conda-forge
libgfortran-ng            7.3.0                hdf63c60_0
libiconv                  1.15              h14c3975_1004    conda-forge
libpng                    1.6.36            h84994c4_1000    conda-forge
libpq                     11.2                 h4770945_0    conda-forge
libssh2                   1.8.0             h90d6eec_1004    conda-forge
libstdcxx-ng              7.3.0                hdf63c60_0    conda-forge
libtiff                   4.0.10            h648cc4a_1001    conda-forge
libtool                   2.4.6             h14c3975_1002    conda-forge
libuuid                   2.32.1            h14c3975_1000    conda-forge
libwebp                   1.0.2                h576950b_1    conda-forge
libxcb                    1.13              h14c3975_1002    conda-forge
libxml2                   2.9.8             h143f9aa_1005    conda-forge
libxslt                   1.1.32            h4785a14_1002    conda-forge
lp_solve                  5.5.2.5           h14c3975_1001    conda-forge
make                      4.2.1             h14c3975_2004    conda-forge
maker                     2.31.10                pl526_11    bioconda
matplotlib                2.2.3            py27h8a2030e_1    conda-forge
matplotlib-base           2.2.3            py27h60b886d_1    conda-forge
metis                     5.1.0             hf484d3e_1003    conda-forge
mir-prefer                0.24                     py27_2    bioconda
mkl                       2019.1                      144
mkl_fft                   1.0.10           py27h14c3975_1    conda-forge
mkl_random                1.0.2            py27h637b7d7_2    conda-forge
mpi                       1.0                     openmpi    conda-forge
ncurses                   6.1               hf484d3e_1002    conda-forge
nettle                    3.3                           0    conda-forge
numpy                     1.16.2           py27h7e9f1db_0
numpy-base                1.16.2           py27hde5b4d6_0
openblas                  0.2.20                        8    conda-forge
openjdk                   11.0.1            h14c3975_1014    conda-forge
openmpi                   3.1.3             h1c2f66e_1001    conda-forge
openssl                   1.1.1b               h14c3975_0    conda-forge
paml                      4.9                  h14c3975_4    bioconda
pango                     1.40.14           hf0c64fd_1003    conda-forge
pcre                      8.42                 h439df22_0
perl                      5.26.2            h14c3975_1002    conda-forge
perl-aceperl              1.92                    pl526_2    bioconda
perl-acme-damn            0.08            pl526h2d50403_2    bioconda
perl-algorithm-diff       1.1903                  pl526_2    bioconda
perl-algorithm-munkres    0.08                    pl526_1    bioconda
perl-apache-test          1.40                    pl526_1    bioconda
perl-app-cpanminus        1.7044                  pl526_1    bioconda
perl-appconfig            1.71                    pl526_1    bioconda
perl-archive-tar          2.32                    pl526_0    bioconda
perl-array-compare        3.0.1                   pl526_1    bioconda
perl-attribute-handlers   0.96                    pl526_1    bioconda
perl-autoloader           5.74                    pl526_1    bioconda
perl-base                 2.23                    pl526_1    bioconda
perl-bio-asn1-entrezgene  1.73                    pl526_0    bioconda
perl-bio-coordinate       1.007001                pl526_0    bioconda
perl-bio-featureio        1.6.905                 pl526_1    bioconda
perl-bio-phylo            0.58                    pl526_1    bioconda
perl-bio-samtools         1.43            pl526h1341992_1    bioconda
perl-bio-tools-phylo-paml 1.7.3                   pl526_0    bioconda
perl-bio-tools-run-alignment-clustalw 1.7.4                   pl526_0    bioconda
perl-bio-tools-run-alignment-tcoffee 1.7.4                   pl526_0    bioconda
perl-bioperl              1.7.2                   pl526_8    bioconda
perl-bioperl-core         1.7.2                   pl526_3    bioconda
perl-bioperl-run          1.007002                pl526_3    bioconda
perl-bit-vector           7.4                     pl526_2    bioconda
perl-business-isbn        3.004                   pl526_0    bioconda
perl-business-isbn-data   20140910.003            pl526_0    bioconda
perl-cache-cache          1.08                    pl526_0    bioconda
perl-capture-tiny         0.48                    pl526_0    bioconda
perl-carp                 1.38                    pl526_1    bioconda
perl-cgi                  4.40            pl526h470a237_0    bioconda
perl-class-data-inheritable 0.08                    pl526_1    bioconda
perl-class-inspector      1.32                    pl526_0    bioconda
perl-class-load           0.25                    pl526_0    bioconda
perl-class-load-xs        0.10            pl526h2d50403_0    bioconda
perl-class-method-modifiers 2.12                    pl526_0    bioconda
perl-clone                0.41            pl526h470a237_0    bioconda
perl-common-sense         3.74                    pl526_2    bioconda
perl-compress-raw-bzip2   2.084           pl526hfc679d8_0    bioconda
perl-compress-raw-zlib    2.084           pl526h2d50403_0    bioconda
perl-config-general       2.63                    pl526_0    bioconda
perl-constant             1.33                    pl526_1    bioconda
perl-convert-binary-c     0.78            pl526h2d50403_2    bioconda
perl-convert-binhex       1.125                   pl526_1    bioconda
perl-cpan-meta            2.150010                pl526_0    bioconda
perl-cpan-meta-requirements 2.140                   pl526_0    bioconda
perl-cpan-meta-yaml       0.018                   pl526_0    bioconda
perl-crypt-rc4            2.02                    pl526_1    bioconda
perl-data-dumper          2.173                   pl526_0    bioconda
perl-data-optlist         0.110                   pl526_2    bioconda
perl-data-stag            0.14                    pl526_1    bioconda
perl-date-format          2.30                    pl526_1    bioconda
perl-db-file              1.843           pl526h470a237_0    bioconda
perl-dbd-pg               3.5.3                   pl526_1    bioconda
perl-dbd-sqlite           1.60            pl526h470a237_0    bioconda
perl-dbi                  1.642                   pl526_0    bioconda
perl-devel-globaldestruction 0.14                    pl526_0    bioconda
perl-devel-overloadinfo   0.005                   pl526_0    bioconda
perl-devel-stacktrace     2.03                    pl526_1    bioconda
perl-devel-symdump        2.18                    pl526_1    bioconda
perl-digest-hmac          1.03                    pl526_2    bioconda
perl-digest-md5           2.55                    pl526_0    bioconda
perl-digest-perl-md5      1.9                     pl526_1    bioconda
perl-digest-sha1          2.13            pl526h2d50403_0    bioconda
perl-dist-checkconflicts  0.11                    pl526_2    bioconda
perl-dynaloader           1.25                    pl526_1    bioconda
perl-email-date-format    1.005                   pl526_1    bioconda
perl-encode               2.88                    pl526_1    bioconda
perl-encode-locale        1.05                    pl526_6    bioconda
perl-error                0.17027                 pl526_0    bioconda
perl-eval-closure         0.14            pl526h2d50403_3    bioconda
perl-exception-class      1.44                    pl526_0    bioconda
perl-exporter             5.72                    pl526_1    bioconda
perl-exporter-tiny        1.002001                pl526_0    bioconda
perl-extutils-cbuilder    0.280230                pl526_1    bioconda
perl-extutils-makemaker   7.34                    pl526_3    bioconda
perl-extutils-manifest    1.71                    pl526_0    bioconda
perl-extutils-parsexs     3.35                    pl526_0    bioconda
perl-file-listing         6.04                    pl526_1    bioconda
perl-file-path            2.15                    pl526_0    bioconda
perl-file-sharedir-install 0.13                    pl526_0    bioconda
perl-file-slurp-tiny      0.004                   pl526_1    bioconda
perl-file-sort            1.01                    pl526_2    bioconda
perl-file-temp            0.2304                  pl526_2    bioconda
perl-file-which           1.23                    pl526_0    bioconda
perl-font-afm             1.20                    pl526_2    bioconda
perl-font-ttf             1.06                    pl526_0    bioconda
perl-forks                0.36                    pl526_4    bioconda
perl-gd                   2.70            pl526he941832_0    bioconda
perl-getopt-long          2.50                    pl526_1    bioconda
perl-graph                0.9704                  pl526_1    bioconda
perl-graphviz             2.24            pl526h734ff71_0    bioconda
perl-html-element-extended 1.18                    pl526_1    bioconda
perl-html-entities-numbered 0.04                    pl526_1    bioconda
perl-html-formatter       2.16                    pl526_0    bioconda
perl-html-parser          3.72            pl526h2d50403_4    bioconda
perl-html-tableextract    2.13                    pl526_2    bioconda
perl-html-tagset          3.20                    pl526_3    bioconda
perl-html-tidy            1.60                    pl526_0    bioconda
perl-html-tree            5.07                    pl526_0    bioconda
perl-html-treebuilder-xpath 0.14                    pl526_1    bioconda
perl-http-cookies         6.04                    pl526_0    bioconda
perl-http-daemon          6.01                    pl526_1    bioconda
perl-http-date            6.02                    pl526_3    bioconda
perl-http-message         6.18                    pl526_0    bioconda
perl-http-negotiate       6.01                    pl526_2    bioconda
perl-image-info           1.38                    pl526_1    bioconda
perl-image-size           3.300                   pl526_2    bioconda
perl-importer             0.025                   pl526_0    bioconda
perl-inline               0.80                    pl526_3    bioconda
perl-inline-c             0.78            pl526h470a237_0    bioconda
perl-io-all               0.87                    pl526_0    bioconda
perl-io-compress          2.084           pl526hfc679d8_0    bioconda
perl-io-html              1.001                   pl526_2    bioconda
perl-io-prompt            0.997004                pl526_1    bioconda
perl-io-sessiondata       1.03                    pl526_1    bioconda
perl-io-socket-ssl        2.060                   pl526_0    bioconda
perl-io-string            1.08                    pl526_3    bioconda
perl-io-stringy           2.111                   pl526_1    bioconda
perl-io-tty               1.12                    pl526_1    bioconda
perl-io-zlib              1.10                    pl526_2    bioconda
perl-ipc-cmd              1.02                    pl526_0    bioconda
perl-ipc-run              20180523.0              pl526_0    bioconda
perl-ipc-sharelite        0.17            pl526h2d50403_0    bioconda
perl-jcode                2.07                    pl526_1    bioconda
perl-json                 4.00                    pl526_0    bioconda
perl-json-pp              4.00                    pl526_0    bioconda
perl-json-xs              2.34            pl526h2d50403_2    bioconda
perl-lib                  0.63                    pl526_1    bioconda
perl-libwww-perl          6.36                    pl526_0    bioconda
perl-libxml-perl          0.08                    pl526_2    bioconda
perl-list-moreutils       0.428                   pl526_1    bioconda
perl-list-moreutils-xs    0.428                   pl526_0    bioconda
perl-locale-maketext-simple 0.21                    pl526_1    bioconda
perl-lwp-mediatypes       6.02                    pl526_3    bioconda
perl-lwp-protocol-https   6.07                    pl526_4    bioconda
perl-lwp-simple           6.15            pl526h470a237_4    bioconda
perl-mailtools            2.20                    pl526_0    bioconda
perl-math-bezier          0.01                    pl526_1    bioconda
perl-math-cdf             0.1             pl526h470a237_4    bioconda
perl-math-derivative      1.01                    pl526_0    bioconda
perl-math-random          0.72                    pl526_1    bioconda
perl-math-round           0.07                    pl526_1    bioconda
perl-math-spline          0.02                    pl526_2    bioconda
perl-math-vecstat         0.08                    pl526_1    bioconda
perl-mime-base64          3.15                    pl526_1    bioconda
perl-mime-lite            3.030                   pl526_1    bioconda
perl-mime-tools           5.508                   pl526_0    bioconda
perl-mime-types           2.17                    pl526_0    bioconda
perl-mldbm                2.05                    pl526_1    bioconda
perl-module-build         0.4224                  pl526_3    bioconda
perl-module-corelist      5.20181218              pl526_0    bioconda
perl-module-implementation 0.09                    pl526_2    bioconda
perl-module-load          0.32                    pl526_1    bioconda
perl-module-load-conditional 0.68                    pl526_2    bioconda
perl-module-metadata      1.000033                pl526_0    bioconda
perl-module-pluggable     5.2                     pl526_0    bioconda
perl-module-runtime       0.016                   pl526_0    bioconda
perl-module-runtime-conflicts 0.003                   pl526_0    bioconda
perl-moo                  2.003004                pl526_0    bioconda
perl-moose                2.2011          pl526h2d50403_0    bioconda
perl-mozilla-ca           20180117                pl526_0    bioconda
perl-mro-compat           0.13                    pl526_0    bioconda
perl-net-http             6.18                    pl526_0    bioconda
perl-net-ssleay           1.74                          0    bioconda
perl-ntlm                 1.09                    pl526_3    bioconda
perl-number-format        1.75                    pl526_3    bioconda
perl-ole-storage_lite     0.19                    pl526_2    bioconda
perl-package-deprecationmanager 0.17                    pl526_0    bioconda
perl-package-stash        0.38            pl526hfc679d8_0    bioconda
perl-package-stash-xs     0.28            pl526hfc679d8_0    bioconda
perl-params-check         0.38                    pl526_1    bioconda
perl-params-util          1.07            pl526h2d50403_3    bioconda
perl-params-validate      1.29            pl526h470a237_0    bioconda
perl-parent               0.236                   pl526_1    bioconda
perl-parse-recdescent     1.967015                pl526_0    bioconda
perl-pathtools            3.73                 h470a237_2    bioconda
perl-pdf-api2             2.033                   pl526_0    bioconda
perl-pegex                0.61                    pl526_1    bioconda
perl-perl-ostype          1.010                   pl526_1    bioconda
perl-perl-unsafe-signals  0.03            pl526h2d50403_2    bioconda
perl-perlio-gzip          0.20            pl526h1341992_0    bioconda
perl-pod-escapes          1.07                    pl526_1    bioconda
perl-pod-usage            1.69                    pl526_1    bioconda
perl-postscript           0.06                    pl526_2    bioconda
perl-readonly             2.05                    pl526_0    bioconda
perl-regexp-common        2017060201              pl526_0    bioconda
perl-role-tiny            2.000006                pl526_0    bioconda
perl-scalar-list-utils    1.45                          2    bioconda
perl-scope-guard          0.21                    pl526_2    bioconda
perl-set-intspan          1.19                    pl526_1    bioconda
perl-set-scalar           1.29                    pl526_2    bioconda
perl-soap-lite            1.19                    pl526_1    bioconda
perl-socket               2.027                   pl526_1    bioconda
perl-sort-naturally       1.03                    pl526_2    bioconda
perl-spreadsheet-parseexcel 0.65                    pl526_2    bioconda
perl-spreadsheet-writeexcel 2.40                    pl526_1    bioconda
perl-statistics-basic     1.6611                  pl526_2    bioconda
perl-statistics-descriptive 3.0702                  pl526_0    bioconda
perl-storable             3.11                    pl526_0    bioconda
perl-sub-exporter         0.987                   pl526_2    bioconda
perl-sub-exporter-progressive 0.001013                pl526_0    bioconda
perl-sub-identify         0.12                    pl526_1    bioconda
perl-sub-info             0.002                   pl526_0    bioconda
perl-sub-install          0.928                   pl526_2    bioconda
perl-sub-name             0.21                    pl526_1    bioconda
perl-sub-quote            2.005001                pl526_0    bioconda
perl-sub-uplevel          0.2800          pl526h470a237_0    bioconda
perl-svg                  2.84                    pl526_0    bioconda
perl-svg-graph            0.02                    pl526_2    bioconda
perl-sys-sigaction        0.23                    pl526_1    bioconda
perl-task-weaken          1.06                    pl526_0    bioconda
perl-template-toolkit     2.26                    pl526_1    bioconda
perl-term-table           0.013                   pl526_0    bioconda
perl-termreadkey          2.38            pl526h470a237_0    bioconda
perl-test                 1.26                    pl526_1    bioconda
perl-test-deep            1.128                   pl526_0    bioconda
perl-test-differences     0.64                    pl526_2    bioconda
perl-test-exception       0.43                    pl526_2    bioconda
perl-test-harness         3.42                    pl526_0    bioconda
perl-test-leaktrace       0.16                    pl526_1    bioconda
perl-test-more            1.001002                pl526_1    bioconda
perl-test-most            0.35                    pl526_0    bioconda
perl-test-requiresinternet 0.05                    pl526_0    bioconda
perl-test-warn            0.36                    pl526_0    bioconda
perl-test2-suite          0.000117                pl526_0    bioconda
perl-text-abbrev          1.02                    pl526_0    bioconda
perl-text-diff            1.45                    pl526_0    bioconda
perl-text-format          0.59                    pl526_1    bioconda
perl-text-parsewords      3.30                    pl526_0    bioconda
perl-text-soundex         3.05                 pl526_1000    conda-forge
perl-threaded             5.22.0                       13    bioconda
perl-tie-ixhash           1.23                    pl526_2    bioconda
perl-time-hires           1.9758                  pl526_0    bioconda
perl-time-local           1.28                    pl526_1    bioconda
perl-timedate             2.30                    pl526_1    bioconda
perl-tree-dag_node        1.31                    pl526_0    bioconda
perl-try-tiny             0.30                    pl526_0    bioconda
perl-type-tiny            1.004004                pl526_0    bioconda
perl-types-serialiser     1.0                     pl526_2    bioconda
perl-unicode-map          0.112           pl526h2d50403_2    bioconda
perl-uri                  1.76                    pl526_0    bioconda
perl-version              0.9924                  pl526_0    bioconda
perl-want                 0.29                    pl526_1    bioconda
perl-www-robotrules       6.02                    pl526_3    bioconda
perl-xml-dom              1.46                    pl526_0    bioconda
perl-xml-dom-xpath        0.14                    pl526_1    bioconda
perl-xml-filter-buffertext 1.01                    pl526_2    bioconda
perl-xml-libxml           2.0132          pl526hbc14f71_0    bioconda
perl-xml-libxslt          1.94                    pl526_1    bioconda
perl-xml-namespacesupport 1.12                    pl526_0    bioconda
perl-xml-parser           2.44            pl526h3a4f0e9_6    bioconda
perl-xml-regexp           0.04                    pl526_2    bioconda
perl-xml-sax              1.00                    pl526_0    bioconda
perl-xml-sax-base         1.09                    pl526_0    bioconda
perl-xml-sax-expat        0.51                    pl526_2    bioconda
perl-xml-sax-writer       0.57                    pl526_0    bioconda
perl-xml-simple           2.25                    pl526_0    bioconda
perl-xml-twig             3.52                    pl526_1    bioconda
perl-xml-writer           0.625                   pl526_2    bioconda
perl-xml-xpath            1.44                    pl526_0    bioconda
perl-xml-xpathengine      0.14                    pl526_2    bioconda
perl-xsloader             0.24                    pl526_0    bioconda
perl-yaml                 1.27                    pl526_0    bioconda
perl-yaml-libyaml         0.66                    pl526_1    bioconda
pip                       19.0.3                   py27_0    conda-forge
pixman                    0.34.0            h14c3975_1003    conda-forge
postgresql                11.2                 h61314c7_0    conda-forge
pthread-stubs             0.4               h14c3975_1001    conda-forge
py-boost                  1.67.0           py27h04863e7_4
pyparsing                 2.3.1                      py_0    conda-forge
pyqt                      5.6.0           py27h13b7fb3_1008    conda-forge
python                    2.7.15            h721da81_1008    conda-forge
python-dateutil           2.8.0                      py_0    conda-forge
pytz                      2018.9                     py_0    conda-forge
qt                        5.6.3                h8bf5577_3
quast                     5.0.2           py27pl526ha92aebf_0    bioconda
r-assertthat              0.2.0           r351h6115d3f_1001    conda-forge
r-base                    3.5.1             he45234b_1005    conda-forge
r-cli                     1.0.1           r351h6115d3f_1000    conda-forge
r-colorspace              1.4_0            r351h96ca727_0    conda-forge
r-crayon                  1.3.4           r351h6115d3f_1001    conda-forge
r-digest                  0.6.18          r351h96ca727_1000    conda-forge
r-fansi                   0.4.0           r351h96ca727_1000    conda-forge
r-ggplot2                 3.1.0           r351h6115d3f_1000    conda-forge
r-glue                    1.3.0           r351h14c3975_1002    conda-forge
r-gtable                  0.2.0           r351h6115d3f_1001    conda-forge
r-labeling                0.3             r351h6115d3f_1001    conda-forge
r-lattice                 0.20_38         r351h96ca727_1000    conda-forge
r-lazyeval                0.2.1           r351h96ca727_1002    conda-forge
r-magrittr                1.5             r351h6115d3f_1001    conda-forge
r-mass                    7.3_51.1        r351h96ca727_1000    conda-forge
r-matrix                  1.2_15          r351h96ca727_1000    conda-forge
r-mgcv                    1.8_26          r351h96ca727_1000    conda-forge
r-munsell                 0.5.0           r351h6115d3f_1001    conda-forge
r-nlme                    3.1_137         r351ha65eedd_1000    conda-forge
r-pillar                  1.3.1           r351h6115d3f_1000    conda-forge
r-pkgconfig               2.0.2           r351h6115d3f_1001    conda-forge
r-plyr                    1.8.4           r351h29659fb_1002    conda-forge
r-r6                      2.4.0            r351h6115d3f_0    conda-forge
r-rcolorbrewer            1.1_2           r351h6115d3f_1001    conda-forge
r-rcpp                    1.0.0           r351h29659fb_1000    conda-forge
r-reshape2                1.4.3           r351h29659fb_1003    conda-forge
r-rlang                   0.3.1            r351h96ca727_0    conda-forge
r-scales                  1.0.0           r351h29659fb_1001    conda-forge
r-stringi                 1.2.4           r351h29659fb_1001    conda-forge
r-stringr                 1.4.0            r351h6115d3f_0    conda-forge
r-tibble                  2.0.1            r351h96ca727_0    conda-forge
r-utf8                    1.1.4           r351h96ca727_1000    conda-forge
r-viridislite             0.3.0           r351h6115d3f_1001    conda-forge
r-withr                   2.1.2           r351h6115d3f_1000    conda-forge
readline                  7.0               hf8c457e_1001    conda-forge
repeatmasker              4.0.8                  pl526_13    bioconda
rmblast                   2.6.0                h4422958_0    bioconda
samtools                  1.9                  h91753b0_5    bioconda
setuptools                40.8.0                   py27_0    conda-forge
simplejson                3.8.1                    py27_0    bioconda
singledispatch            3.4.0.3               py27_1000    conda-forge
sip                       4.18.1          py27hf484d3e_1000    conda-forge
six                       1.12.0                py27_1000    conda-forge
snap                      2013_11_29           h470a237_1    bioconda
snoscan                   0.9b            pl526ha92aebf_2    bioconda
sqlite                    3.26.0            h67949de_1000    conda-forge
subprocess32              3.5.3            py27h14c3975_0    conda-forge
suitesparse               5.2.0                h9e4a6bb_0
t_coffee                  11.0.8                   py27_2    bioconda
tbb                       2019.4               h6bb024c_0    conda-forge
tidyp                     1.04                          1    bioconda
tk                        8.6.9             h84994c4_1000    conda-forge
tktable                   2.10                 h14c3975_0
tornado                   5.1.1           py27h14c3975_1000    conda-forge
trf                       4.09                          1    bioconda
trnascan-se               1.3.1           pl526ha92aebf_4    bioconda
tzcode                    2018g             h14c3975_1001    conda-forge
viennarna                 2.4.11           py27hdbcaa40_2    bioconda
wheel                     0.33.1                   py27_0    conda-forge
xorg-kbproto              1.0.7             h14c3975_1002    conda-forge
xorg-libice               1.0.9             h14c3975_1004    conda-forge
xorg-libsm                1.2.3             h4937e3b_1000    conda-forge
xorg-libx11               1.6.7             h14c3975_1000    conda-forge
xorg-libxau               1.0.9                h14c3975_0    conda-forge
xorg-libxdmcp             1.1.2             h14c3975_1007    conda-forge
xorg-libxext              1.3.3             h14c3975_1004    conda-forge
xorg-libxpm               3.5.12            h14c3975_1002    conda-forge
xorg-libxrender           0.9.10            h14c3975_1002    conda-forge
xorg-libxt                1.1.5             h14c3975_1002    conda-forge
xorg-renderproto          0.11.1            h14c3975_1002    conda-forge
xorg-xextproto            7.3.0             h14c3975_1002    conda-forge
xorg-xproto               7.0.31            h14c3975_1007    conda-forge
xz                        5.2.4             h14c3975_1001    conda-forge
zlib                      1.2.11            h14c3975_1004    conda-forge
Kata-Pa commented 5 years ago

I have the same problem. I found this https://github.com/CompSynBioLab-KoreaUniv/FunGAP/issues/11 but unfortunately didnt work for me. Any luck for you?

mbnmbn00 commented 5 years ago

Could you show me the output of:

conda list

It should look like below. Note that all the channels end with /label/cf201901. Hope it helps.

> conda list
# packages in environment at /home/mbnmbn00/anaconda2/envs/maker:
#
# Name                    Version                   Build  Channel
augustus                  3.3             pl526hcfae127_4    bioconda/label/cf201901
bamtools                  2.4.1                         1    bioconda/label/cf201901
binutils_impl_linux-64    2.28.1               had2808c_3  
binutils_linux-64         7.2.0               had2808c_27  
blas                      1.0                         mkl  
blast                     2.7.1                h4422958_6    bioconda/label/cf201901
boost                     1.67.0           py27h3e44d54_0    conda-forge/label/cf201901
boost-cpp                 1.67.0               h3a22d5f_0    conda-forge/label/cf201901
bowtie                    1.2.2            py27h2d50403_1    bioconda/label/cf201901
bzip2                     1.0.6                h470a237_2    conda-forge/label/cf201901
ca-certificates           2018.11.29           ha4d7672_0    conda-forge/label/cf201901
cairo                     1.14.12              h276e583_5    conda-forge/label/cf201901
certifi                   2018.11.29            py27_1000    conda-forge/label/cf201901
clustalw                  2.1                  h2d50403_2    bioconda/label/cf201901
curl                      7.63.0               h74213dd_0    conda-forge/label/cf201901
exonerate                 2.4.0                         0    bioconda/label/cf201901
expat                     2.2.5                hfc679d8_2    conda-forge/label/cf201901
fontconfig                2.13.1               h65d0f4c_0    conda-forge/label/cf201901
freetype                  2.9.1                h6debe1e_4    conda-forge/label/cf201901
Kata-Pa commented 5 years ago

I did the conda list, but none except one has the /label/cf201901.

packages in environment at /home/katerina87/miniconda3: Name Version Build Channel asn1crypto 0.24.0 py37_0 binutils_impl_linux-64 2.31.1 h6176602_1 conda-forge binutils_linux-64 2.31.1 h6176602_6 bz2file 0.98 py_0 conda-forge bzip2 1.0.6 h14c3975_1002 conda-forge ca-certificates 2018.11.29 ha4d7672_0 conda-forge certifi 2018.11.29 py37_1000 conda-forge cffi 1.11.5 py37he75722e_1 chardet 3.0.4 py37_1 conda 4.6.8 py37_0 conda-forge conda-env 2.6.0 1 cryptography 2.4.2 py37h1ba5d50_0 cutadapt 1.18 py37h14c3975_1 bioconda cycler 0.10.0 pypi_0 pypi exonerate 2.4.0 hb9387b2_1 bioconda fastqc 0.11.8 1 bioconda font-ttf-dejavu-sans-mono 2.37 h6964260_0 fontconfig 2.13.1 h2176d3f_1000 conda-forge freetype 2.9.1 h94bbf69_1005 conda-forge gcc_impl_linux-64 7.3.0 habb00fd_1 conda-forge gcc_linux-64 7.3.0 h553295d_6 conda-forge gettext 0.19.8.1 h9745a5d_1001 conda-forge glib 2.55.0 h464dc38_2 conda-forge gxx_impl_linux-64 7.3.0 hdf63c60_1 conda-forge gxx_linux-64 7.3.0 h553295d_6 icu 58.2 hf484d3e_1000 conda-forge idna 2.8 py37_0 kiwisolver 1.0.1 pypi_0 pypi krb5 1.16.1 h173b8e3_7 libedit 3.1.20170329 h6b74fdf_2 libffi 3.2.1 hd88cf55_4 libgcc-ng 8.2.0 hdf63c60_1 libiconv 1.15 h14c3975_1004 conda-forge libpng 1.6.36 h84994c4_1000 conda-forge libpq 11.1 h20c2e04_0 libstdcxx-ng 8.2.0 hdf63c60_1 libuuid 2.32.1 h14c3975_1000 conda-forge libxml2 2.9.8 h143f9aa_1005 conda-forge matplotlib 3.0.2 pypi_0 pypi ncurses 6.1 he6710b0_1 numpy 1.16.1 pypi_0 pypi openjdk 11.0.1 h14c3975_1014 conda-forge openssl 1.1.1b h14c3975_1 conda-forge pcre 8.41 hf484d3e_1003 conda-forge perl 5.26.2 h14c3975_1002 conda-forge perl-acme-damn 0.08 pl526h2d50403_2 bioconda perl-apache-test 1.40 pl526_1 bioconda perl-app-cpanminus 1.7044 pl526_1 bioconda perl-attribute-handlers 0.96 pl526_1 bioconda perl-base 2.23 pl526_1 bioconda perl-bit-vector 7.4 pl526_2 bioconda perl-carp 1.38 pl526_1 bioconda perl-class-load 0.25 pl526_0 bioconda perl-class-load-xs 0.10 pl526h2d50403_0 bioconda perl-class-method-modifiers 2.12 pl526_0 bioconda perl-constant 1.33 pl526_1 bioconda perl-data-dumper 2.173 pl526_0 bioconda perl-data-optlist 0.110 pl526_2 bioconda perl-dbd-pg 3.5.3 pl526_1 bioconda perl-dbd-sqlite 1.60 pl526h470a237_0 bioconda perl-dbi 1.642 pl526_0 bioconda perl-devel-globaldestruction 0.14 pl526_0 bioconda perl-devel-overloadinfo 0.005 pl526_0 bioconda perl-devel-stacktrace 2.03 pl526_1 bioconda perl-devel-symdump 2.18 pl526_1 bioconda perl-dist-checkconflicts 0.11 pl526_2 bioconda perl-eval-closure 0.14 pl526h2d50403_3 bioconda perl-exporter 5.72 pl526_1 bioconda perl-exporter-tiny 1.002001 pl526_0 bioconda perl-extutils-makemaker 7.34 pl526_3 bioconda perl-file-homedir 1.00 pl526_2 bioconda perl-file-path 2.15 pl526_0 bioconda perl-file-temp 0.2304 pl526_2 bioconda perl-file-which 1.23 pl526_0 bioconda perl-forks 0.36 pl526_4 bioconda perl-getopt-long 2.50 pl526_1 bioconda perl-importer 0.025 pl526_0 bioconda perl-list-moreutils 0.428 pl526_1 bioconda perl-list-moreutils-xs 0.428 pl526_0 bioconda perl-module-implementation 0.09 pl526_2 bioconda perl-module-pluggable 5.2 pl526_0 bioconda perl-module-runtime 0.016 pl526_0 bioconda perl-module-runtime-conflicts 0.003 pl526_0 bioconda perl-moo 2.003004 pl526_0 bioconda perl-moose 2.2011 pl526h2d50403_0 bioconda perl-mro-compat 0.13 pl526_0 bioconda perl-package-deprecationmanager 0.17 pl526_0 bioconda perl-package-stash 0.38 pl526hfc679d8_0 bioconda perl-package-stash-xs 0.28 pl526hfc679d8_0 bioconda perl-parallel-forkmanager 2.02 pl526_0 bioconda perl-params-util 1.07 pl526h2d50403_3 bioconda perl-parent 0.236 pl526_1 bioconda perl-pathtools 3.73 h470a237_2 bioconda perl-perl-unsafe-signals 0.03 pl526h2d50403_2 bioconda perl-role-tiny 2.000006 pl526_0 bioconda perl-scalar-list-utils 1.45 pl526h470a237_3 bioconda perl-scalar-util-numeric 0.40 pl526_1 bioconda/label/cf201901 perl-scope-guard 0.21 pl526_2 bioconda perl-storable 3.11 pl526_0 bioconda perl-sub-exporter 0.987 pl526_2 bioconda perl-sub-exporter-progressive 0.001013 pl526_0 bioconda perl-sub-identify 0.12 pl526_1 bioconda perl-sub-info 0.002 pl526_0 bioconda perl-sub-install 0.928 pl526_2 bioconda perl-sub-name 0.21 pl526_1 bioconda perl-sub-quote 2.005001 pl526_0 bioconda perl-sys-sigaction 0.23 pl526_1 bioconda perl-term-table 0.013 pl526_0 bioconda perl-test-more 1.001002 pl526_1 bioconda perl-test2-suite 0.000117 pl526_0 bioconda perl-text-soundex 3.05 pl526_1000 conda-forge perl-threaded 5.22.0 13 bioconda perl-time-hires 1.9758 pl526_0 bioconda perl-try-tiny 0.30 pl526_0 bioconda perl-want 0.29 pl526_1 bioconda perl-xsloader 0.24 pl526_0 bioconda pigz 2.3.4 0 conda-forge pip 19.0.2 pypi_0 pypi postgresql 11.1 h20c2e04_0 pycosat 0.6.3 py37h14c3975_0 pycparser 2.19 py37_0 pyopenssl 18.0.0 py37_0 pyparsing 2.3.1 pypi_0 pypi pysocks 1.6.8 py37_0 python 3.7.1 h381d211_1002 conda-forge python-dateutil 2.8.0 pypi_0 pypi readline 7.0 h7b6447c_5 requests 2.21.0 py37_0 ruamel_yaml 0.15.46 py37h14c3975_0 setuptools 40.6.3 py37_0 six 1.12.0 py37_0 sqlite 3.26.0 h7b6447c_0 tk 8.6.9 h84994c4_1000 conda-forge trim-galore 0.5.0 0 bioconda urllib3 1.24.1 py37_0 wheel 0.32.3 py37_0 xopen 0.5.0 py_0 bioconda xz 5.2.4 h14c3975_4 yaml 0.1.7 had09818_2 zlib 1.2.11 h7b6447c_3

So I guess I did something wrong or I missed something. I will try to figure out what later today but meanwhile if you have an idea and you would like to give me a hint, I would be glad :)

Kata-Pa commented 5 years ago

I had to uninstall and reinstall perl and all modules needed, always with the label /label/cf201901. Now it works! Thank you for the help!

mbnmbn00 commented 5 years ago

Glad it helped! Please close the Issue.

Kata-Pa commented 5 years ago

Sorry for asking but I am a bit new in Github. I dont think I can close the issue, I guess @reslp should do it, (if his problem was solved) since he is the one who opened it?

reslp commented 5 years ago

Hi, thanks for the answers. I have not had time to test using the different conda channel. I will close the issue now. I will test with /label/cf201901 as soon as I have time and will reopen in case it does not work.

nathanweeks commented 5 years ago

I'm still seeing this issue with maker 2.31.10--pl526_12, at least when using a Singularity image of the biocontainers version on one of the sample data sets (see below), but I imagine it still affects the conda version as well. The apparent source of the issue is in Bio::DB::IndexedBase, described at:

https://github.com/bioperl/bioperl-live/issues/305

It should be fixed in the next bioperl release. But maker is still broken for now.

$ singularity pull maker_2.31.10--pl526_12.sif docker://quay.io/biocontainers/maker:2.31.10--pl526_12
$ singularity exec --cleanenv maker_2.31.10--pl526_12.sif maker -C
$ mv maker_opts.ctl maker_opts.ctl.orig && mv maker_opts.ctl.new maker_opts.ctl
$ diff maker_opts.ctl.orig maker_opts.ctl
$ diff maker_opts.ctl.orig maker_opts.ctl
2c2
< genome= #genome sequence (fasta file or fasta embeded in GFF3 file)
---
> genome=dpp_contig.fasta #genome sequence (fasta file or fasta embeded in GFF3 file)
16c16
< est= #set of ESTs or assembled mRNA-seq in fasta format
---
> est=dpp_est.fasta #set of ESTs or assembled mRNA-seq in fasta format
22c22
< protein=  #protein sequence file in fasta format (i.e. from mutiple oransisms)
---
> protein=dpp_protein.fasta  #protein sequence file in fasta format (i.e. from mutiple oransisms)
26c26
< model_org=all #select a model organism for RepBase masking in RepeatMasker
---
> model_org= #select a model organism for RepBase masking in RepeatMasker
$ singularity exec --contain --cleanenv --bind $PWD --pwd $PWD maker_2.31.10--pl526_12.sif maker 
...
Running Mkbootstrap for IndexedBase_14e0 ()
chmod 644 "IndexedBase_14e0.bs"
"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IndexedBase_14e0.bs blib/arch/auto/Bio/DB/IndexedBase_14e0/IndexedBase_14e0.bs 644 
"/usr/local/bin/perl" "/usr/local/lib/site_perl/5.26.2/ExtUtils/xsubpp"  -typemap "/usr/local/lib/5.26.2/ExtUtils/typemap"   IndexedBase_14e0.xs > IndexedBase_14e0.xsc
mv IndexedBase_14e0.xsc IndexedBase_14e0.c
/bin/x86_64-conda_cos6-linux-gnu-gcc -c  -I"/usr/local/bin" -D_REENTRANT -D_GNU_SOURCE --sysroot=/x86_64-conda_cos6-linux-gnu/sysroot -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" -fPIC --sysroot=/x86_64-conda_cos6-linux-gnu/sysroot "-I/usr/local/lib/5.26.2/x86_64-linux-thread-multi/CORE"   IndexedBase_14e0.c
/bin/sh: /bin/x86_64-conda_cos6-linux-gnu-gcc: not found
make: *** [Makefile:330: IndexedBase_14e0.o] Error 127