Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aos_maap_dps
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sujen Shah
aos_maap_dps
Compare revisions
main to 69cc0c02c03f6939279e6f1697943bcddd0b8895
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sshah/aos_maap_dps
Select target project
No results found
69cc0c02c03f6939279e6f1697943bcddd0b8895
Select Git revision
Branches
main
root-main-patch-51289
Swap
Target
david.m.giles/aos_maap_dps
Select target project
david.m.giles/aos_maap_dps
sshah/aos_maap_dps
dschuck/aos_maap_dps
3 results
main
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Add dps run file
· cd2d5113
Sujen Shah
authored
4 months ago
cd2d5113
Update run.sh to add python executable to conda run
· 24940b59
Sujen Shah
authored
4 months ago
24940b59
Add algorithm config
· 69cc0c02
Sujen Shah
authored
4 months ago
69cc0c02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algorithm_config.yaml
+17
-0
17 additions, 0 deletions
algorithm_config.yaml
run.sh
+9
-0
9 additions, 0 deletions
run.sh
with
26 additions
and
0 deletions
algorithm_config.yaml
0 → 100644
View file @
69cc0c02
algorithm_description
:
Run AOS Tracking paper plots on DPS
algorithm_name
:
aos_maap_dps
algorithm_version
:
main
build_command
:
'
'
disk_space
:
20GB
docker_container_url
:
mas.maap-project.org/david.m.giles/aos_test/aos_dps:develop
inputs
:
config
:
[]
file
:
[]
positional
:
-
default
:
'
'
description
:
'
'
name
:
analysis_date
required
:
false
queue
:
maap-dps-sandbox
repository_url
:
https://repo.maap-project.org/sshah/aos_maap_dps.git
run_command
:
aos_maap_dps/run.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
run.sh
0 → 100644
View file @
69cc0c02
#!/bin/bash
basedir
=
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
OUTPUTDIR
=
"
${
PWD
}
/output"
ANALYSIS_DATE
=
$1
conda run
--live-stream
--name
mytobac python /root/aos_test/src/Tracking_Paper_Plots-Lorenzo-aws.py
${
ANALYSIS_DATE
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.