comparison pep_pointer.xml @ 4:3a3aff93ee9e 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:17 +0000
parents a26f551d819b
children
comparison
equal deleted inserted replaced
3:a26f551d819b 4:3a3aff93ee9e
1 <tool id="pep_pointer" name="PepPointer" version="0.1.3"> 1 <tool id="pep_pointer" name="PepPointer" version="0.1.3+galaxy1">
2 <description>classify genomic location of peptides</description> 2 <description>classify genomic location of peptides</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="2.7.9">python</requirement> 4 <requirement type="package" version="3.7.9">python</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="aggressive"><![CDATA[ 6 <command detect_errors="aggressive"><![CDATA[
7 #if $gtf_input.gtf_source == "cached": 7 #if $gtf_input.gtf_source == "cached":
8 python '$__tool_directory__/pep_pointer.py' '$gtf_input.gtf.fields.path' '$bed' '$classified' 8 python '$__tool_directory__/pep_pointer.py' '$gtf_input.gtf.fields.path' '$bed' '$classified'
9 #else 9 #else