-
Notifications
You must be signed in to change notification settings - Fork 3
Add new template 'lightweight-thymus' with fixes #121
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
base: development
Are you sure you want to change the base?
Conversation
The template has code to pull the main analysis jupyter notebook from https://github.com/sooheelee/notebooks/tree/main/hubmap-hackathon-2024.
Switch out template to main analysis notebook instead of abbreviated one that pulls the analysis notebook from another repo.
| "# This will error if the folder already exists\n", | ||
| "Repo.clone_from(git_url, repo_dir)\n", | ||
| "\n", | ||
| "repofilepath = f\"{repo_dir}/{repo_dir}/shlee-hh-lightweight-thymus/\"" |
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.
It may be helpful to move line 72 after line 66 so that if line 70 errors if the folder already exists, the repofilepath is still set as it's referenced later.
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.
@lchoy, thanks or the review. Would you like me to go ahead and make this update? Anything else towards merging?
No description provided.