From: Diane Trout Date: Tue, 20 Oct 2015 23:18:49 +0000 (-0700) Subject: add knowledge about file links X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=fbd83d2070e9b44b3e3787256f08ad5f3f7ca0ce add knowledge about file links --- 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)