-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created bia-export base package #125
Conversation
root_directory: Path | ||
) -> Study: | ||
if root_directory: | ||
study_path = root_directory.joinpath(f'studies/{accession_id}.json') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note - these paths are based on the cache path structure of the ingest code. The idea is we should be able to run the export with the root based on the local 'cache' after running ingest and get the json for the website
@@ -0,0 +1 @@ | |||
import pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah i should have probably removed this - it is not being used (yet)
* created bia-export base package * updated README
* created bia-export base package * updated README
* created bia-export base package * updated README
Set up the basics of the bia-export package to create studies for website from json files