diff createDatabase.R @ 2:9b067f4c5f7f draft

"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 242de155f13acd6cb88946e89b5196ac55578aa8"
author computational-metabolomics
date Wed, 01 Apr 2020 11:13:06 -0400
parents 56cce1a90b73
children 1c770b10974a
line wrap: on
line diff
--- a/createDatabase.R	Thu Dec 05 07:42:36 2019 -0500
+++ b/createDatabase.R	Wed Apr 01 11:13:06 2020 -0400
@@ -115,10 +115,10 @@
 
 
 
-if(is.null(opt$grp_peaklist)){
+if(is.null(opt$grpPeaklist)){
   grpPeaklist = NA
 }else{
-  grpPeaklist = opt$grp_peaklist
+  grpPeaklist = opt$grpPeaklist
 }