# HG changeset patch # User iuc # Date 1515004260 18000 # Node ID 3106dcd651f5f8a878bae0bf82b9dda60a6001d6 # Parent 0c13bd882a1af04723dadcee40c65f5fd12902d0 planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r 0c13bd882a1a -r 3106dcd651f5 hicTransform.xml --- a/hicTransform.xml Tue Jan 02 10:17:50 2018 -0500 +++ b/hicTransform.xml Wed Jan 03 13:31:00 2018 -0500 @@ -1,4 +1,4 @@ - + transforms a matrix to a obs_exp, pearson and covariance matrix hicTransform @@ -10,13 +10,10 @@ hicTransform --matrix '$matrix_h5_cooler' --method all - - #if $outputFormat == 'h5' - --outFileName matrix.h5 - #elif $outputFormat == 'cool' - --outFileName matrix.cool - #end if - + --outFileName matrix.$outputFormat + && mv obs_exp_matrix.$outputFormat obs_exp_matrix + && mv pearson_matrix.$outputFormat pearson_matrix + && mv covariance_matrix.$outputFormat covariance_matrix ]]> @@ -28,23 +25,20 @@ - - outputFormat == 'h5' - - - outputFormat == 'h5' - - - outputFormat == 'h5' + + + + - - outputFormat == 'cool' + + + + - - outputFormat == 'cool' - - - outputFormat == 'cool' + + + + @@ -52,16 +46,16 @@ - - - + + + - - - + + +