Mercurial > repos > prog > mtblsdwnld
diff README.md @ 0:d9aa2a6dc8f0 draft
"planemo upload commit 7edb56b5ae3e1dd9aa9a66d4bd6d943f42090b87-dirty"
| author | prog |
|---|---|
| date | Wed, 18 Dec 2019 14:40:46 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Dec 18 14:40:46 2019 +0000 @@ -0,0 +1,40 @@ +Metabolights Downloader +======================= + +[](https://travis-ci.org/workflow4metabolomics/mtbls-dwnld) + +A [Metabolights](http://www.ebi.ac.uk/metabolights/) study downloader for [Galaxy](https://galaxyproject.org/), part of the [Workflow4Metabolomics](http://workflow4metabolomics.org/) project, and developed during the [PhenoMeNal](http://phenomenal-h2020.eu/home/) project. + +For more information, see the galaxy tool page, help section, available inside `mtbls-dwnld_config.xml`. + +## Requirements + + * Python 3.8 + * isatools 0.10.3 + * `unzip` program. + * `wget` program. + * `ascp` (Aspera secure copy) program, version 3.7.4 or greater, which you can download [here](http://downloads.asperasoft.com/en/downloads/62). + +## Updates + +### 4.1.4 + + * Use MTBLS29 instead of MTBLS30, which has been removed from public repository, for testing. + * Make planemo tests pass on Travis-CI. + * Run several times ascp downloads for tests on Travis-CI, due to connection issues. + +### 2.0.4 + + * Test presence of downloader program. + * Correct running of `wget`. + +### 2.0.3 + + * Allow to choose the downloading method (`wget` or `aspera`). + * Ask to specify is the study to download is public or private. + * Allow to download all assays at once and convert them to W4M format. + * Allow to download *mzMl* and *mzData* files as collections. + +### 1.3.0 + + * Allow to choose the assay to extract and convert to W4M format.
