Wiki

Clone wiki

org.openmarkov / resources / User repositories - script

To clone all OpenMarkov to your computer:

  1. Copy and paste the next lines in your git terminal of the desired folder (git Bash in windows and the default shell/terminal in Linux).
  2. Press Enter. All the lines except the last one will run automatically as the terminal sees a line-break as the order "run that command".
  3. Because of this, when the download ends, you should press Enter again to "run" the last command or you will miss the last repository.

To clone only some of them, copy only those lines but don't forget to keep org.openmarkov and org.openmarkov.full:

git clone -b development https://bitbucket.org/cisiad/org.openmarkov
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.full  

git clone -b development https://bitbucket.org/cisiad/org.openmarkov.core
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.costeffectiveness
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.dbgenerator
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.gui
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.adaptiveImportanceSampling
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.decompositionIntoSymmetricDANs
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.dlimidevaluation
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.canoAndMoral
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.fileElimination
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.hybridElimination
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.minimalCliqueSize
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.minimalFillIn
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.simpleElimination
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.heuristic.timeSliceElimination
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.huginPropagation
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.likelihoodWeighting
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.temporalevaluation
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.inference.variableElimination
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.database.elvira
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.database.excel
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.database.weka
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.elvira
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.probModelXML
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.io.XMLBIF
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.algorithm.em
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.algorithm.hillClimbing
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.algorithm.pc
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.algorithm.scoreAndSearch
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.core
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.gui
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.aic
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.bayesian
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.bd
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.entropy
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.k2
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.learning.metric.mdlm
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.plugin
git clone -b development https://bitbucket.org/cisiad/org.openmarkov.stochasticPropagationOutput

Updated