From daa7af3a753083711f3381aaf54529a197752a39 Mon Sep 17 00:00:00 2001
From: Sujen Shah <sujen1412@gmail.com>
Date: Thu, 1 Apr 2021 14:19:21 -0700
Subject: [PATCH] Update run path

---
 algorithm_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/algorithm_config.yaml b/algorithm_config.yaml
index 782f0eb..8bcfc8a 100644
--- a/algorithm_config.yaml
+++ b/algorithm_config.yaml
@@ -12,7 +12,7 @@ queue: 15GB
 # explain what this algorithm does
 description: 
 # path to the wrapper script for running the algorithm
-run_command: /projects/readstwo/run.sh
+run_command: readstwo/run.sh
 # set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
 disk_space: 10GB
 inputs:
-- 
GitLab