Repository 'salmon_kallisto_mtx_to_10x'
hg clone https://toolshed.g2.bx.psu.edu/repos/ebi-gxa/salmon_kallisto_mtx_to_10x

Changeset 9:e42c217a450f (2020-03-11)
Previous changeset 8:5675dc87bb8d (2020-03-04) Next changeset 10:88f5a0a6a818 (2022-05-11)
Commit message:
"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"
modified:
salmonKallistoMtxTo10x.xml
b
diff -r 5675dc87bb8d -r e42c217a450f salmonKallistoMtxTo10x.xml
--- 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;