# HG changeset patch # User greg # Date 1502388551 14400 # Node ID 5b5733e0934436888571ba1ffa4a421486a6bcdd # Parent 6f486284731d77c683434b9c367ff77d18e54101 Uploaded diff -r 6f486284731d -r 5b5733e09344 ideas.xml --- a/ideas.xml Thu Aug 10 13:13:15 2017 -0400 +++ b/ideas.xml Thu Aug 10 14:09:11 2017 -0400 @@ -6,11 +6,16 @@ ucsc-bedsort ucsc-bigwigaverageoverbed ideas + r-optparse 0, "Output file from prepMat is missing or empty." && Rscript '$__tool_directory__/build_matrix.R' --i $r_matrix_input --o '%s.input' % $f --w 'tmp' +-i $tmp_dir/*.bed.gz +-o $ideas_matrix_input_file +-w $ideas_input_dir ############################################## ## Run IDEAS on the R matrix ############################################## @@ -119,10 +117,10 @@ -maxerr $set_max_standard_dev_cond.max_standard_dev #end if -thread \${GALAXY_SLOTS:-4} --o 'prep_output' -&& mv prep_output/*.state $output_state -&& mv prep_output/*.para $output_para -&& mv prep_output/*cluster $output_cluster +-o $prep_output_dir +&& mv $prep_output_dir/*.state $output_state +&& mv $prep_output_dir/*.para $output_para +&& mv $prep_output_dir/*cluster $output_cluster ]]>