Mercurial > repos > galaxyp > metaquantome_sample
comparison metaquantome_sample.xml @ 6:06f6826d380c draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metaquantome commit ec66b5b0627e7cf15b6e67e90d82ba8e0743b761
author | galaxyp |
---|---|
date | Mon, 18 Mar 2024 12:34:10 +0000 |
parents | c1343e3389ca |
children |
comparison
equal
deleted
inserted
replaced
5:40ca115438d2 | 6:06f6826d380c |
---|---|
1 <tool id="metaquantome_sample" name="metaQuantome: create samples file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="metaquantome_sample" name="metaQuantome: create samples file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description> by specifying the experiment's groups and associated column names</description> | 2 <description> by specifying the experiment's groups and associated column names</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="xrefs"/> | |
6 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
7 #set $samp_header = 'group\tcolnames' | 8 #set $samp_header = 'group\tcolnames' |
8 echo -e '${samp_header}' > samp_file.tab; | 9 echo -e '${samp_header}' > samp_file.tab; |
9 #if $samps_args.samps_src == 'build': | 10 #if $samps_args.samps_src == 'build': |
10 #for $s in $samps_args.samps | 11 #for $s in $samps_args.samps |