MergeNode / VennNode - extra columns (eg FILTER)
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
At the moment these aren't inherited because of performance reasons, code is:
```
def inherits_parent_columns(self):
return self.min_inputs == 1 and self.max_inputs == 1
```
I think given recent merge node changes it may be possible to put this back? We are still pulling out the sample/genotype fields
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.