changeset 2:bb244c1eaef2 draft

planemo upload commit 71363136045353f422ff98219c1eb84f6fc6193a-dirty
author proteore
date Tue, 12 Mar 2019 06:52:40 -0400
parents f52247babf28
children 2f6cf63f8604
files build_protein_interaction_maps.py build_protein_interaction_maps.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build_protein_interaction_maps.py	Tue Mar 12 06:48:06 2019 -0400
+++ b/build_protein_interaction_maps.py	Tue Mar 12 06:52:40 2019 -0400
@@ -181,7 +181,7 @@
             protein_name = "NA"
 
         #make line
-        nodes_file.append([id]+[gene_name]+[id in ids]+[id not in ids_not_found]+[description_pathway]+[protein_name])   
+        nodes_file.append([id]+[gene_name]+[id in ids]+[id not in ids_not_found]+[protein_name]+[description_pathway])   
     
     return network_file,nodes_file
 
--- a/build_protein_interaction_maps.xml	Tue Mar 12 06:48:06 2019 -0400
+++ b/build_protein_interaction_maps.xml	Tue Mar 12 06:52:40 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="build_protein_interaction_maps" name="Build Protein-Protein interaction network" version="2019.03.12">
+<tool id="build_protein_interaction_maps" name="Build Protein-Protein interaction network" version="2019.03.12.1">
 <description>[BioGRID, BioPlex, HuMAP]</description>
     <requirements>
     </requirements>