Mercurial > repos > galaxyp > pep_pointer
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:073a2965e3b2 | 3:a6282baa8c6f |
---|---|
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 |