# HG changeset patch # User iuc # Date 1515004351 18000 # Node ID 97c797606746e58b53994fe32acad36bad520bdc # Parent d5a86de86846e6ca3cd14c33a51911584c230c10 planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r d5a86de86846 -r 97c797606746 hicPCA.xml --- a/hicPCA.xml Tue Jan 02 10:19:28 2018 -0500 +++ b/hicPCA.xml Wed Jan 03 13:32:31 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' - - - + + - - + +