-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make package fit "standalone" format and add instructions t…
…o run locally (#2) * feat: update package to fit "standard" project format Signed-off-by: Vassilis Vassiliadis <[email protected]> * chore: update the commit in the notebook Signed-off-by: Vassilis Vassiliadis <[email protected]> * fix: fix syntax in notebook Signed-off-by: Vassilis Vassiliadis <[email protected]> * fix: use a tag Signed-off-by: Vassilis Vassiliadis <[email protected]> * chore: move bin dir outside of .package dir as these scripts are not used Signed-off-by: Vassilis Vassiliadis <[email protected]> --------- Signed-off-by: Vassilis Vassiliadis <[email protected]>
- Loading branch information
1 parent
85244f5
commit 95d1518
Showing
13 changed files
with
54 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,20 +150,19 @@ | |
" \"git\": {\n", | ||
" \"location\": {\n", | ||
" \"url\": \"https://github.com/st4sd/nanopore-geometry-experiment.git\",\n", | ||
" \"commit\": \"21410c4b1fbfc8e7645984df97f27431dcad88bb\"\n", | ||
" \"tag\": \"1.1.0\"\n", | ||
" }\n", | ||
" }\n", | ||
" },\n", | ||
" \"config\": {\n", | ||
" \"path\": \"conf/flowir_package.yaml\",\n", | ||
" \"manifestPath\": \"manifest.yaml\"\n", | ||
" \"path\": \"nanopore-geometry-experiment.package\"\n", | ||
" }\n", | ||
" }]\n", | ||
" },\n", | ||
" \"metadata\": {\n", | ||
" \"package\": {\n", | ||
" \"name\": \"nanopore-geometry-experiment\",\n", | ||
" \"tags\": [\"latest\", \"1.0.0\"],\n", | ||
" \"tags\": [\"latest\", \"1.1.0\"],\n", | ||
" \"maintainer\": \"[email protected]\",\n", | ||
" \"license\": \"Apache 2.0\",\n", | ||
" \"description\": \"Uses the Zeo++ software package to calculate geometric properties of nanoporous materials.\",\n", | ||
|
@@ -212,14 +211,17 @@ | |
"\n", | ||
"experimentConfiguration = {\n", | ||
"# Uncomment the \"volumes\" field below if you want to use a PVC instead of the bundled cif files.\n", | ||
"# It will also be necessary to comment the \"nanopore-database: ../cif:copy\" line in manifest.yaml\n", | ||
"# The PVC should contain your `CoRE2019` directory\n", | ||
"# \"volumes\": [{\n", | ||
"# \"type\": {\"persistentVolumeClaim\": \"nanopore-database-pvc\"},\n", | ||
"# \"applicationDependency\": \"nanopore-database\"\n", | ||
"# }],\n", | ||
" \"additionalOptions\": [\n", | ||
" \"--useMemoization=true\",\n", | ||
" \"--registerWorkflow=true\"\n", | ||
" \"--registerWorkflow=true\",\n", | ||
"\n", | ||
" # Comment out this line if you've uncommented the \"volumes\" lines above\n", | ||
" \"--applicationDependencySource=nanopore-database=%(package)s/../cif:copy\"\n", | ||
" ],\n", | ||
" \"orchestrator_resources\": {\n", | ||
" \"cpu\": \"1.0\",\n", | ||
|
@@ -303,7 +305,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.10.8" | ||
"version": "3.10.13" | ||
}, | ||
"nteract": { | ||
"version": "0.28.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.