Mercurial > repos > galaxyp > dbbuilder
annotate dbbuilder.xml @ 11:8e637098a8ab draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
author | galaxyp |
---|---|
date | Tue, 27 Sep 2022 13:22:04 +0000 |
parents | e9df53a75f3c |
children | 983bf725dfc2 |
rev | line source |
---|---|
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
1 <tool id="dbbuilder" name="Protein Database Downloader" version="0.3.3"> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
2 <description></description> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
3 <requirements> |
9
c1b437242fee
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit b1ccd85b9c91cf311f92e6b9999fddd6d2408b20"
galaxyp
parents:
8
diff
changeset
|
4 <requirement type="package" version="1.20.1">wget</requirement> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
5 <requirement type="package" version="3.8">python</requirement> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
6 <requirement type="package" version="2.20.1">requests</requirement> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
7 </requirements> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
8 <stdio> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
9 <exit_code range="1:" level="fatal" description="Error downloading database." /> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
10 <regex match="ERROR" level="fatal" source="stderr" description="Error downloading database." /> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
11 </stdio> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
12 <!-- TODO: escape quotes. --> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
13 <!-- Add NCBI and maxquant contaminants. --> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
14 <!-- http://maxquant.org/contaminants.zip --> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
15 <!-- ftp://ftp.ncbi.nih.gov/refseq/H_sapiens/mRNA_Prot/human.protein.faa.gz--> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
16 <command> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
17 <![CDATA[ |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
18 #if $source.from == "uniprot" |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
19 #if $source.set: |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
20 #set $modified_set = '&' + str($source.set) |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
21 #else |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
22 #set $modified_set = '' |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
23 #end if |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
24 #if $source.taxon_id |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
25 #set $taxon_id = $source.taxon_id |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
26 #else |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
27 #set $taxon_id = $source.taxon |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
28 #end if |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
29 #set $url = 'https://rest.uniprot.org/uniprotkb/stream?compressed=true&format=fasta&query=taxonomy_id:"' + str($taxon_id) + '"' + str($modified_set) + str($source.reviewed) + str($source.include_isoform) |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
30 #set $type = "uniprotkb_stream" |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
31 #elif $source.from == "cRAP" |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
32 ##set $url = "ftp://ftp.thegpm.org/fasta/cRAP/crap.fasta" |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
33 #set $url = "https://raw.githubusercontent.com/pravs3683/cRAP/master/cRAP_protein_database.fasta" |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
34 #set $type = "direct" |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
35 #elif $source.from == "HMP" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
36 #set $url = 'http://downloads.hmpdacc.org/data/reference_genomes/body_sites/' + str($source.site) + '.pep.fsa' |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
37 #set $type = "direct" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
38 #elif $source.from == "HOMD" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
39 #set $url = 'ftp://ftp.homd.org/human_oral_microbial_genomic_sequences/current/' + str($source.annotation) |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
40 #if str($source.annotation).endswith('.tar.gz'): |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
41 #set $type = "tgz" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
42 #elif str($source.annotation).endswith('.zip'): |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
43 #set $type = "zip" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
44 #end if |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
45 #elif $source.from == "url" |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
46 #set $url = $source.url |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
47 #set $type = $source.archive_type |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
48 #end if |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
49 #if $type =="uniprotkb_stream" |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
50 python '$__tool_directory__/uniprotkb.py' --url '$url' -o 'tmp.gz' && gzip -dc 'tmp.gz' > '${output_database}' |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
51 #elif $type =="direct" |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
52 wget -nv '$url' -O '${output_database}' --no-check-certificate |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
53 #elif $type =="zip" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
54 wget -nv '$url' -O tmp.zip --no-check-certificate && zcat -c tmp.zip > '${output_database}' |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
55 #elif $type =="gzip" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
56 wget -nv '$url' -O tmp.gz --no-check-certificate && (if `command -v gzcat > /dev/null`; then gzcat tmp.gz; else zcat tmp.gz ; fi) > '${output_database}' |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
57 #elif $type =="bzip2" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
58 wget -nv '$url' -O tmp.bz2 --no-check-certificate && bzcat tmp.bz2 > '${output_database}' |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
59 #elif $type =="tgz" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
60 wget -nv '$url' -O tmp.tar.gz && tar zxfO tmp.tar.gz > '${output_database}' |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
61 #elif $type =="tbz" |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
62 wget -nv '$url' -O tmp.tar.bz && tar jxfO tmp.tar.bz > '${output_database}' |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
63 #end if |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
64 ]]> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
65 </command> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
66 <inputs> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
67 <conditional name="source"> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
68 <param name="from" type="select" label="Download from" |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
69 help="Select database source. cRAP acts as a database for common MS contaminants. UniProtKB is a cross species collection of functional protein databases"> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
70 <option value="uniprot">UniProtKB</option> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
71 <option value="cRAP">cRAP (contaminants)</option> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
72 <option value="HMP">Human Microbiome Project body sites</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
73 <option value="HOMD">Human Oral Microbiome Database (HOMD)</option> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
74 <option value="url">Custom URL</option> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
75 </param> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
76 <when value="uniprot"> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
77 <param name="taxon" type="select" format="text" help="select species for protein database"> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
78 <label>Taxonomy</label> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
79 <options from_file="uniprot_taxons.loc"> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
80 <column name="name" index="0" /> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
81 <column name="value" index="1" /> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
82 <filter type="add_value" name="Escherichia coli (strain K12)" value="83333" /> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
83 </options> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
84 </param> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
85 <param name="taxon_id" type="integer" value="" min="1" optional="true" help="Specify a NCBI taxon id to override species selection"/> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
86 <param name="reviewed" type="select" help="UniProtKB/TrEMBL (unreviewed)is a large, automatically annotated database- may contain redundant sequences, but there is a higher chance peptides will be identified. UniProtKB/Swiss-Prot (reviewed) is a smaller, manually annotated database- less of a chance peptides will be identified but less sequence redundancy"> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
87 <option value="">UniProtKB</option> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
88 <option value="+reviewed%3Atrue">UniProtKB/Swiss-Prot (reviewed only)</option> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
89 <option value="+reviewed%3Afalse">UniProtKB/TrEMBL (unreviewed only)</option> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
90 <sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
91 <valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
92 <add value="%"/> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
93 </valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
94 </sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
95 </param> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
96 <param name="set" type="select" label="Proteome Set"> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
97 <option value="">Any</option> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
98 <option value="keyword%3aKW-1185" selected="true">Reference Proteome Set</option> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
99 <sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
100 <valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
101 <add value="%"/> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
102 </valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
103 </sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
104 </param> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
105 <param name="include_isoform" type="boolean" truevalue="&includeIsoform=true" falsevalue="" |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
106 label="Include isoform data" help="several different forms of a given protein are incorporated into database" /> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
107 </when> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
108 <when value="cRAP" /> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
109 <when value="HMP"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
110 <param name="site" type="select" label="Proteome for body site"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
111 <option value="Airways">HMP airways</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
112 <option value="Blood">HMP Blood</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
113 <option value="Gastrointestinal_tract">HMP Gastro-intestinal tract</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
114 <option value="Oral">HMP Oral</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
115 <option value="Skin">HMP Skin</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
116 <option value="Urogenital_tract">HMP urogenital Tract</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
117 </param> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
118 </when> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
119 <when value="HOMD"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
120 <param name="annotation" type="select" label="Human Oral Microbiome Proteome"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
121 <option value="oral_microbiome_dynamic.aa.zip">HOMD with dynamic annotation</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
122 <option value="oral_microbiome.aa.tar.gz">HOMD with static annotation</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
123 </param> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
124 </when> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
125 <when value="url"> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
126 <param name="url" value="" type="text" label="URL (http, ftp) of Fasta sequences"> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
127 <sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
128 <valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
129 <add value="%"/> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
130 <add value="~"/> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
131 </valid> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
132 </sanitizer> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
133 </param> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
134 <param name="archive_type" type="select" label="Fasta source compression type"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
135 <option value="direct" selected="true">fasta file (uncompressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
136 <option value="gzip">fasta.gz (gzip compressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
137 <option value="bzip2">fasta.bz2 (bzip2 compressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
138 <option value="zip">fasta.zip or fasta.Z (Zip compressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
139 <option value="tgz">fasta.tgz or fasta.tar.gz (tar archive gzip compressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
140 <option value="tbz">fasta.tbz or fasta.tar.bz (tar archive bzip2 compressed)</option> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
141 </param> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
142 </when> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
143 </conditional> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
144 </inputs> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
145 <outputs> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
146 <data format="fasta" name="output_database" label="Protein Database ${source.from}" /> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
147 </outputs> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
148 <tests> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
149 <test> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
150 <conditional name="source"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
151 <param name="from" value="cRAP" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
152 </conditional> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
153 <output name="output_database"> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
154 <assert_contents> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
155 <has_text text="KKA1_ECOLX" /> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
156 </assert_contents> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
157 </output> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
158 </test> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
159 <test> |
11
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
160 <conditional name="source"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
161 <param name="from" value="uniprot" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
162 <param name="taxon" value="83333"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
163 <param name="taxon_id" value="2697049"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
164 </conditional> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
165 <output name="output_database"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
166 <assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
167 <has_text text="SPIKE_SARS2" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
168 </assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
169 </output> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
170 </test> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
171 <test> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
172 <conditional name="source"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
173 <param name="from" value="uniprot" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
174 <param name="taxon_id" value="2697049"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
175 <param name="reviewed" value="+reviewed%3Atrue"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
176 <param name="set" value=""/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
177 </conditional> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
178 <output name="output_database"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
179 <assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
180 <has_text text=">sp|P0DTC1|R1A_SARS2" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
181 <not_has_text text=">tr|A0A679G4D8|A0A679G4D8_SARS2" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
182 </assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
183 </output> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
184 </test> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
185 <test> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
186 <conditional name="source"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
187 <param name="from" value="uniprot" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
188 <param name="taxon_id" value="2697049"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
189 <param name="reviewed" value="+reviewed%3Afalse"/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
190 <param name="set" value=""/> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
191 </conditional> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
192 <output name="output_database"> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
193 <assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
194 <has_text text=">tr|A0A679G4D8|A0A679G4D8_SARS2" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
195 <not_has_text text=">sp|P0DTC1|R1A_SARS2" /> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
196 </assert_contents> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
197 </output> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
198 </test> |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
199 |
8e637098a8ab
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dbbuilder commit 16ba4570b04301b774ee0420694f379cc640744b
galaxyp
parents:
10
diff
changeset
|
200 <test> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
201 <param name="from" value="url" /> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
202 <param name="url" value="https://raw.githubusercontent.com/pravs3683/cRAP/master/cRAP_protein_database.fasta" /> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
203 <param name="archive_type" value="direct" /> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
204 <output name="output_database"> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
205 <assert_contents> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
206 <has_text text="KKA1_ECOLX" /> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
207 </assert_contents> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
208 </output> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
209 </test> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
210 </tests> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
211 <help> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
212 <![CDATA[ |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
213 **Output** |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
214 |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
215 Creates a FASTA file of specified protein sequences for comparison with experimental MS/MS data in search algorithm. |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
216 |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
217 **External Links** |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
218 |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
219 - Galaxy-P_101_ shows usage Protein Database Downloader tool in the creation of a workflow |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
220 - UniProtKB_ provides additional information about the UniProt Knowledgebase |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
221 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
222 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
223 .. _Galaxy-P_101: http://msi-galaxy-p.readthedocs.org/en/latest/sections/galaxyp_101.html |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
224 .. _UniProtKB: http://www.uniprot.org/help/uniprotkb |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
225 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
226 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
227 **Additional Protein Fasta URLs** |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
228 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
229 *HUMAN GUT METAPROTEOME:* |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
230 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
231 * 61MB gzip http://www.bork.embl.de/~arumugam/Qin_et_al_2010/frequent_microbe_proteins.fasta.gz |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
232 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
233 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
234 *MOUSE GUT MICROBIOTA:* |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
235 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
236 * See: http://gigadb.org/dataset/view/id/100114/token/mZlMYJIF04LshpgP |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
237 |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
238 |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
239 ]]> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
240 </help> |
8
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
241 <citations> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
242 <citation type="doi">10.1093/nar/gkw1099</citation> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
243 <citation type="doi">10.1093/nar/gkv1195 </citation> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
244 <citation type="doi">10.1093/database/baq013</citation> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
245 <citation type="doi">10.1038/nature11209</citation> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
246 <citation type="doi">10.1038/nature11234</citation> |
a85fbebe8b2f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit baa8095b41984515948c6ef2fda7c7e61c945f94
galaxyp
parents:
7
diff
changeset
|
247 </citations> |
5
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
248 </tool> |
1d3557cec567
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dbbuilder commit da321d452c314c8c66ea848fe1fe20879c03b0e4
galaxyp
parents:
diff
changeset
|
249 |