Skip to content

Commit

Permalink
Add permutation evaluation to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Mar 24, 2016
1 parent 1229536 commit 7833eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jupyter nbconvert --execute integrate.ipynb --inplace --ExecutePreprocessor.time
# Create permuted networks
jupyter nbconvert --execute permute.ipynb --inplace --ExecutePreprocessor.timeout=-1

# Evaluate permution effectiveness
jupyter nbconvert --execute data/permuted/evaluate-permutations.ipynb --inplace --FilesWriter.build_directory=data/permuted --ExecutePreprocessor.timeout=-1

# Export to neo4j
jupyter nbconvert --execute neo4j-import.ipynb --inplace --ExecutePreprocessor.timeout=-1

0 comments on commit 7833eda

Please sign in to comment.