Hi Folks,

I found one problem with the docker galaxy instance we have. While we are
trying to run Diffbind tool, it failed to create the env for the tool.  The
error is

Conda dependency seemingly installed but failed to build job environment.

I saw the env is defined in envs/__bioconductor-diffbind\@2.0.9, so I tried
the following:

conda list --name __bioconductor-diffbind\@2.0.9 --export > file1
conda create -y --unknown --offline  --prefix diff_env --file file1 >
/dev/null

basically I was trying to manually create the env for this tool and see if
it works. file1 was generated ok but the second command returns:

UnsatisfiableError: The following specifications were found to be in
conflict:
  - bioconductor-annotate 1.50.0 r3.3.2_1
  - krb5 1.13.2 0
Use "conda info <package>" to see the dependencies for each package.

Have anyone seen this before?

Thanks,
Rui
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/

Reply via email to