comparison ideas.xml @ 182:28a995056cd0 draft

Uploaded
author greg
date Mon, 05 Feb 2018 14:32:53 -0500
parents 15bd502e6a0c
children a4e4ca3c021d
comparison
equal deleted inserted replaced
181:475fa65d5138 182:28a995056cd0
36 Rscript '$__tool_directory__/ideas.R' 36 Rscript '$__tool_directory__/ideas.R'
37 --burnin_num $burnin_num 37 --burnin_num $burnin_num
38 #if str($bychr) == "true": 38 #if str($bychr) == "true":
39 --bychr true 39 --bychr true
40 #end if 40 #end if
41 #if $input.metadata.chrom_bed is not None: 41 #if str($input.metadata.chrom_bed) not in ['', 'None']:
42 --chrom_bed_input $input.metadata.chrom_bed 42 --chrom_bed_input $input.metadata.chrom_bed
43 #end if 43 #end if
44 #if $input.metadata.chrom_windows is not None: 44 #if str($input.metadata.chrom_windows) not in ['' 'None']:
45 --chromosome_windows $input.metadata.chrom_windows 45 --chromosome_windows $input.metadata.chrom_windows
46 #end if 46 #end if
47 #if str($hp) == "true": 47 #if str($hp) == "true":
48 --hp true 48 --hp true
49 #end if 49 #end if