WFQuery refactoring and a new get_nodes_providing() function
- Corrected indentation in
wfquery.py
- Removed redundant code in
get_wf_info()
- Wrote a function to return a list of
fw_ids
providing a specific output with- string match, regex match;
- reuse
get_fw_info()
.
- Now
get_data()
returns no entries (withdata: None
) in case when the data is not provided. This is, when inputs provided by parent nodes or outputs are not available due to non-completed computations.
Edited by Ivan Kondov