annotate pep_pointer.xml @ 3:a6282baa8c6f draft default tip

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