cancervariants / metakb

Central repository for the VICC metakb web application
MIT License
14 stars 4 forks source link

create_json should accept a path to file #335

Closed korikuzma closed 1 month ago

korikuzma commented 1 month ago

Feature description

create_json in the Harvester and Transform classes should accept an optional path_to_file argument.

Use case

Users may not want to use our default harvester/transform data path and should be able to specify where they want the file to be stored

Proposed solution

Harvester: Replace filename with path_to_file Transform: Replace transform_dir and filename with path_to_file

If not set, we can use our default path

Alternatives considered

No response

Implementation details

No response

Potential Impact

Ability to store harvested data

Additional context

No response

Contribution

None

github-actions[bot] commented 1 month ago

Closed by #336.