comparison monocle3-plotCells.xml @ 2:84095a7b9867 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 21:16:15 +0000
parents 42dde38186fe
children 27d964d6264c
comparison
equal deleted inserted replaced
1:a5364bb45d4e 2:84095a7b9867
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