ChipStream 0.4.0
This release brings the power of basin features to ChipStream. By default, the output file is now a downstream dataset that uses the input file as a basin. As a result, pipeline runs are faster and output files are significantly smaller. To disable this feature, uncheck the "Exploit basins" checkbox in the GUI or use the "--drain-basins" option in the CLI.
- feat: CLI by default creates output file that contains no redundant
data and uses the input file as a basin; old behavior can be brought
back with the "--drain-basins" command-line option - feat: implement same behavior for GUI as for CLI, with the
"Exploit basins" checkbox - fix: show correct data PPID in CLI
- setup: bump dcnum from 0.19.1 to 0.20.1
- docs: add tool tips for most controls