comparison prot_features.xml @ 6:fc0118aa432a draft

planemo upload commit 5221e042cb207f593b144ed857106235b8f5fbde-dirty
author proteore
date Tue, 20 Mar 2018 11:13:49 -0400
parents 867d47ff782c
children 2e53ba3b1697
comparison
equal deleted inserted replaced
5:867d47ff782c 6:fc0118aa432a
47 <param name="filetype" type="select" label="Select your type of input file"> 47 <param name="filetype" type="select" label="Select your type of input file">
48 <option value="file_all">Input file containing your identifiers (neXtProt or Uniprot ID)</option> 48 <option value="file_all">Input file containing your identifiers (neXtProt or Uniprot ID)</option>
49 <option value="copy_paste">Copy/paste your list of IDs</option> 49 <option value="copy_paste">Copy/paste your list of IDs</option>
50 </param> 50 </param>
51 <when value="copy_paste"> 51 <when value="copy_paste">
52 <param name="genelist" type="text" label="Enter a list of identifiers"/> 52 <param name="genelist" type="text" label="Enter a list of identifiers">
53 <sanitizer>
54 <valid initial="string.printable">
55 <remove value="&apos;"/>
56 </valid>
57 <mapping initial="none">
58 <add source="&apos;" target="__sq__"/>
59 </mapping>
60 </sanitizer>
61 </param>
53 </when> 62 </when>
54 <when value="file_all"> 63 <when value="file_all">
55 <param name="genelist" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="This file must imperatively have 1 column filled with IDs consistent with the neXtprot database (Uniprot accession number or neXtProt ID). If this is not the case, please use the ID_Converter tool."/> 64 <param name="genelist" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="This file must imperatively have 1 column filled with IDs consistent with the neXtprot database (Uniprot accession number or neXtProt ID). If this is not the case, please use the ID_Converter tool."/>
56 <param name="column" type="text" label="Please specify the column where are your IDs (e.g : Enter c1 for column n°1)" value="c1"/> 65 <param name="column" type="text" label="Please specify the column where are your IDs (e.g : Enter c1 for column n°1)" value="c1"/>
57 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> 66 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false">