From a68402d61631ee19317dc3cf4bb4291c35cf65b8 Mon Sep 17 00:00:00 2001
From: sshah <sujen.shah@jpl.nasa.gov>
Date: Thu, 25 Mar 2021 00:08:41 +0000
Subject: [PATCH] add algo yaml file

---
 algorithm_config.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 algorithm_config.yaml

diff --git a/algorithm_config.yaml b/algorithm_config.yaml
new file mode 100644
index 0000000..a209a5d
--- /dev/null
+++ b/algorithm_config.yaml
@@ -0,0 +1,20 @@
+# DO NOT DELETE
+# THIS CONFIG IS AUTO-GENERATED BY ADE UI
+algo_name: reads2
+version: master
+environment: ubuntu
+repository_url: https://repo.uat.maap-project.org/maap-dev/readstwo.git
+docker_url: kosted/bmap-stack:latest
+# queue chosen when registering
+queue: 15GB
+
+# fill out these fields
+# explain what this algorithm does
+description: 
+# path to the wrapper script for running the algorithm
+run_command: readstwo/run.sh
+# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
+disk_space: 10GB
+inputs:
+# remove below this line if no inputs
+# rename and set algorithm input names accordingly
\ No newline at end of file
-- 
GitLab