Mercurial > repos > proteore > proteore_expression_rnaseq_abbased
comparison expression_rnaseq_abbased.xml @ 7:c9943f867413 draft
planemo upload commit 6b011549498a096af60a494bc39c1a2078580a5a-dirty
author | proteore |
---|---|
date | Tue, 20 Mar 2018 10:46:46 -0400 |
parents | f15cdeeba4b4 |
children | 2df5166efebb |
comparison
equal
deleted
inserted
replaced
6:71214d6034e7 | 7:c9943f867413 |
---|---|
28 <param name="filetype" type="select" label="Enter your list of Ensembl gene ID"> | 28 <param name="filetype" type="select" label="Enter your list of Ensembl gene ID"> |
29 <option value="file_all">Input file containing your IDs</option> | 29 <option value="file_all">Input file containing your IDs</option> |
30 <option value="copy_paste">Copy/paste your list of IDs</option> | 30 <option value="copy_paste">Copy/paste your list of IDs</option> |
31 </param> | 31 </param> |
32 <when value="copy_paste"> | 32 <when value="copy_paste"> |
33 <param name="genelist" type="text" label="Enter a list of identifiers"/> | 33 <param name="genelist" type="text" label="Enter a list of identifiers"> |
34 <sanitizer> | |
35 <valid initial="string.printable"> | |
36 <remove value="'"/> | |
37 </valid> | |
38 <mapping initial="none"> | |
39 <add source="'" target="__sq__"/> | |
40 </mapping> | |
41 </sanitizer> | |
42 </param> | |
34 </when> | 43 </when> |
35 <when value="file_all"> | 44 <when value="file_all"> |
36 <param name="genelist" type="data" format="txt,tabular" label="Choose your file" help="This file must imperatively have 1 column filled with Ensembl Gene IDs (ENSG). Please use the ID_Converter tool if this is not the case."/> | 45 <param name="genelist" type="data" format="txt,tabular" label="Choose your file" help="This file must imperatively have 1 column filled with Ensembl Gene IDs (ENSG). Please use the ID_Converter tool if this is not the case."/> |
37 <param name="column" type="text" label="Please specify the column where are your Ensembl gene IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1"/> | 46 <param name="column" type="text" label="Please specify the column where are your Ensembl gene IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1"/> |
38 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> | 47 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> |