# HG changeset patch # User iuc # Date 1515003548 18000 # Node ID 5fd877e2296be69e9543d6432daf5cd5e191b84a # Parent 7c5b8da3a0521dedf3bea479b3aa56e8bb7242dd planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r 7c5b8da3a052 -r 5fd877e2296b hicBuildMatrix.xml --- a/hicBuildMatrix.xml Tue Jan 02 09:46:28 2018 -0500 +++ b/hicBuildMatrix.xml Wed Jan 03 13:19:08 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