annotate pep_pointer.xml @ 1:e2340f69d224 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit ac27a958fcb897c3cb56db313ebd282805b01103
author galaxyp
date Fri, 29 Dec 2017 12:36:58 -0500
parents aac535d694d4
children ac3494caea96
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e2340f69d224 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit ac27a958fcb897c3cb56db313ebd282805b01103
galaxyp
parents: 0
diff changeset
1 <tool id="pep_pointer" name="PepPointer" version="0.1.1">
0
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
2 <description>classify genomic location of peptides</description>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
3 <requirements>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
4 <requirement type="package" version="2.7.9">python</requirement>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
5 </requirements>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
6 <command detect_errors="aggressive"><![CDATA[
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
7 python '$__tool_directory__/pep_pointer.py' '$gtf_input.gtf' '$bed' '$classified'
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
8 ]]></command>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
9 <inputs>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
10 <conditional name="gtf_input">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
11 <param type="select" name="gtf_source" label="Choose the source of the GTF file">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
12 <option value="cached" selected="true">Built-in</option>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
13 <option value="history">From history</option>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
14 </param>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
15 <when value="cached">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
16 <param name="gtf" type="select" format="gtf" label="GTF file with the genome of interest">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
17 <options from_data_table="pep_pointer"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
18 </param>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
19 </when>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
20 <when value="history">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
21 <param type="data" name="gtf" format="gtf" label="GTF file with the genome of interest"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
22 </when>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
23 </conditional>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
24 <param type="data" name="bed" format="bed" label="BED file with chromosomal coordinates of peptide"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
25 </inputs>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
26 <outputs>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
27 <data format="tabular" name="classified" label="${tool.name} on ${on_string}">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
28 <actions>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
29 <action name="column_names" type="metadata" default="chrom,chromStart,chromStop,name,score,strand,annotation"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
30 </actions>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
31 </data>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
32 </outputs>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
33 <tests>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
34 <test>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
35 <param name="gtf_source" value="history"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
36 <param name="gtf" value="mus17.gtf"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
37 <param name="bed" value="novel_peptides_17.bed"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
38 <output name="classified" file="classified_novel_peptides.txt"/>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
39 </test>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
40 </tests>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
41 <help><![CDATA[
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
42 **PepPointer**
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
43
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
44 Given chromosomal locations of peptides in a BED file, PepPointer classifies them as CDS, UTR, exon, intron, or intergene.
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
45 ]]></help>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
46 <citations>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
47 <citation type="bibtex">
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
48 @misc{peppointer,
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
49 author={Kumar, Praveen},
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
50 year={2017},
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
51 title={PepPointer}
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
52 }
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
53 </citation>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
54 </citations>
aac535d694d4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pep_pointer commit e7dfd98a4e987360d0fd42e6fa2ed23f0f9958ec
galaxyp
parents:
diff changeset
55 </tool>