-
Notifications
You must be signed in to change notification settings - Fork 489
Open
Description
UseGalaxy.ca user reported some parameters such as --date-tip and --date-ci were not passed into the command line when using IQ-Tree. Based on the XML (https://github.com/galaxyproject/tools-iuc/blob/main/tools/iqtree/iqtree.xml), these parameters seem to not be included:
## date options
#if str($time_tree.date_source.select_source) == 'dataset':
#if $time_tree.date_source.date:
--date '$time_tree.date_source.date'
#end if
#elif str($time_tree.date_source.select_source) == 'input':
--date TAXNAME
#if str($time_tree.date_source.date_tip) != '':
--date-tip '$time_tree.date_source.date_tip'
#end if
#if str($time_tree.date_source.date_root) != '':
--date-root '$time_tree.date_source.date_root'
#end if
#if str($time_tree.date_source.date_ci) != '':
--date-ci '$time_tree.date_source.date_ci'
#end if
#if str($time_tree.date_source.clock_sd) != '':
--clock-sd '$time_tree.date_source.clock_sd'
#end if
#if str($time_tree.date_source.date_outlier) != '':
--date-outlier '$time_tree.date_source.date_outlier'
#end if
#if str($time_tree.date_source.date_options) != '':
--date-options '$time_tree.date_source.date_options'
#end if
--dating LSD
$time_tree.date_source.date_no_outgroup
#end if
jdavcs
Metadata
Metadata
Assignees
Labels
No labels