Mercurial > repos > ebi-gxa > monocle3_diffexp
comparison monocle3-diffExp.xml @ 4:d333006ef72a 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:17:02 -0400 |
parents | a7d4f80d1265 |
children |
comparison
equal
deleted
inserted
replaced
3:c5665e286bcf | 4:d333006ef72a |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="monocle3_diffExp" name="Monocle3 diffExp" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> | 2 <tool id="monocle3_diffExp" name="Monocle3 diffExp" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
3 <description> of genes along a trajectory</description> | 3 <description> of genes along a trajectory</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 <expand macro="requirements"/> |
12 #if $knn | 12 #if $knn |
13 --knn '$(knn)' | 13 --knn '$(knn)' |
14 #end if | 14 #end if |
15 --method '$(method)' | 15 --method '$(method)' |
16 --alternative '$(alternative)' | 16 --alternative '$(alternative)' |
17 --cores \${GALAXY_SLOTS:-1} | |
17 | 18 |
18 @INPUT_OPTS@ | 19 @INPUT_OPTS@ |
19 output.tsv | 20 output.tsv |
20 | 21 |
21 @VERBOSE@ | 22 @VERBOSE@ |