jacopo-chevallard / BEAGLE-general

Basic information to get started with the galaxy spectral modelling tool Beagle
https://www.iap.fr/beagle/
9 stars 0 forks source link

"Not a valid repository/tag" #26

Closed rmastand closed 8 years ago

rmastand commented 8 years ago

Running BEAGLE with version number 0.5.7 or 0.5.8 (as well as no number at all) leads to an error "Error parsing reference: "eclake/beagle:0.5.7**" is not a valid repository/tag" ... is anyone else getting this error?

jacopo-chevallard commented 8 years ago

Hi Radha, can you try with

docker pull beagletool/beagle:0.7.2

and running

docker run --rm -it -v /Users/vega/Desktop/BEAGLE/BEAGLE-general-master:/opt/BEAGLE --env-file env.list beagletool/beagle:0.7.1 --parameter-file /opt/BEAGLE/params/fit_spectrum_example.param --fit

(changing the path where appropriate)

rmastand commented 8 years ago

This fixed the error. Thank you!