Skip to content
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

easy installation through pip #38

Merged
merged 19 commits into from
Apr 9, 2024
Merged

easy installation through pip #38

merged 19 commits into from
Apr 9, 2024

Conversation

abearab
Copy link
Collaborator

@abearab abearab commented Apr 8, 2024

close #35

@abearab abearab self-assigned this Apr 8, 2024
Copy link
Collaborator Author

@abearab abearab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip installation excludes contents of "data" folder. Maybe those can be uploaded to "Dataverse"?

url = 'https://github.com/GilbertLabUCSF/CanDI',
entry_points={
'console_scripts': [
'candi-install = CanDI.setup.install:main',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

candi-install works as a command.

usage: candi-install [-h] [--source SOURCE] [--data_dir DATA_DIR]

optional arguments:
  -h, --help           show this help message and exit
  --source SOURCE      Specify the download source
  --data_dir DATA_DIR  Specify the data directory

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yogiski – Hi Chris, hope all is well! I made some changes to CanDI. Let me know what you think!

@abearab abearab merged commit 297cf84 into GilbertLabUCSF:master Apr 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make available for install via pip/conda
1 participant