Mercurial > repos > iuc > ega_download_client
comparison pyega3.xml @ 7:7d87a9d58aa1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 9b235992a96145b852de7a6b59bac3a33dcbbcc8
author | iuc |
---|---|
date | Tue, 03 Oct 2023 09:59:17 +0000 |
parents | 6cb20e130473 |
children |
comparison
equal
deleted
inserted
replaced
6:6cb20e130473 | 7:7d87a9d58aa1 |
---|---|
235 The pyEGA3 download client is a python-based tool for viewing and downloading files from authorized EGA datasets. | 235 The pyEGA3 download client is a python-based tool for viewing and downloading files from authorized EGA datasets. |
236 | 236 |
237 .. class:: Warning mark | 237 .. class:: Warning mark |
238 | 238 |
239 Data is stored unencrypted on the user's Galaxy account. Confidential data from the EGA could be left unprotected when uploaded to a public Galaxy server. | 239 Data is stored unencrypted on the user's Galaxy account. Confidential data from the EGA could be left unprotected when uploaded to a public Galaxy server. |
240 Make sure to read the EGA Data Access Agreement ([DAA](https://ega-archive.org/files/Example_DAA.doc)) before uploading any data to Galaxy from the EGA. | 240 Make sure to read the EGA Data Access Agreement (DAA_) before uploading any data to Galaxy from the EGA. |
241 If this applies to you, we recommend you follow [this link](https://github.com/elixir-europe/GalaxySensitiveData-ELIXIR_IS) for updates on encrypted data at rest. | 241 If this applies to you, we recommend you follow the GalaxySensitiveData-ELIXIR-IS_ page for updates on encrypted data at rest. |
242 | 242 |
243 If you have an EGA account, you can set your EGA credentials in the user preferences menu of Galaxy. Otherwise, default EGA credentials with access to an example dataset will be used. | 243 If you have an EGA account, you can set your EGA credentials in the user preferences menu of Galaxy. Otherwise, default EGA credentials with access to an example dataset will be used. |
244 | 244 |
245 pyEGA3 uses the EGA Data API and has several key features: | 245 pyEGA3 uses the EGA Data API and has several key features: |
246 | 246 |
248 - Downloads resume from where they left off in the event that the connection is interrupted. | 248 - Downloads resume from where they left off in the event that the connection is interrupted. |
249 - pyEGA3 supports file segmenting and parallelized download of segments, improving overall performance. | 249 - pyEGA3 supports file segmenting and parallelized download of segments, improving overall performance. |
250 - After download completes, file integrity is verified using checksums. | 250 - After download completes, file integrity is verified using checksums. |
251 - pyEGA3 implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files. | 251 - pyEGA3 implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files. |
252 | 252 |
253 .. _DAA: https://ega-archive.org/files/Example_DAA.doc | |
254 .. _GalaxySensitiveData-ELIXIR-IS: https://github.com/elixir-europe/GalaxySensitiveData-ELIXIR_IS | |
253 ]]></help> | 255 ]]></help> |
254 <citations> | 256 <citations> |
255 <citation type="doi">10.1038/ng.3312</citation> | 257 <citation type="doi">10.1038/ng.3312</citation> |
256 </citations> | 258 </citations> |
257 </tool> | 259 </tool> |