# HG changeset patch # User iuc # Date 1515003825 18000 # Node ID cf7dbe6a2606b7bc245974d6208f812242c15dc8 # Parent a5b031cbf3f8c2392302348ed9643721129a1e88 planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r a5b031cbf3f8 -r cf7dbe6a2606 hicPCA.xml --- a/hicPCA.xml Tue Jan 02 10:09:54 2018 -0500 +++ b/hicPCA.xml Wed Jan 03 13:23:45 2018 -0500 @@ -1,4 +1,4 @@ - + computes the principal components for A / B compartment analysis hicPCA @@ -9,54 +9,51 @@ hicPCA --matrix '$matrix_h5_cooler' - #if $outputFormat == 'bigwig' - --outputFileName 'pca1.bigwig' 'pca2.bigwig' - --format bigwig - #elif $outputFormat == 'bedgraph' - --outputFileName 'pca1.bedgraph' 'pca2.bedgraph' - --format bedgraph - #end if + --outputFileName pca1.$outputFormat pca2.$outputFormat + --format $outputFormat + + && mv pca1.$outputFormat pca1 + && mv pca2.$outputFormat pca2 ]]> - + - + outputFormat == 'bigwig' + + + - - outputFormat == 'bigwig' + + + + - - outputFormat == 'bedgraph' - - - outputFormat == 'bedgraph' - - - + + - - + +