Skip to content
Snippets Groups Projects
Commit 5e7f6f37 authored by Evan Edmond's avatar Evan Edmond
Browse files

Update __init__.py

parent 967cc62e
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ You can update the FileTree with one or more variables before calling `get_all_t ...@@ -309,7 +309,7 @@ You can update the FileTree with one or more variables before calling `get_all_t
.. code-block:: python .. code-block:: python
for t in tree.update(participant=('001', '002'), run=("1")).get_all_trees("feat_dir"): for t in tree.update(participant=("001", "002"), run=("1")).get_all_trees("feat_dir"):
my_pipeline(t) my_pipeline(t)
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment