changeset 19:85532a48e4e4 draft

planemo upload commit 8040003119a3d54866ec6ee9b9f659f2af554817-dirty
author dchristiany
date Tue, 15 Jan 2019 07:13:52 -0500
parents 3479a69e02a1
children d2af5a5053fd
files data_manager/resource_building.py data_manager/resource_building.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/resource_building.py	Tue Jan 15 05:30:51 2019 -0500
+++ b/data_manager/resource_building.py	Tue Jan 15 07:13:52 2019 -0500
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 """
 The purpose of this script is to create source files from different databases to be used in other proteore tools
 """
--- a/data_manager/resource_building.xml	Tue Jan 15 05:30:51 2019 -0500
+++ b/data_manager/resource_building.xml	Tue Jan 15 07:13:52 2019 -0500
@@ -1,16 +1,15 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.15.3" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.15.4" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>
 <requirements>
-    <requirement type="package" version="3.7.1">python</requirement>
 </requirements>
 <stdio>
   <exit_code range="1:" />
 </stdio>
 <command><![CDATA[
 
-    python --version ; python $__tool_directory__/resource_building.py
+    python $__tool_directory__/resource_building.py
     #if $database.database == "human_protein_atlas"
         --hpa "$database.tissues"
     #else if $database.database == "peptide_atlas"