annotate add_expression_data.xml @ 4:3f9057cdfdde draft

planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
author proteore
date Thu, 13 Dec 2018 03:56:46 -0500
parents
children e919b55188ab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
1 <tool id="rna_abbased_data" name="Add expression data" version="2018.12.12">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
2 <description> (RNAseq or Immuno-assays)[Human Protein Atlas]
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
3 </description>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
4 <requirements>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
5 <requirement type="package" version="3.4.1">R</requirement>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
6 </requirements>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
7 <stdio>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
8 <exit_code range="1:" />
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
9 </stdio>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
10 <command><![CDATA[
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
11
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
12 #if $inputtype.filetype == "copy_paste":
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
13
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
14 Rscript $__tool_directory__/add_expression_HPA.R --inputtype="copypaste" --input='$inputtype.genelist' --atlas="$__tool_directory__/proteinatlas.csv" --select='$options.hpaparams' --output='$output'
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
15
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
16 #else
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
17
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
18 Rscript $__tool_directory__/add_expression_HPA.R --inputtype="tabfile" --input='$inputtype.genelist' --header='$inputtype.header' --atlas="$__tool_directory__/proteinatlas.csv" --column='$inputtype.column' --select='$options.hpaparams' --output='$output'
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
19
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
20 #end if
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
21
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
22
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
23 ]]></command>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
24
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
25 <inputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
26 <conditional name="inputtype">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
27 <param name="filetype" type="select" label="Enter your list of Ensembl gene ID">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
28 <option value="file_all" selected="true">Input file containing your IDs</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
29 <option value="copy_paste">Copy/paste your list of IDs</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
30 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
31 <when value="copy_paste">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
32 <param name="genelist" type="text" label="Enter a list of identifiers">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
33 <sanitizer>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
34 <valid initial="string.printable">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
35 <remove value="&apos;"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
36 </valid>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
37 <mapping initial="none">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
38 <add source="&apos;" target="__sq__"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
39 </mapping>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
40 </sanitizer>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
41 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
42 </when>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
43 <when value="file_all">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
44 <param name="genelist" type="data" format="txt,tabular" label="Choose your file" help="This file must imperatively have 1 column filled with Ensembl Gene IDs (ENSG). Please use the ID_Converter tool if this is not the case."/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
45 <param name="column" type="text" label="Please specify the column where are your Ensembl gene IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
46 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
47 <option value="true" selected="true">Yes</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
48 <option value="false" selected="false">No</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
49 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
50 </when>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
51 </conditional>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
52 <section name="options" title="RNAseq/Ab-based expression data" expanded="True">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
53 <param name="hpaparams" type="select" label="Choose the information from RNAseq/ab-based data you want to add to your list (see below for details)" multiple="True" display="checkboxes">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
54 <option value="Gene" selected="true">Gene name</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
55 <option value="Gene description" selected="false">Gene description</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
56 <option value="Evidence">Evidence (at protein level, at transcript level or no evidence)</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
57 <option value="Antibody">Antibody reference</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
58 <option value="RNA tissue category">RNA tissue category</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
59 <option value="Reliability (IH)">IH detection level</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
60 <option value="Reliability (IF)">IF detection level</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
61 <option value="Subcellular location">Subcellular location</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
62 <option value="RNA TS TPM">RNA tissue specificity abundance in 'Transcript Per Million'</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
63 <option value="TPM max in non-specific">RNA non-specific tissue abundance in 'Transcript Per Million'</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
64 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
65 </section>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
66
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
67 </inputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
68
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
69
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
70 <outputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
71 <data name="output" format="tsv" label=""/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
72 </outputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
73
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
74 <tests>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
75 <test>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
76 <conditional name="inputtype">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
77 <param name="filetype " value="file_all"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
78 <param name="genelist" value="ID_Converter_Lacombe_et_al_2017_OK.txt"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
79 <param name="column" value="c8"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
80 <param name="header" value="TRUE"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
81 </conditional>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
82 <section name="options">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
83 <param name="hpaparams" value="Gene,Gene.description,Evidence,Antibody,RNA.tissue.category,Reliability.IH,Reliability.IF,Subcellular.location,RNA.TS.TPM,TPM.max.in.non.specific"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
84 </section>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
85 <output name="output" file="Get_annotation_RNAseq.txt"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
86 </test>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
87 </tests>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
88
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
89 <help><![CDATA[
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
90
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
91 This tool adds expression information (RNAseq- or antibody-based experiments) from the Human Protein Atlas (HPA) database (https://www.proteinatlas.org/) to your protein list.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
92
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
93 **Input**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
94
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
95 Input can be either a list of Ensembl gene ids (copy/paste) or a file containing multiple fields but with **at least one column of Ensembl gene IDs**. If your input file contains other type of IDs, please use the ID_Converter tool to create a column of Ensembl gene IDs.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
96
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
97 **Databases**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
98
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
99 HPA source file (Human Protein Atlas version 18): http://www.proteinatlas.org/download/proteinatlas.tab.gz
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
100
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
101 **Annotation**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
102
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
103 - Gene name: according to the HGNC (Hugo Gene Nomenclature Committee)
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
104
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
105 - Gene description: entry description (full text)
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
106
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
107 - Evidence: at protein level, at transcript level or no evidence
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
108
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
109 - Antibody reference: reference of the HPA antibody used for immunohistochemistry and immunocytochemistry/IF
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
110
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
111 - RNA tissue category: categories based on RNA-Seq data to estimate the transcript abundance of each protein-coding gene in tissues. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#rna .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
112
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
113 - IH detection level: level of detection of the protein associated to the coding gene tissues based on immunofluorescency. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#if .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
114
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
115 - IF detection level:level of detection of the protein associated to the coding gene tissues based on immunohistochemistry. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#ih .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
116
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
117 - Subcellular location:according to HPA data. For more information, please refer to https://www.proteinatlas.org/about/assays+annotation#ifa
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
118
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
119 - RNA tissue specificity abundance in 'Transcript Per Million': For each gene is reported the tissue specificity abundance in 'Transcript Per Million' (TPM) as the sum of the TPM values of all its protein-coding transcripts.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
120
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
121 - RNA non-specific tissue abundance in 'Transcript Per Million': please refer to http://www.proteinatlas.org/about/assays+annotation#rna.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
122
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
123 **Outputs**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
124
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
125 The output is a tabular file. The initial columns are kept and new columns are added according to what type of annotation data you chose.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
126
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
127 -----
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
128
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
129 .. class:: infomark
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
130
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
131 **Authors**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
132
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
133 Lisa Peru, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
134
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
135 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
136
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
137 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
138
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
139 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
140
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
141 ]]></help>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
142
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
143 <citations>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
144 </citations>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
145
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
146 </tool>