add knowledge about file links
[htsworkflow.git] / 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)