Mercurial > repos > ebi-gxa > monocle3_diffexp
comparison monocle3-diffExp.xml @ 2:05f1ad42d728 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:13:20 +0000 |
| parents | 9261eff5cd98 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:f443e054370f | 2:05f1ad42d728 |
|---|---|
| 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@ |
