# HG changeset patch # User greg # Date 1516905729 18000 # Node ID 606d6d833a85afd916c8643319fb22bbd020111f # Parent e0d5669fee03ab3939b34467d954057b977a08f2 Uploaded diff -r e0d5669fee03 -r 606d6d833a85 ideas.xml --- a/ideas.xml Thu Jan 25 13:38:14 2018 -0500 +++ b/ideas.xml Thu Jan 25 13:42:09 2018 -0500 @@ -21,14 +21,14 @@ end if ## Link chromosome_windows.txt if not None. -#set chromosome_windows $input.metadata.chrom_windows +#set chromosome_windows = $input.metadata.chrom_windows #if chromosome_windows is not None: #set from_path = $os.path.join($input.extra_files_path, $chromosome_windows) ln -s $from_path . && #end if ## Link IDEAS_input_config.txt which will always exist. -#set ideas_input_config $input.metadata.input_config +#set ideas_input_config = $input.metadata.input_config #set from_path = $os.path.join($input.extra_files_path, $ideas_input_config) ln -s $from_path . &&