Mercurial > repos > greg > plant_tribes_ks_distribution
comparison ks_distribution.xml @ 2:2c8e564adede draft
Uploaded
author | greg |
---|---|
date | Tue, 01 Aug 2017 14:27:08 -0400 |
parents | 56f42cc1dd58 |
children | f5bdcd2729cc |
comparison
equal
deleted
inserted
replaced
1:56f42cc1dd58 | 2:2c8e564adede |
---|---|
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements_ks_distribution" /> | 6 <expand macro="requirements_ks_distribution" /> |
7 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
8 Rscript $__tool_directory__/ks_distribution.R | 8 Rscript '$__tool_directory__/ks_distribution.R' |
9 -k '$input' | 9 -k '$input' |
10 -c '$components' | 10 -c '$components' |
11 -n $components.metadata.number_comp | 11 -n $components.metadata.number_comp |
12 -o '$output' | 12 -o '$output' |
13 #if str($choose_colors_cond.choose_colors) == 'yes': | 13 #if str($choose_colors_cond.choose_colors) == 'yes': |