Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 609 Bytes

optmatchExperimental

NOTE: Development requires that optmatch and RItools exist in the same directory. E.g.,

my_repos
├───optmatchExperimental
|   │   .git
|   |   ...
|
├───optmatch
|   │   .git
|   |   ...
|
└───ritools
    │   .git
    |   ...

This can be achieved by

cd my_repos
git clone [email protected]:markmfredrickson/optmatchExperimental.git
git clone [email protected]:markmfredrickson/optmatch.git
git clone [email protected]:markmfredrickson/ritools.git