cgat-developers/cgat-core

running local on macos time: illegal option -- -

Closed this issue · 5 comments

bio-la commented

as described in this issue #165 this is still not resolved. thanks for your help!

it seems like GNU time is not shipped with MAC OS and you need to install GNU time using homebrew

Hi,

It should be installed via conda, right?

https://github.com/cgat-developers/cgat-core/blob/master/conda/environments/cgat-core.yml#L24

Also: https://anaconda.org/conda-forge/time

And then this should do the trick, as far as I remember.

Didnt realise it was also conda package, yes it should also work using conda as well as homebrew.

bio-la commented

it works, thanks for the superfast reply!
we're installing our sc pipeline inside a conda environment so the conda solution works best.
thank you!

Great, thanks for confirming!