-
This is a historic conversation. A user emailed us in the past: Could you please tell me if there is a way to download the .imzML and .ibd files of a given Dataset using the Python package https://metaspace2020.readthedocs.io/en/latest/ programmatically ? |
Beta Was this translation helpful? Give feedback.
Answered by
theodev
Aug 12, 2024
Replies: 1 comment 1 reply
-
Our response: If you want to download the .imzML and .ibd files of a given dataset using the python package, you can use the function 'download_to_dir'. Bellow is an example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
theodev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our response:
If you want to download the .imzML and .ibd files of a given dataset using the python package, you can use the function 'download_to_dir'.
Bellow is an example: