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

Feature request: allow downloading from GSA #13

Open
soungalo opened this issue Oct 21, 2021 · 3 comments
Open

Feature request: allow downloading from GSA #13

soungalo opened this issue Oct 21, 2021 · 3 comments

Comments

@soungalo
Copy link

Since there are data deposited in GSA but not in SRA/ENA, it would be useful to add the option to download from GSA.
I was able to use Aspera for downloading from GSA using a command like:
./ascp -i [/path/to/the/key/file] -P33001 -QT -l100m -k1 aspera01@download.big.ac.cn:/gsa3/<data set ID>/<run ID> [/path/to/your/local/directory/]

@wwood
Copy link
Owner

wwood commented Oct 21, 2021

Hi,

Interesting feature request. I'm not very familiar with GSA, though, and couldn't find any (English) documentation that gives a guide as to how to interact programmatically. Implementing this in kingfisher would require some way to:

  1. Given a run ID, query for the data set ID (or better yet for the entire file download path)
  2. Since kingfisher can make use of a bioproject ID to search, some analogous way to search with a GSA bioproject ID

Any ideas? How did you know how to construct your example aspera command line?
Thanks.

@soungalo
Copy link
Author

Yes, there is indeed a problem of documentation there. I was only able to construct this command after consulting with the GSA support team. I should say that they were pretty quick and helpful. They can be contacted at: gsa@big.ac.cn
Maybe adding the feature to Kingfisher will make GSA more accessible to users (there's lots of data there).

@wwood
Copy link
Owner

wwood commented Oct 25, 2021

Thanks. I've contacted them.

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