Mercurial > repos > ebi-gxa > monocle3_plotcells
comparison monocle3-plotCells.xml @ 4:016c39d243fb draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit c388aa3bb719eff471508b6f01cae8583ee7bb1d"
author | ebi-gxa |
---|---|
date | Thu, 14 May 2020 17:30:05 -0400 |
parents | ad64e2d368d6 |
children | 91980addce5e |
comparison
equal
deleted
inserted
replaced
3:ef2dc754709c | 4:016c39d243fb |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="monocle3_plotCells" name="Monocle3 plotCells" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 2 <tool id="monocle3_plotCells" name="Monocle3 plotCells" version="0.1.5+galaxy0" profile="@PROFILE@"> |
3 <description> in the reduced dimensionality space</description> | 3 <description> in the reduced dimensionality space</description> |
4 <macros> | 4 <macros> |
5 <import>monocle3-macros.xml</import> | 5 <import>monocle3-macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <requirements> |
8 <requirement type="package" version="0.0.8">monocle3-cli</requirement> | |
9 </requirements> | |
8 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
9 LANG=en_US.UTF-8 monocle3 plotCells | 11 LANG=en_US.UTF-8 monocle3 plotCells |
10 --reduction-method '$(reduction_method)' | 12 --reduction-method '$(reduction_method)' |
11 --norm-method '$(norm_method)' | 13 --norm-method '$(norm_method)' |
12 #if $xdim | 14 #if $xdim |