Skip to content

Commit 7446a85

Browse files
committed
Update app.json
1 parent 4d9a75c commit 7446a85

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

app.json

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"id": "no-interactive-example",
3-
"version": "0.1.0",
2+
"id": "ODM-CLI",
3+
"version": "0.1.0:sha-4d9a75c",
44
"description": "Run an non-interactive script on TACC using docker.",
55
"owner": "${apiUserId}",
6+
"moduleLoads": [
7+
{
8+
"moduleLoadCommand": "module load",
9+
"modulesToLoad": ["tacc-singularity"]
10+
}
11+
],
612
"enabled": true,
713
"runtime": "SINGULARITY",
814
"runtimeVersion": null,
915
"runtimeOptions": ["SINGULARITY_RUN"],
10-
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/cookbook-docker-template:0.1.0",
16+
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/odm-cli:sha-4d9a75c",
1117
"jobType": "BATCH",
1218
"maxJobs": -1,
1319
"maxJobsPerUser": -1,
@@ -29,18 +35,7 @@
2935
"cmdPrefix": "mkdir $PWD/work $PWD/home $PWD/scratch;",
3036
"parameterSet": {
3137
"appArgs": [
32-
{
33-
"name": "Greeting",
34-
"description": "Choose a greeting to give to your target",
35-
"inputMode": "REQUIRED",
36-
"arg": "hello"
37-
},
38-
{
39-
"name": "Target",
40-
"description": "Whom to address your greeting",
41-
"inputMode": "REQUIRED",
42-
"arg": "world"
43-
}
38+
4439
],
4540
"containerArgs": [
4641
{
@@ -80,7 +75,14 @@
8075
"includeLaunchFiles": true
8176
}
8277
},
83-
"fileInputs": [],
78+
"fileInputs": [{
79+
"name": "Image Directory",
80+
"description": "Directory for the images",
81+
"inputMode": "REQUIRED",
82+
"autoMountLocal": true,
83+
"sourceUrl": null,
84+
"targetPath": "images_dir/"
85+
}],
8486
"fileInputArrays": [],
8587
"nodeCount": 1,
8688
"coresPerNode": 1,
@@ -91,13 +93,13 @@
9193
},
9294
"tags": ["portalName: ALL"],
9395
"notes": {
94-
"label": "My first cookbook",
95-
"helpUrl": "https://github.com/In-For-Disaster-Analytics/Cookbook-Docker-Template",
96-
"helpText": "This app is non-interactive and runs a simple script that greets a target with a greeting of your choice",
96+
"label": "Open Drone Map - Photogrammetry",
97+
"helpUrl": "https://github.com/In-For-Disaster-Analytics/odm-cli",
98+
"helpText": "This app for non-interactive run of ODM command line and will generate point clouds and orthophotos. ",
9799
"hideNodeCountAndCoresPerNode": true,
98100
"isInteractive": false,
99101
"icon": "jupyter",
100102
"category": "Data Processing",
101-
"queueFilter": ["development", "normal"]
103+
"queueFilter": ["vm-small","development", "normal"]
102104
}
103105
}

0 commit comments

Comments
 (0)