add knowledge about file links
authorDiane Trout <diane@ghic.org>
Tue, 20 Oct 2015 23:18:49 +0000 (16:18 -0700)
committerDiane Trout <diane@ghic.org>
Tue, 20 Oct 2015 23:18:49 +0000 (16:18 -0700)
htsworkflow/submission/encoded.py

index a8d554fea707855c9a969de10d3ca57c172a9b29..a6d3921bfeaf1516fdf6daa5f7f9bd8db0690a20 100644 (file)
@@ -260,6 +260,7 @@ class ENCODED:
             '/experiments/': 'experiment',
             '/libraries/': 'library',
             '/replicates/': 'replicate',
+            '/file/': 'file',
         }
         object_type = collection_to_type.get(object_type, object_type)