diff jbrowseArchiveCreator.xml @ 30:2191bd0798a9 draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit 691e5366893905d30943a3cb8cdfb6341f0f5362-dirty
author yating-l
date Fri, 13 Oct 2017 16:19:03 -0400
parents 7ec57061a4db
children 7b955a58d8f2
line wrap: on
line diff
--- a/jbrowseArchiveCreator.xml	Fri Oct 13 16:00:38 2017 -0400
+++ b/jbrowseArchiveCreator.xml	Fri Oct 13 16:19:03 2017 -0400
@@ -34,9 +34,10 @@
 ## Ask the user to enter the genome name
 #silent $data_parameter_dict.update({"genome_name": str($genome_name)})
 #silent $data_parameter_dict.update({"apollo_host": str($apollo_host)})
-if $apollo_users_settings.apollo_users_selector == "yes":
+#if $apollo_users_settings.apollo_users_selector == "yes":
     #set apollo_user = {"firstname": str($apollo_users_settings.firstname), "lastname": str($apollo_users_settings.lastname), "password": str($apollo_users_settings.password), "user_email": str($apollo_users_settings.user_email)}
     $data_parameter_dict.update({"apollo_user": $apollo_user})
+#end if 
 
 ## Function to retrieve the data of the inputs
 #def prepare_json($datatype, $input_to_prepare, $order_index, $extra_data_dict={})