Mercurial > repos > bimib > cobraxy
diff COBRAxy/custom_data_generator_beta.xml @ 426:00a78da611ba draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Wed, 10 Sep 2025 09:25:32 +0000 |
| parents | ef8849a622d7 |
| children | 4a385fdb9e58 |
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator_beta.xml Tue Sep 09 15:05:02 2025 +0000 +++ b/COBRAxy/custom_data_generator_beta.xml Wed Sep 10 09:25:32 2025 +0000 @@ -42,10 +42,9 @@ </conditional> <param name="gene_format" argument="--gene_format" type="select" label="Gene nomenclature format:"> - <option value="Default" selected="true">Keep original gene nomenclature</option> + <option value="Default" selected="true">Keep original gene nomenclature (HGNC ID)</option> <option value="ENSG">ENSNG (Ensembl Gene ID)</option> <option value="HGNC_symbol">HGNC Symbol</option> - <option value="HGNC_ID">HGNC ID</option> <option value="entrez_id">Entrez Gene ID</option> </param> </when> @@ -62,7 +61,10 @@ </when> </conditional> <param name="gene_format" argument="--gene_format" type="select" label="Gene nomenclature format:"> - <option value="Default" selected="true">Keep original gene nomenclature</option> + <option value="Default" selected="true">Keep original gene nomenclature (HGNC Symbol)</option> + <option value="ENSG">ENSNG (Ensembl Gene ID)</option> + <option value="HGNC_ID">HGNC ID</option> + <option value="entrez_id">Entrez Gene ID</option> </param> </when>
