Mercurial > repos > greg > ideas
changeset 177:606d6d833a85 draft
Uploaded
author | greg |
---|---|
date | Thu, 25 Jan 2018 13:42:09 -0500 |
parents | e0d5669fee03 |
children | 12168e1e4859 |
files | ideas.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 . &&