From ae709542fa285c64c61533507de6a33d766a7818 Mon Sep 17 00:00:00 2001
From: Nathaniel Kofalt <nathaniel@kofalt.com>
Date: Wed, 23 Dec 2015 08:25:45 -0600
Subject: [PATCH] Move location

---
 api/jobs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/jobs.py b/api/jobs.py
index 0a06970a..759b1997 100644
--- a/api/jobs.py
+++ b/api/jobs.py
@@ -165,7 +165,7 @@ def generate_formula(algorithm_id, i):
             {
                 'type': 'scitran',
                 'uri': '/' + i['container_type'] + '/' + i['container_id'] + '/files/' + i['filename'],
-                'location': '/input/' + i['filename'],
+                'location': '/input',
             }
         ],
         'target': {
-- 
GitLab