comparison ideas.xml @ 178:12168e1e4859 draft

Uploaded
author greg
date Thu, 25 Jan 2018 13:50:59 -0500
parents 606d6d833a85
children 15bd502e6a0c
comparison
equal deleted inserted replaced
177:606d6d833a85 178:12168e1e4859
16 ## Set the value of chrom_bed_input since we don't symlink it. 16 ## Set the value of chrom_bed_input since we don't symlink it.
17 #if $input.metadata.chrom_bed is None: 17 #if $input.metadata.chrom_bed is None:
18 #set chrom_bed_input = None 18 #set chrom_bed_input = None
19 #else: 19 #else:
20 #set chrom_bed_input = $os.path.join($input.extra_files_path, $input.metadata.chrom_bed) 20 #set chrom_bed_input = $os.path.join($input.extra_files_path, $input.metadata.chrom_bed)
21 end if 21 #end if
22 22
23 ## Link chromosome_windows.txt if not None. 23 ## Link chromosome_windows.txt if not None.
24 #set chromosome_windows = $input.metadata.chrom_windows 24 #set chromosome_windows = $input.metadata.chrom_windows
25 #if chromosome_windows is not None: 25 #if chromosome_windows is not None:
26 #set from_path = $os.path.join($input.extra_files_path, $chromosome_windows) 26 #set from_path = $os.path.join($input.extra_files_path, $chromosome_windows)