Mercurial > repos > proteore > proteore_kegg_identification
changeset 2:ae9c1f1cdec3 draft default tip
planemo upload commit 9af2cf12c26c94e7206751ccf101a3368f92d0ba
| author | proteore |
|---|---|
| date | Tue, 18 Dec 2018 09:22:24 -0500 |
| parents | def6441d2345 |
| children | |
| files | kegg_identification.xml |
| diffstat | 1 files changed, 41 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/kegg_identification.xml Thu Dec 13 04:15:10 2018 -0500 +++ b/kegg_identification.xml Tue Dec 18 09:22:24 2018 -0500 @@ -22,12 +22,12 @@ ]]></command> <inputs> <conditional name="input" > - <param name="ids" type="select" label="Enter your list of identifiers" help="Copy/paste or ID list from a file (e.g. table)" > - <option value="text">Copy/paste your identifiers</option> - <option value="file" selected="true">Input file containing your identifiers</option> + <param name="ids" type="select" label="Enter your IDs (Entrez gene IDs, KEGG gene IDs or UniProt Accession number)" help="Copy/paste or from a file (e.g. table)" > + <option value="text">Copy/paste your IDs</option> + <option value="file" selected="true">Input file containing your IDs</option> </param> <when value="text" > - <param name="txt" type="text" label="Copy/paste your identifiers" help='IDs must be separated by tab, space or carriage return into the form field, for example: hsa:3306 hsa:22948' > + <param name="txt" type="text" label="Copy/paste your IDs" help='IDs must be separated by tab, space or carriage return into the form field, for example: hsa:3306 hsa:22948' > <sanitizer invalid_char=''> <valid initial="string.printable"> <remove value="'"/> @@ -39,23 +39,23 @@ </param> </when> <when value="file" > - <param name="file" type="data" format="txt,tabular,tsv" label="Select a file that contains your list of identifiers" help="" /> - <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain a header?" /> - <param name="ncol" type="text" value="c1" label="The column number of your identifiers to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> + <param name="file" type="data" format="txt,tabular,tsv" label="Select your file" help="" /> + <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> + <param name="ncol" type="text" value="c1" label="Column number of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on' /> </when> </conditional> - <param name="id_type" type="select" label="select your identifiers type :" > - <option value="ncbi-geneid" selected="true">Entrez genes ID</option> - <option value="kegg-id">KEGG genes ID</option> - <option value="uniprot">Uniprot Accession number</option> + <param name="id_type" type="select" label="Select IDs" > + <option value="ncbi-geneid" selected="true">Entrez Gene ID</option> + <option value="kegg-id">KEGG gene ID</option> + <option value="uniprot">UniProt Accession number</option> </param> - <param name="species" type="select" label="Select species"> - <option value="hsa">Human (H. sapiens)</option> - <option value="mmu">Mouse (M. musculus)</option> - <option value="rno">Rat (R. norvegicus)</option> + <param name="species" type="select" label="Species"> + <option value="hsa">Human (Homo sapiens)</option> + <option value="mmu">Mouse (Mus musculus)</option> + <option value="rno">Rat (Rattus norvegicus)</option> </param> - <param type="integer" name="nb_pathways" label="Set the number of pathways to be displayed in the output" value="10" help="Pathways are sorted by percent of mapping gene by pathway in descending order"/> + <param type="integer" name="nb_pathways" label="Set number of pathways to be displayed" value="10" help="Pathways are sorted by percent of mapping gene by pathway in descending order"/> </inputs> <outputs> <data name="output1" format="tsv" /> @@ -76,23 +76,34 @@ </tests> <help><