Mercurial > repos > greg > ideas
comparison ideas.xml @ 103:705c4f8fbefd draft
Uploaded
| author | greg |
|---|---|
| date | Tue, 14 Nov 2017 08:47:29 -0500 |
| parents | dad89ec8846f |
| children | 4e3a891ca4d8 |
comparison
equal
deleted
inserted
replaced
| 102:dad89ec8846f | 103:705c4f8fbefd |
|---|---|
| 14 #set prep_output_config = "prep_output_config.txt" | 14 #set prep_output_config = "prep_output_config.txt" |
| 15 ############################################## | 15 ############################################## |
| 16 ## Create the config file and prepare the data | 16 ## Create the config file and prepare the data |
| 17 ############################################## | 17 ############################################## |
| 18 #set specify_genomic_window = $specify_genomic_window_cond.specify_genomic_window | 18 #set specify_genomic_window = $specify_genomic_window_cond.specify_genomic_window |
| 19 mkdir $output_dir && | |
| 19 cp '$gen_prep_input_config' $prep_input_config && | 20 cp '$gen_prep_input_config' $prep_input_config && |
| 20 prepMat | 21 prepMat |
| 21 $prep_input_config | 22 $prep_input_config |
| 22 #if str($specify_genomic_window) == "yes": | 23 #if str($specify_genomic_window) == "yes": |
| 23 -bed '$specify_genomic_window_cond.bed_input' | 24 -bed '$specify_genomic_window_cond.bed_input' |
| 89 #if str($save_ideas_log) == "yes": | 90 #if str($save_ideas_log) == "yes": |
| 90 > $output_log | 91 > $output_log |
| 91 #else: | 92 #else: |
| 92 > /dev/null | 93 > /dev/null |
| 93 #end if | 94 #end if |
| 95 && mv ./*.cluster output_dir | |
| 96 && mv ./*.para output_dir | |
| 97 && mv ./*.profile output_dir | |
| 98 && mv ./*.state output_dir | |
| 94 ]]></command> | 99 ]]></command> |
| 95 <configfiles> | 100 <configfiles> |
| 96 <configfile name="gen_prep_input_config"><