Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 347 Bytes

File metadata and controls

14 lines (6 loc) · 347 Bytes

BE552Homework1

The goal of the program is determine the best possible score based on an algorithm and thus through some possible operations

In order to use the algorithm, one must first pull from docker and the celloapi via :

$ docker pull cidarlab/cello-dnacompiler:latest

$ pip install celloapi2

$gh repo clone thangle2/BE552Homework1