metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 13:03:13 +02:00
parent 7ff2ead2f6
commit 1cb9f0ad73

View File

@ -4,6 +4,7 @@ RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y python3
RUN pip3 install pandas
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git