Mercurial > repos > iuc > ribowaltz_plot
comparison ribowaltz_plot.xml @ 1:e25d81465c23 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ribowaltz commit 416063685092b818a398e00d5027f7fe742230f1
author | iuc |
---|---|
date | Mon, 23 Oct 2023 12:10:37 +0000 |
parents | 8e903cb3f919 |
children |
comparison
equal
deleted
inserted
replaced
0:8e903cb3f919 | 1:e25d81465c23 |
---|---|
1 <tool id="ribowaltz_plot" name="riboWaltz-plot" version="@VERSION@" profile="@PROFILE@"> | 1 <tool id="ribowaltz_plot" name="riboWaltz-plot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>visual inspection of ribosome profiling data</description> | 2 <description>visual inspection of ribosome profiling data</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro='requirements'/> | |
7 <expand macro='edam_ontology' /> | 6 <expand macro='edam_ontology' /> |
8 <expand macro='xrefs'/> | 7 <expand macro='xrefs'/> |
8 <expand macro='requirements'/> | |
9 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
10 Rscript '${__tool_directory__}/ribowaltz_plot.R' -i '$input_rdata' | 10 Rscript '${__tool_directory__}/ribowaltz_plot.R' -i '$input_rdata' |
11 #import json | 11 #import json |
12 #if $rlength_distr.plot == 'yes': | 12 #if $rlength_distr.plot == 'yes': |
13 #set params_rlength_distr = [] | 13 #set params_rlength_distr = [] |