README.md
pyproject.toml
GitAtbx.egg-info/PKG-INFO
GitAtbx.egg-info/SOURCES.txt
GitAtbx.egg-info/dependency_links.txt
GitAtbx.egg-info/entry_points.txt
GitAtbx.egg-info/requires.txt
GitAtbx.egg-info/top_level.txt
gitatbx/__init__.py
gitatbx/cli.py
gitatbx/config.py
gitatbx/init.py
gitatbx/inspect.py
gitatbx/modules.py
gitatbx/paths.py
gitatbx/reinject.py
gitatbx/run.py
gitatbx/serve.py
gitatbx/bin/interactive_plotter.py
gitatbx/bin/log_to_parquet.py
gitatbx/bin/nextflow.config
gitatbx/bin/workflow_wrapper.nf
gitatbx/modules/analyzers/amplitude_analyzer.py
gitatbx/modules/analyzers/anova_analyzer.py
gitatbx/modules/analyzers/asymmetry_analyzer.py
gitatbx/modules/analyzers/bootstrap_analyzer.py
gitatbx/modules/analyzers/comparative_ts_analyzer.py
gitatbx/modules/analyzers/connectivity_analyzer.py
gitatbx/modules/analyzers/correl_analyzer.py
gitatbx/modules/analyzers/descriptive_analyzer.py
gitatbx/modules/analyzers/effectsize_analyzer.py
gitatbx/modules/analyzers/group_analyzer.py
gitatbx/modules/analyzers/ic_analyzer.py
gitatbx/modules/analyzers/interval_analyzer.py
gitatbx/modules/analyzers/nonparam_analyzer.py
gitatbx/modules/analyzers/peak_analyzer.py
gitatbx/modules/analyzers/plv_analyzer.py
gitatbx/modules/analyzers/psd_analyzer.py
gitatbx/modules/analyzers/quest_analyzer.py
gitatbx/modules/analyzers/relative_analyzer.py
gitatbx/modules/analyzers/ttest_analyzer.py
gitatbx/modules/analyzers/waveform_analyzer.py
gitatbx/modules/analyzers/zscore_analyzer.py
gitatbx/modules/processors/baseline_correction_processor.py
gitatbx/modules/processors/channel_selector_processor.py
gitatbx/modules/processors/concatenating_processor.py
gitatbx/modules/processors/condition_profile_processor.py
gitatbx/modules/processors/contrast_processor.py
gitatbx/modules/processors/epoching_processor.py
gitatbx/modules/processors/events_processor.py
gitatbx/modules/processors/extracting_processor.py
gitatbx/modules/processors/filtering_processor.py
gitatbx/modules/processors/linear_transform_processor.py
gitatbx/modules/processors/log_transform_processor.py
gitatbx/modules/processors/mapping_processor.py
gitatbx/modules/processors/merging_processor.py
gitatbx/modules/processors/normalizing_processor.py
gitatbx/modules/processors/ols_processor.py
gitatbx/modules/processors/peak_detection_processor.py
gitatbx/modules/processors/pivot_processor.py
gitatbx/modules/processors/referencing_processor.py
gitatbx/modules/processors/regression_processor.py
gitatbx/modules/processors/rejection_processor.py
gitatbx/modules/processors/tddr_processor.py
gitatbx/modules/processors/timeseries_ols_processor.py
gitatbx/modules/processors/tree_processor.py
gitatbx/modules/readers/api_reader.py
gitatbx/modules/readers/csv_reader.py
gitatbx/modules/readers/txt_reader.py
gitatbx/modules/readers/xdf_reader.py
gitatbx/modules/utils/file_finder.py
gitatbx/modules/utils/xdf_inspector.py
gitatbx/templates/modules_template.nf
gitatbx/templates/parameters_template.config
gitatbx/templates/workflow_template.nf
gitatbx/utils/reinject.sh
gitatbx/utils/result_collector.py
gitatbx/utils/serve_html.ps1