# HG changeset patch # User proteore # Date 1596102347 0 # Node ID 381e18f13ed2dd2f7a91ddd97da15fa558a65d2f # Parent bdbc7620e804729cf1879d9976041dbac80d60e9 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty" 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) } 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 @@ - + [neXtProt, Human] @@ -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)**