Skip to content

Commit

Permalink
docs: update comments in template
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 15, 2023
1 parent 8233352 commit c503631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poetry_snakemake_plugin/templates/storage-plugins/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ async def inventory(self, cache: IOCacheStorageInterface):
# This is optional and can be left as is

# If this is implemented in a storage object, results have to be stored in
# the given IOCache object, using self.local_path() as key.
# the given IOCache object, using self.cache_key() as key.
# Optionally, this can take a custom local suffix, needed e.g. when you want
# to cache more items than the current query: self.cache_key(local_suffix=...)
pass

def get_inventory_parent(self) -> Optional[str]:
Expand Down

0 comments on commit c503631

Please sign in to comment.