Cwltool version

Hi!

I’m trying to install cwltool on a new VM but I can’t get the same cwltool’s version as I had.

Previous one:

(venv) root@cwldocker:~# cwltool --version
/root/venv/bin/cwltool 2.0.20200126090152

New one:

(venv) root@cwl16:~# cwltool --version
/usr/bin/cwltool 1.0.20180302231433

Did something change? or is it possible to choose the version?

Thank you!

Hello @cjuigne!

Try pip install cwltool==2.0.20200126090152

This trick works for any Python package

1 Like

Thank you!!
Don’t know why I didn’t think to do that!

1 Like