Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
171 stars 53 forks source link

Fix #40 for failed container build for SCODE #41

Open ibebio opened 4 years ago

ibebio commented 4 years ago

apt-get install -y git was failing with the following error:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-3 is to be
installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.

This commit resolves #40

adyprat commented 4 years ago

Hey, Thank you fixing the issue with Dockerfiles for SCODE and Arboreto. We can merge those changes, but perhaps make singularity available on a different branch. Could you please create a pull request with just commits 4019cc6 and 6daa390?