comparison data_manager/customProDB_annotation.R @ 6:c922df2f9c2a draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 98f3323d4b92a4a3668788b3e1bad1a6529fd6df-dirty
author galaxyp
date Tue, 31 May 2016 13:02:29 -0400
parents a0ca66b32792
children 7399b23db662
comparison
equal deleted inserted replaced
5:a0ca66b32792 6:c922df2f9c2a
48 else 48 else
49 { 49 {
50 dbsnp = NULL 50 dbsnp = NULL
51 } 51 }
52 52
53 if (cosmic && grepl("^hg", dbkey)) 53 if (length(cosmic) > 0 && cosmic && grepl("^hg", dbkey))
54 { 54 {
55 use_cosmic = TRUE 55 use_cosmic = TRUE
56 } 56 }
57 else 57 else
58 { 58 {