Mercurial > repos > proteore > proteore_id_converter
comparison id_converter.xml @ 3:72860740f65f draft
planemo upload commit 08f1831e097df5d74bf60ff5955e7e9c8e524cc8-dirty
author | proteore |
---|---|
date | Wed, 14 Mar 2018 10:13:40 -0400 |
parents | 9b3a4ee0dcc6 |
children | 0584344186eb |
comparison
equal
deleted
inserted
replaced
2:9b3a4ee0dcc6 | 3:72860740f65f |
---|---|
41 </param> | 41 </param> |
42 </when> | 42 </when> |
43 <when value="file" > | 43 <when value="file" > |
44 <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="" /> | 44 <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="" /> |
45 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" /> | 45 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" /> |
46 <param name="ncol" type="text" label="The column number of IDs to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> | 46 <param name="ncol" type="text" value="c1" label="The column number of IDs to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> |
47 </when> | 47 </when> |
48 </conditional> | 48 </conditional> |
49 <conditional name="idti" > | 49 <conditional name="idti" > |
50 <param name="idtypein" type="select" label="Select type/source of identifier of your list" help="Please see example of IDs in help section" > | 50 <param name="idtypein" type="select" label="Select type/source of identifier of your list" help="Please see example of IDs in help section" > |
51 <option value="neXtProt_ID" >neXtProt ID (e.g. NX_P31946)</option> | 51 <option value="neXtProt_ID" >neXtProt ID (e.g. NX_P31946)</option> |
174 | 174 |
175 .. class:: infomark | 175 .. class:: infomark |
176 | 176 |
177 This tool converts human IDs using the following source files: | 177 This tool converts human IDs using the following source files: |
178 | 178 |
179 * HUMAN_9606_idmapping_selected.tab | 179 * HUMAN_9606_idmapping_selected.tab (Uniprot released on 12/2017) |
180 Tarball downloaded from ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/ | 180 Tarball downloaded from ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/ |
181 | 181 |
182 * nextprot_ac_list_all.txt | 182 * nextprot_ac_list_all.txt (Nextprot released on 01/08/2017) |
183 Downloaded from ftp://ftp.nextprot.org/pub/current_release/ac_lists/ | 183 Downloaded from ftp://ftp.nextprot.org/pub/current_release/ac_lists/ |
184 | 184 |
185 ----- | 185 ----- |
186 | 186 |
187 .. class:: warningmark | 187 .. class:: warningmark |