Mercurial > repos > greg > ideas_preprocessor
comparison ideas_preprocessor.xml @ 17:6ff92012abb7 draft
Uploaded
author | greg |
---|---|
date | Tue, 30 Jan 2018 13:20:01 -0500 |
parents | aaf64c0d7a0e |
children | 237ee7319452 |
comparison
equal
deleted
inserted
replaced
16:aaf64c0d7a0e | 17:6ff92012abb7 |
---|---|
54 #end if | 54 #end if |
55 #if str($standardize_datasets) == "true": | 55 #if str($standardize_datasets) == "true": |
56 --standardize_datasets true | 56 --standardize_datasets true |
57 #end if | 57 #end if |
58 --output '$output' | 58 --output '$output' |
59 --output_hid $output.hid | |
60 --output_files_path '$output.files_path' | 59 --output_files_path '$output.files_path' |
61 &> ideas_preprocessor_log.txt; | 60 &> ideas_preprocessor_log.txt; |
62 if [[ $? -ne 0 ]]; then | 61 if [[ $? -ne 0 ]]; then |
63 cp ideas_preprocessor_log.txt '$output'; | 62 cp ideas_preprocessor_log.txt '$output'; |
64 exit 1; | 63 exit 1; |