comparison ideas.xml @ 141:a976dd6fcd1b draft

Uploaded
author greg
date Wed, 20 Dec 2017 11:24:23 -0500
parents 84c909b549a9
children 8cfcf32c4282
comparison
equal deleted inserted replaced
140:17e8829bbae2 141:a976dd6fcd1b
180 && mv ./*.cluster '$output_txt_dir' 180 && mv ./*.cluster '$output_txt_dir'
181 && mv ./*.para '$output_txt_dir' 181 && mv ./*.para '$output_txt_dir'
182 && mv ./*.profile '$output_txt_dir' 182 && mv ./*.profile '$output_txt_dir'
183 && mv ./*.state '$output_txt_dir' 183 && mv ./*.state '$output_txt_dir'
184 #if str($output_heatmaps) == "yes": 184 #if str($output_heatmaps) == "yes":
185 && Rscript '$__tool_directory__/create_heatmap.R' 185 && Rscript '$__tool_directory__/create_heatmaps.R'
186 -i '$output_txt_dir' 186 -i '$output_txt_dir'
187 -o '$output_pdf_dir' 187 -o '$output_pdf_dir'
188 #end if 188 #end if
189 ]]></command> 189 ]]></command>
190 <configfiles> 190 <configfiles>