Skip to content
Snippets Groups Projects
Commit 1a5756cb authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Refactor file organization and fix references to other ecosystem packages

parent c92c56b4
No related branches found
No related tags found
No related merge requests found
......@@ -28,18 +28,16 @@ This module encapsulates the core functionalities needed for effective data mana
"""
module FACT_data_project
using FACTWorkflowManager, FACTResultsIO
using FACT_workflow_manager, FACT_unified_data_IO
using TOML, DataFrames, JSON, CSV, ReadStatTables, Parquet, SQLite
include("utils/ResultsReader.jl")
include("utils/FileWriter.jl")
include("utils/DataFrameManager.jl")
export get_joined_results_dataset
include("cmd/WorkflowRunner.jl")
export runWorkflow
include("cmd/DownloadDataset.jl")
export download_dataset
include("DataFrameManager.jl")
export get_joined_results_dataset
include("ResultsReader.jl")
include("FileWriter.jl")
end
\ No newline at end of file
File moved
File moved
File moved
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