Mercurial > repos > iuc > kobas
comparison kobas_macros.xml @ 4:20f1b45dea63 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
author | iuc |
---|---|
date | Thu, 28 Nov 2019 15:50:07 -0500 |
parents | 83b998fa34ea |
children |
comparison
equal
deleted
inserted
replaced
3:83b998fa34ea | 4:20f1b45dea63 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@WRAPPER_VERSION@">0.4</token> | 2 <token name="@TOOL_VERSION@">2.1.1</token> |
3 <token name="@KOBAS_VERSION@">2.1.1</token> | |
4 <xml name="requirements"> | 3 <xml name="requirements"> |
5 <requirements> | 4 <requirements> |
6 <requirement type="package" version="@KOBAS_VERSION@">kobas</requirement> | 5 <requirement type="package" version="@TOOL_VERSION@">kobas</requirement> |
6 <!-- kobas 2.1.1 is not compatible with Biopython >=1.73 due to https://github.com/biopython/biopython/issues/1952 --> | |
7 <requirement type="package" version="1.72">biopython</requirement> | |
8 <!-- Help conda resolving the enviroment, hopefully this can be removed for next update --> | |
9 <requirement type="package" version="3.4">r-base</requirement> | |
7 </requirements> | 10 </requirements> |
8 </xml> | 11 </xml> |
9 <xml name="input_kobasdb"> | 12 <xml name="input_kobasdb"> |
10 <param | 13 <param argument="--species" type="text" label="Species abbreviation" |
11 name="species" | 14 help="For example: ko for KEGG Orthology, hsa for Homo sapiens, mmu |
12 type="text" | 15 for Mus musculus, dme for Drosophila melanogaster, ath for |
13 label="Species abbreviation" | 16 Arabidopsis thaliana, sce for Saccharomyces cerevisiae and eco |
14 argument="--species" | 17 for Escherichia coli K-12 MG1655"/> |
15 help="For example: ko for KEGG | 18 <param name="kobasdb" type="data" format="sqlite" label="KOBAS database" help="KOBAS species database, available for multiple species at http://kobas.cbi.pku.edu.cn/download.php"/> |
16 Orthology, hsa for Homo sapiens, mmu for Mus musculus, | |
17 dme for Drosophila melanogaster, ath for Arabidopsis | |
18 thaliana, sce for Saccharomyces cerevisiae and eco for | |
19 Escherichia coli K-12 MG1655"/> | |
20 <param format="sqlite" name="kobasdb" type="data" label="KOBAS database" help="KOBAS species database, available for multiple species at http://kobas.cbi.pku.edu.cn/download.php"/> | |
21 </xml> | 19 </xml> |
22 <xml name="blastdb_selector"> | 20 <xml name="blastdb_selector"> |
23 <param name="choice" type="select" label="BLAST Protein database"> | 21 <param name="choice" type="select" label="BLAST Protein database"> |
24 <option value="histdb">BLAST database from your history</option> | 22 <option value="histdb">BLAST database from your history</option> |
25 <option value="fasta">BLAST database from FASTA File</option> | 23 <option value="fasta">BLAST database from FASTA File</option> |
26 <option value="local" selected="True">Locally installed BLAST database</option> | 24 <option value="local" selected="True">Locally installed BLAST database</option> |
27 </param> | 25 </param> |
28 <when value="fasta"> | 26 <when value="fasta"> |
29 <param name="fastadb" format="fasta" type="data" label="FASTA File for BLAST DB" help="FASTA file which will be used to create a BLAST database with makeblastdb."/> | 27 <param name="fastadb" type="data" format="fasta" label="FASTA File for BLAST DB" help="FASTA file which will be used to create a BLAST database with makeblastdb."/> |
30 <param name="histdb" type="hidden" value=""/> | |
31 <param name="fasta" type="hidden" value=""/> | |
32 </when> | 28 </when> |
33 <when value="histdb"> | 29 <when value="histdb"> |
34 <param name="localdb" type="hidden" value=""/> | 30 <param name="histdb" type="data" format="blastdbp" label="Protein BLAST database" |
35 <param name="fastadb" type="hidden" value=""/> | |
36 <param | |
37 name="histdb" | |
38 type="data" | |
39 format="blastdbp" | |
40 label="Protein BLAST database" | |
41 help="The protein BlAST database used by KOBAS. FASTA files to create BLAST databases with makeblastdb can be found for multiple species at http://kobas.cbi.pku.edu.cn/download.php"/> | 31 help="The protein BlAST database used by KOBAS. FASTA files to create BLAST databases with makeblastdb can be found for multiple species at http://kobas.cbi.pku.edu.cn/download.php"/> |
42 </when> | 32 </when> |
43 <when value="local"> | 33 <when value="local"> |
44 <param name="localdb" type="select" label="Protein BLAST database"> | 34 <param name="localdb" type="select" label="Protein BLAST database"> |
45 <options from_data_table="blastdb_p"/> | 35 <options from_data_table="blastdb_p"/> |
46 </param> | 36 </param> |
47 <param name="histdb" type="hidden" value=""/> | |
48 <param name="fastadb" type="hidden" value=""/> | |
49 </when> | 37 </when> |
50 </xml> | 38 </xml> |
51 <xml name="kobas_citations"> | 39 <xml name="kobas_citations"> |
52 <citations> | 40 <citations> |
53 <citation type="doi">10.1093/nar/gkr483</citation> | 41 <citation type="doi">10.1093/nar/gkr483</citation> |