Mercurial > repos > galaxyp > custom_pro_db
annotate customProDB.xml @ 19:14b5405f898a draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
author | galaxyp |
---|---|
date | Fri, 22 Feb 2019 02:12:57 -0500 |
parents | c429c2baecb8 |
children |
rev | line source |
---|---|
19
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
1 <tool id="custom_pro_db" name="CustomProDB" version="1.22.0"> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
2 <description>Generate protein FASTAs from exosome or transcriptome data</description> |
12 | 3 <requirements> |
19
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
4 <!--<requirement type="package" version="1.22.0">bioconductor-customprodb</requirement>--> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
5 <requirement type="package" version="1.26.0">bioconductor-rgalaxy</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
6 <requirement type="package" version="1.28.3">bioconductor-variantannotation</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
7 <requirement type="package" version="2.0.1">r-devtools</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
8 <requirement type="package" version="2.0.1">r-testthat</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
9 <requirement type="package" version="0.1.7">r-getoptlong</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
10 <requirement type="package" version="1.12.0">r-data.table</requirement> |
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
11 <requirement type="package" version="0.4_11">r-sqldf</requirement> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
12 <requirement type="package" version="1.8.4">r-plyr</requirement> |
19
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
13 <requirement type="package" version="0.10.13">r-rmysql</requirement> |
12 | 14 </requirements> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
15 <stdio> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
16 <exit_code range="1:" level="fatal" description="Job Failed" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
17 </stdio> |
12 | 18 <command><![CDATA[ |
19 Rscript --vanilla '$__tool_directory__/customProDB.R' | |
20 --bam='$genome_annotation.bamInput' | |
21 --bai='${genome_annotation.bamInput.metadata.bam_index}' | |
22 --vcf='$genome_annotation.vcfInput' | |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
23 --rpkmCutoff=$rpkmCutoff |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
24 $outputIndels |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
25 $outputSQLite |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
26 $outputRData |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
27 |
12 | 28 #if str($genome_annotation.source) == 'history': |
29 --exon_anno='$genome_annotation.exonAnno' | |
30 --proteinseq='$genome_annotation.proteinSeq' | |
31 --procodingseq='$genome_annotation.proCodingSeq' | |
32 --ids='$genome_annotation.ids' | |
33 #if str($genome_annotation.dbsnpInCoding) != 'None': | |
34 --dbsnpinCoding='$genome_annotation.dbsnpInCoding' | |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
35 #end if |
12 | 36 #if str($genome_annotation.cosmic) != 'None': |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
37 --cosmic='$genome_annotation.cosmic' |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
38 #end if |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
39 #else: |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
40 #set index_path = $genome_annotation.builtin.fields.path |
12 | 41 --exon_anno='$index_path/exon_anno.RData' |
42 --proteinseq='$index_path/proseq.RData' | |
43 --procodingseq='$index_path/procodingseq.RData' | |
44 --ids='$index_path/ids.RData' | |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
45 #if $genome_annotation.dbsnpInCoding: |
12 | 46 --dbsnpinCoding='$index_path/dbsnpinCoding.RData' |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
47 #end if |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
48 #if $genome_annotation.cosmic: |
12 | 49 --cosmic='$index_path/cosmic.RData' |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
50 #end if |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
51 #end if |
15
87274e4ef662
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 9910ed076e4b8a3f083351b89fa861d0a4a93beb
galaxyp
parents:
14
diff
changeset
|
52 2>&1 |
12 | 53 ]]> |
54 </command> | |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
55 <inputs> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
56 <conditional name="genome_annotation"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
57 <param name="source" type="select" label="Will you select a genome annotation from your history or use a built-in annotation?" help="See `Annotations` section of help below"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
58 <option value="builtin">Use a built-in genome annotation</option> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
59 <option value="history">Use annotation from your history</option> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
60 </param> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
61 <when value="builtin"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
62 <param name="builtin" type="select" label="Select genome annotation" help="If your genome of interest is not listed, contact the Galaxy team"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
63 <options from_data_table="customProDB"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
64 <filter type="sort_by" column="2"/> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
65 <validator type="no_options" message="No annotations are available for the selected input dataset"/> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
66 </options> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
67 </param> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
68 <param name="bamInput" type="data" format="bam" label="BAM file"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
69 <validator type="unspecified_build" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
70 <validator message="Sequences are not currently available for the specified build." metadata_column="1" metadata_name="dbkey" table_name="customProDB" type="dataset_metadata_in_data_table" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
71 </param> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
72 <!--<param name="baiInput" type="data" format="bam_index" label="BAM Index (BAI) file"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
73 <validator type="unspecified_build" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
74 <validator message="Sequences are not currently available for the specified build." metadata_column="1" metadata_name="dbkey" table_name="customProDB" type="dataset_metadata_in_data_table" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
75 </param>--> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
76 <param name="vcfInput" type="data" format="vcf" label="VCF file"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
77 <validator type="unspecified_build" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
78 <validator message="Sequences are not currently available for the specified build." metadata_column="1" metadata_name="dbkey" table_name="customProDB" type="dataset_metadata_in_data_table" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
79 </param> |
17
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
80 <param name="dbsnpInCoding" type="boolean" value="" label="Annotate SNPs with rsid from dbSNP" help="The genome annotation must have been prepared with dbSNP." /> |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
81 <param name="cosmic" type="boolean" value="" label="Annotate somatic SNPs from COSMIC (human only)" help="The genome annotation must have been prepared with COSMIC." /> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
82 </when> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
83 <when value="history"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
84 <param name="exonAnno" type="data" format="RData" help="A dataframe of exon annotations in an RData file" label="Exon Annotations" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
85 <param name="proteinSeq" type="data" format="RData" help="A dataframe containing protein ids and protein sequences in an RData file" label="Protein Sequences" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
86 <param name="proCodingSeq" type="data" format="RData" help="A dataframe cotaining coding sequences for each protein in an RData file" label="Protein Coding Sequences" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
87 <param name="ids" type="data" format="RData" help="A dataframe cotaining IDs for each protein in an RData file" label="Protein IDs" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
88 <param name="bamInput" type="data" format="bam" label="BAM file"> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
89 <validator check="bam_index" message="Metadata missing, click the pencil icon in the history item and use the auto-detect feature to correct this issue." type="metadata" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
90 </param> |
12 | 91 <!--<param name="baiInput" type="data" format="bam_index" label="BAM Index file"> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
92 <validator check="dbkey" message="Metadata missing, click the pencil icon in the history item and use the auto-detect feature to correct this issue." type="metadata" /> |
12 | 93 </param>--> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
94 <param name="vcfInput" type="data" format="vcf" label="VCF file" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
95 <param name="dbsnpInCoding" type="data" format="RData" label="A dataframe containing dbSNP rsids" optional="true" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
96 <param name="cosmic" type="data" format="RData" label="A dataframe containing somatic SNPs from COSMIC (human only)" optional="true" /> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
97 </when> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
98 </conditional> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
99 <param name="rpkmCutoff" type="float" value="1" min="0" label="Transcript Expression Cutoff (RPKM)" help="If non-zero, if a transcript does not meet this expression cutoff (based on RPKM) then it will not be included in the output database." /> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
100 <param name="outputIndels" type="boolean" truevalue="--outputIndels" falsevalue="" label="Create a variant FASTA for short insertions and deletions" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
101 <param name="outputSQLite" type="boolean" truevalue="--outputSQLite" falsevalue="" label="Create SQLite files for mapping proteins to genome and summarizing variant proteins" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
102 <param name="outputRData" type="boolean" truevalue="--outputRData" falsevalue="" label="Create RData file of variant protein coding sequences" help="The PSM2SAM tool needs this to map variant proteins to genomic locations" /> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
103 </inputs> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
104 <outputs> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
105 <data format="fasta" name="output_rpkm" from_work_dir="output_rpkm.fasta" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_rpkm.fasta"/> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
106 <data format="fasta" name="output_snv" from_work_dir="output_snv.fasta" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_snv.fasta"/> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
107 <data format="fasta" name="output_indel" from_work_dir="output_indel.fasta" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_indel.fasta"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
108 <filter>outputIndels is True</filter> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
109 </data> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
110 <data format="rdata" name="output_variant_annotation_rdata" from_work_dir="output.rdata" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_variantAnnotation.RData"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
111 <filter>outputRData is True</filter> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
112 </data> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
113 <data format="sqlite" name="output_genomic_mapping_sqlite" from_work_dir="output_genomic_mapping.sqlite" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_genomicMapping.sqlite"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
114 <filter>outputSQLite is True</filter> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
115 </data> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
116 <data format="sqlite" name="output_variant_annotation_sqlite" from_work_dir="output_variant_annotation.sqlite" label="${genome_annotation.bamInput.name.rsplit('.',1)[0]}_variantAnnotation.sqlite"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
117 <filter>outputSQLite is True</filter> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
118 </data> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
119 </outputs> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
120 <tests> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
121 <test expect_num_outputs="5"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
122 <param name="bamInput" value="hg19/test1_sort.bam" dbkey="hg19" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
123 <param name="vcfInput" value="hg19/test1.vcf" dbkey="hg19" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
124 <param name="source" value="history" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
125 <param name="exonAnno" value="hg19/exon_anno.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
126 <param name="proteinSeq" value="hg19/proseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
127 <param name="proCodingSeq" value="hg19/procodingseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
128 <param name="ids" value="hg19/ids.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
129 <param name="rpkmCutoff" value="1" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
130 <param name="outputIndels" value="" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
131 <param name="outputRData" value="--outputRData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
132 <param name="outputSQLite" value="--outputSQLite" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
133 <output name="output_rpkm" file="hg19_rpkm1.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
134 <output name="output_snv" file="hg19_snv.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
135 <output name="output_variant_annotation_rdata" file="hg19_variant_annotation.rdata" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
136 <output name="output_genomic_mapping_sqlite" file="hg19_genomic_mapping.sqlite" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
137 <output name="output_variant_annotation_sqlite" file="hg19_variant_annotation.sqlite" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
138 </test> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
139 <test expect_num_outputs="5"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
140 <param name="bamInput" value="hg19/test1_sort.bam" dbkey="hg19" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
141 <param name="vcfInput" value="hg19/test1.vcf" dbkey="hg19" /> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
142 <param name="source" value="history" /> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
143 <param name="exonAnno" value="hg19/exon_anno.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
144 <param name="proteinSeq" value="hg19/proseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
145 <param name="proCodingSeq" value="hg19/procodingseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
146 <param name="ids" value="hg19/ids.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
147 <param name="dbsnpInCoding" value="hg19/dbsnpinCoding.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
148 <param name="cosmic" value="hg19/cosmic.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
149 <param name="rpkmCutoff" value="0" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
150 <param name="outputIndels" value="--outputIndels" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
151 <param name="outputSQLite" value="--outputSQLite" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
152 <output name="output_rpkm" file="hg19_rpkm0.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
153 <output name="output_snv" file="hg19_dbsnp_snv.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
154 <output name="output_indel" file="hg19_indel.fasta" /> |
19
14b5405f898a
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 380011a7d342f3c7a2780dfa841adca1f6df1d30
galaxyp
parents:
17
diff
changeset
|
155 <output name="output_genomic_mapping_sqlite" file="hg19_dbsnp_genomic_mapping.sqlite" /> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
156 <output name="output_variant_annotation_sqlite" file="hg19_dbsnp_variant_annotation.sqlite" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
157 </test> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
158 <test expect_num_outputs="3"> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
159 <param name="bamInput" value="hg19/test1_sort.bam" dbkey="hg19" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
160 <param name="vcfInput" value="hg19/test1.vcf" dbkey="hg19" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
161 <param name="source" value="history" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
162 <param name="exonAnno" value="hg19/exon_anno.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
163 <param name="proteinSeq" value="hg19/proseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
164 <param name="proCodingSeq" value="hg19/procodingseq.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
165 <param name="ids" value="hg19/ids.RData" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
166 <param name="rpkmCutoff" value="1000" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
167 <param name="outputIndels" value="--outputIndels" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
168 <output name="output_rpkm" file="hg19_rpkm1000.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
169 <output name="output_snv" file="hg19_snv.fasta" /> |
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
170 <output name="output_indel" file="hg19_indel.fasta" /> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
171 </test> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
172 </tests> |
13
37cd89a40cea
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 4bb5b663989d5f04e8fb74b111456f16d6edaa66
galaxyp
parents:
12
diff
changeset
|
173 <help> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
174 **Description** |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
175 |
17
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
176 Generate custom protein FASTAs from exosome or transcriptome data. |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
177 |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
178 The reference protein set can be filtered by transcript expression level (RPKM calculated from a BAM file), |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
179 and variant protein forms can be predicted based on variant calls (SNPs and INDELs reported in a VCF file). |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
180 |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
181 |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
182 **Annotations** |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
183 CustomProDB depends on a set of annotation files (in RData format) to create reference and variant protein sequences. |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
184 Galaxy administrators can use the customProDB data manager to create these annotations to make them available for users. |
c429c2baecb8
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 2174137cf8a15deefed5910ffa152c4ce9c81af6
galaxyp
parents:
16
diff
changeset
|
185 </help> |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
186 <citations> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
187 <citation type="doi">10.1093/bioinformatics/btt543</citation> |
14
bc10f130dbec
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e025f5b4d590c44537cf0702e2fb040a28f98fec
galaxyp
parents:
13
diff
changeset
|
188 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository}, |
11
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
189 year = {2017}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
190 {$sha1$}" --> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
191 </citations> |
982fb2cde6c5
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents:
10
diff
changeset
|
192 </tool> |