running local on macos time: illegal option -- -
Closed this issue · 5 comments
Acribbs commented
it seems like GNU time is not shipped with MAC OS and you need to install GNU time using homebrew
sebastian-luna-valero commented
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.
Acribbs commented
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!
sebastian-luna-valero commented
Great, thanks for confirming!