Repository 'proteore_prot_features'
hg clone https://eddie.galaxyproject.org/repos/proteore/proteore_prot_features

Changeset 19:381e18f13ed2 (2020-07-30)
Previous changeset 18:bdbc7620e804 (2020-07-30) Next changeset 20:3c5813b29486 (2020-07-31)
Commit message:
"planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
modified:
add_protein_features.R
add_protein_features.xml
b
diff -r bdbc7620e804 -r 381e18f13ed2 add_protein_features.R
--- a/add_protein_features.R Thu Jul 30 09:25:25 2020 +0000
+++ b/add_protein_features.R Thu Jul 30 09:45:47 2020 +0000
[
@@ -122,7 +122,7 @@
 get_nextprot_info <- function(nextprot,input,pc_features,localization,diseases_info){
   cols = c("NextprotID",pc_features)
   cols=cols[cols!="None"]
-  info = nextprot[match(input,nextprot$NextprotID),cols]
+  info = nextprot[match(input,nextprot$NextprotID),intersect(colnames(nextprot),cols)]
   return(info)
 }
 
b
diff -r bdbc7620e804 -r 381e18f13ed2 add_protein_features.xml
--- a/add_protein_features.xml Thu Jul 30 09:25:25 2020 +0000
+++ b/add_protein_features.xml Thu Jul 30 09:45:47 2020 +0000
[
@@ -1,4 +1,4 @@
-<tool id="prot_features" name="Add protein features" version="2020.07.30">
+<tool id="prot_features" name="Add protein features" version="2020.07.30.1">
 <description>[neXtProt, Human]
 </description>
 <requirements>
@@ -142,6 +142,10 @@
 
 Output is a tabular file containing both original columns and new columns including the annotation requested.  
 
+.. class:: warningmark
+
+"Protein name","Protein function","Post translational modifications","Protein family","Pathway(s)" options will not work will releases older than 08/2020.
+
 -----
 
 **Data source (release date)**