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

Why can't I find example data #69

Open
yvettelkxii opened this issue May 17, 2023 · 1 comment
Open

Why can't I find example data #69

yvettelkxii opened this issue May 17, 2023 · 1 comment

Comments

@yvettelkxii
Copy link

yvettelkxii commented May 17, 2023

No description provided.

@mengqi-z
Copy link
Collaborator

Hi @yvettelkxii, the example data does not come with the package when you install xanthos. You can get the example data after you install the latest Xanthos:

python -m pip install git+https://github.com/JGCRI/xanthos.git

Then, you can follow these steps to download the example data.

import xanthos

# the directory that you want to download and extract the example data to
data_dir = "<my data download location>"

# download and unzip the package data to your local machine
xanthos.get_package_data(data_dir)

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

No branches or pull requests

2 participants