From fbd83d2070e9b44b3e3787256f08ad5f3f7ca0ce Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 20 Oct 2015 16:18:49 -0700 Subject: [PATCH] add knowledge about file links --- htsworkflow/submission/encoded.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htsworkflow/submission/encoded.py b/htsworkflow/submission/encoded.py index a8d554f..a6d3921 100644 --- a/htsworkflow/submission/encoded.py +++ b/htsworkflow/submission/encoded.py @@ -260,6 +260,7 @@ class ENCODED: '/experiments/': 'experiment', '/libraries/': 'library', '/replicates/': 'replicate', + '/file/': 'file', } object_type = collection_to_type.get(object_type, object_type) -- 2.30.2