comparison ideas.xml @ 14:3b3bf5196bbe draft

Uploaded
author greg
date Thu, 10 Aug 2017 14:11:29 -0400
parents 5b5733e09344
children a70690dcf9ff
comparison
equal deleted inserted replaced
13:c59cbd44dcff 14:3b3bf5196bbe
11 <command><![CDATA[ 11 <command><![CDATA[
12 #import os 12 #import os
13 #set tmp_dir = 'tmp' 13 #set tmp_dir = 'tmp'
14 #set prep_output_dir = 'prep_output' 14 #set prep_output_dir = 'prep_output'
15 #set ideas_input_dir = 'ideas_input' 15 #set ideas_input_dir = 'ideas_input'
16 #set ideas_matrix_input_file = $ideas_input_dir/r_matrix.txt 16 #set ideas_matrix_input_file = $os.path.join($ideas_input_dir, 'r_matrix.txt')
17 mkdir -p $prep_output_dir && 17 mkdir -p $prep_output_dir &&
18 mkdir -p $ideas_input_dir && 18 mkdir -p $ideas_input_dir &&
19 ############################################## 19 ##############################################
20 ## Create the config file and prepare the data 20 ## Create the config file and prepare the data
21 ############################################## 21 ##############################################