chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
272 stars 59 forks source link

Update InstallPrerequisites-Ubuntu.sh to work with --no-install-recommends #248

Closed kislyuk closed 3 years ago

kislyuk commented 3 years ago

When the system as a whole is set to not install APT recommended packages, the build dependencies should include make and python-dev (which provides python-config).

Also switched from apt to apt-get (apt should not be used in scripts).