Previous changeset 0:c127d4124583 (2019-07-02) Next changeset 2:c3c85b67d118 (2020-12-27) |
Commit message:
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a3175f2eb5c66853296751aaf2a87218fb636b1a |
modified:
matrix-service.xml |
b |
diff -r c127d4124583 -r 2e81fbe036b2 matrix-service.xml --- a/matrix-service.xml Tue Jul 02 11:10:16 2019 -0400 +++ b/matrix-service.xml Tue Oct 22 11:03:12 2019 -0400 |
[ |
@@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="hca_matrix_downloader" name="Human Cell Atlas Matrix Downloader" version="v0.0.2+galaxy0"> +<tool id="hca_matrix_downloader" name="Human Cell Atlas Matrix Downloader" version="v0.0.3+galaxy0"> <description>retrieves expression matrices and metadata from the Human Cell Atlas.</description> <requirements> - <requirement type="package" version="0.0.2">hca-matrix-downloader</requirement> + <requirement type="package" version="0.0.3">hca-matrix-downloader</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ -hca-matrix-downloader -p '${project}' -f mtx -o out -f '${matrix_format}' +hca-matrix-downloader -p '${project}' -o out -f '${matrix_format}' #if $matrix_format == "mtx": && hca-mtx-to-10x out.mtx . |