Mercurial > repos > ebi-gxa > salmon_kallisto_mtx_to_10x
diff salmonKallistoMtxTo10x.xml @ 9:e42c217a450f draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/salmon-kallisto-mtx-to-10x/.shed.yml commit 12e9d45608ff77753b1bb492b8bd4130af5bd1ce"
author | ebi-gxa |
---|---|
date | Wed, 11 Mar 2020 11:28:41 -0400 |
parents | 5675dc87bb8d |
children | 88f5a0a6a818 |
line wrap: on
line diff
--- a/salmonKallistoMtxTo10x.xml Wed Mar 04 06:44:57 2020 -0500 +++ b/salmonKallistoMtxTo10x.xml Wed Mar 11 11:28:41 2020 -0400 @@ -1,8 +1,9 @@ -<tool id="_salmon_kallisto_mtx_to_10x" name="salmonKallistoMtxTo10x" version="0.0.1+galaxy4" profile="18.01"> +<tool id="_salmon_kallisto_mtx_to_10x" name="salmonKallistoMtxTo10x" version="0.0.1+galaxy5" profile="18.01"> <description>Transforms .mtx matrix and associated labels into a format compatible with tools expecting old-style 10X data</description> <requirements> <requirement type="package" version="1.4.1">scipy</requirement> <requirement type="package" version="1.0.1">pandas</requirement> + <requirement type="package" version="5.37">file</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ file $mtx_file | grep 'gzip compressed' > /dev/null;