# HG changeset patch # User iuc # Date 1515004096 18000 # Node ID be42758f532e156323adc2c32ed77e0335c9e948 # Parent 30d42784676423144bc106affb6eebcaaed9c047 planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r 30d427846764 -r be42758f532e hicBuildMatrix.xml --- a/hicBuildMatrix.xml Tue Jan 02 10:14:52 2018 -0500 +++ b/hicBuildMatrix.xml Wed Jan 03 13:28:16 2018 -0500 @@ -1,4 +1,4 @@ - + creates a contact matrix hicBuildMatrix @@ -37,11 +37,8 @@ --region '$region' #end if - #if $outputFormat == 'h5' - --outFileName matrix.h5 - #elif $outputFormat == 'cool' - --outFileName matrix.cool - #end if + --outFileName matrix.$outputFormat + --outBam ./unsorted.bam $keepSelfCircles @@ -62,6 +59,7 @@ && mv $qc.files_path/hicQC.html $qc && mv $qc.files_path/*.log raw_qc + && mv matrix.$outputFormat matrix && samtools sort ./unsorted.bam -o sorted.bam ]]> @@ -122,14 +120,14 @@ - - outputFormat == 'h5' - - - outputFormat == 'cool' + + + + - + + @@ -146,7 +144,7 @@ - + @@ -212,7 +210,7 @@ Read orientation: _________________ - inward pairs -- outward pairs +- outward pairs - left pairs - right pairs