Mercurial > repos > proteore > proteore_clusterprofiler
comparison cluster_profiler.xml @ 4:710414ebb6db draft
planemo upload commit 0a42c3d46be24406936ca0036bb436e6e2524fd2-dirty
author | proteore |
---|---|
date | Tue, 20 Mar 2018 08:59:51 -0400 |
parents | ad1244024bd8 |
children | 8a91f58782df |
comparison
equal
deleted
inserted
replaced
3:ad1244024bd8 | 4:710414ebb6db |
---|---|
11 </requirements> | 11 </requirements> |
12 <command detect_errors="exit_code"><![CDATA[ | 12 <command detect_errors="exit_code"><![CDATA[ |
13 Rscript "$__tool_directory__/GO-enrich.R" | 13 Rscript "$__tool_directory__/GO-enrich.R" |
14 #if $input.ids == "text" | 14 #if $input.ids == "text" |
15 --input_type="text" | 15 --input_type="text" |
16 --input="$input.text" | 16 --input="$input.txt" |
17 #else | 17 #else |
18 --input_type="file" | 18 --input_type="file" |
19 --input="$input.file" | 19 --input="$input.file" |
20 --ncol="$input.ncol" | 20 --ncol="$input.ncol" |
21 --header="$input.header" | 21 --header="$input.header" |