Skip to content

Commit

Permalink
Update HiCExplorer to 3.7.5 (galaxyproject#6112)
Browse files Browse the repository at this point in the history
* add dbkey to build matrix. Tests failed because of prepareqc upstream?

* fails - upstream module error.

* update label help

* bump version just for hicbuildmatrix

* bump hicexplorer version to fix pandas and other dependency issues

* remove redundant fake version suffix - already bumped to 3.7.3

* Update tools/hicexplorer/hicBuildMatrix.xml

Co-authored-by: Björn Grüning <[email protected]>

* add profile version

* upgrade samtools and a few test datasets

* more fixes for tests

* update plotmatrix test outputs and passing hicbuildmatrix outputs are here - will see where they got to.

* adding the fixed output for hicbuildmatrix

* updating hicbuildmatrix test outputs again again.

* bump hicexplorer version

* fix wrappers that modify input dataset

* change space to tabs in bed file

* fix input matrix and update output

* remove hicTADClassifier and hicTrainTADClassifier

* use 3.7.5

* fix version number

* update filetype input + diff test

---------

Co-authored-by: fubar2 <[email protected]>
Co-authored-by: Ross Lazarus <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Bjoern Gruening <[email protected]>
  • Loading branch information
5 people authored Jul 1, 2024
1 parent e1af25e commit 8586409
Show file tree
Hide file tree
Showing 74 changed files with 740 additions and 944 deletions.
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicAggregateStatistic.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicaggregatestatistic" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicaggregatestatistic" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>computes with a target file the to be tested regions for chicDifferentialTest</description>
<macros>
<token name="@BINARY@">chicAggregateStatistic</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicDifferentialTest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicdifferentialtest" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicdifferentialtest" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>computes differential interactions of viewpoints</description>
<macros>
<token name="@BINARY@">chicDifferentialTest</token>
Expand Down
24 changes: 13 additions & 11 deletions tools/hicexplorer/chicExportData.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicexportdata" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicexportdata" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>exports data of hdf to txt based files</description>
<macros>
<token name="@BINARY@">chicExportData</token>
Expand All @@ -7,7 +7,7 @@
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
#import re
mkdir exportFolder &&
mkdir exportFolder &&
@BINARY@
--file '$file'
Expand All @@ -33,13 +33,11 @@
--outputModeName $outputMode_conditional.outputModeName
#end if
--decimalPlaces $decimalPlaces
--outFileName exportFolder/export.tar.gz
--threads @THREADS@
]]> </command>
]]></command>
<inputs>

<param name="file" type="data" format="h5" label="" />
<conditional name="fileType_conditional">

Expand All @@ -59,16 +57,20 @@
<when value="txt" >
</when>
<when value="bigwig" >
<param name="rangeUpstream" type="integer" value="500000" label="Upstream range" help="Defines the region upstream of a reference point which should be considered in the analysis." />
<param name="rangeDownstream" type="integer" value="500000" label="Downstream range" help="Defines the region upstream of a reference point which should be considered in the analysis." />
<param name="rangeUpstream" type="integer" value="500000" label="Upstream range"
help="Defines the region upstream of a reference point which should be considered in the analysis." />
<param name="rangeDownstream" type="integer" value="500000" label="Downstream range"
help="Defines the region upstream of a reference point which should be considered in the analysis." />
<param name="column_selector" type="select" label="Datatrack output type">
<option value="relative-interactions" selected="True">relative interactions</option>
<option value="p-value">p-value</option>
<option value="x-fold" >x-fold</option>
<option value="raw" >raw</option>
</param>
<param name="backgroundModelFile" type="data" format="tabular" label="Background model" help="The background file computed by chicViewpointBackgroundModel" />
<param name="chromosomeSize" type="data" format="tabular" label="Chromosome size" help="Chromosome size as tabular file. One chromosome per line" />
<param name="backgroundModelFile" type="data" format="tabular" label="Background model"
help="The background file computed by chicViewpointBackgroundModel" />
<param name="chromosomeSize" type="data" format="tabular" label="Chromosome size"
help="Chromosome size as tabular file. One chromosome per line" />
</when>
</conditional>
</when>
Expand Down Expand Up @@ -136,10 +138,10 @@
<param name="outputModeName" value="Eya1" />
</conditional>
<output_collection name="oneGeneCollectionBigwig" type="list" count="4">
<element name="background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" />
<element name="background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" />
<element name="FL-E13-5_chr1_genes_Eya1.bigwig" file="cHi-C/chicExportData/oneGene/FL-E13-5_chr1_genes_Eya1.bigwig" ftype="bigwig" compare="sim_size" />
<element name="MB-E10-5_chr1_genes_Eya1.bigwig" file="cHi-C/chicExportData/oneGene/MB-E10-5_chr1_genes_Eya1.bigwig" ftype="bigwig" compare="sim_size" />
<element name="background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_FL-E13-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" />
<element name="background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" file="cHi-C/chicExportData/oneGene/background_MB-E10-5_chr1_genes_Eya1_interactions.bigwig" ftype="bigwig" compare="sim_size" />
</output_collection>
</test>
<test expect_num_outputs="2">
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicPlotViewpoint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicplotviewpoint" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicplotviewpoint" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>creates plots for viewpoints</description>
<macros>
<token name="@BINARY@">chicPlotViewpoint</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicQualityControl.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicqualitycontrol" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicqualitycontrol" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>generates an estimate of the quality of each viewpoint</description>
<macros>
<token name="@BINARY@">chicQualityControl</token>
Expand Down
34 changes: 19 additions & 15 deletions tools/hicexplorer/hicBuildMatrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.9">samtools</requirement>
<requirement type="package" version="1.19">samtools</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
Expand All @@ -18,7 +18,7 @@
#end for
--restrictionCutFile '$restrictionCutFile'
#if $restrictionSequence:
--restrictionSequence '$restrictionSequence'
#end if
Expand All @@ -31,21 +31,28 @@
#if $maxLibraryInsertSize:
--maxLibraryInsertSize $maxLibraryInsertSize
#end if
#if $binSizes:
--binSize
#for $repeat in $binSizes
'${repeat.binSize}'
#end for
#end if
--genomeAssembly $samFiles[0].samFile.metadata.dbkey
#if $chromosomeSizes:
--chromosomeSizes '$chromosomeSizes'
#end if
#if $dbKey:
--genomeAssembly '$dbKey'
#else
--genomeAssembly '$samFiles[0].samFile.metadata.dbkey'
#end if
#if $region:
--region '$region'
#end if
--outFileName matrix.$outputFormat
--outFileName 'matrix.$outputFormat'
#if $outBam:
$outBam ./unsorted.bam
Expand All @@ -59,10 +66,6 @@
--minMappingQuality $minMappingQuality
#end if
#if $chromosomeSizes:
--chromosomeSizes '$chromosomeSizes'
#end if
--threads @THREADS@
--QCfolder ./QCfolder
Expand All @@ -81,7 +84,6 @@
<!-- can we use multiple=True here with min="2" and max="2" ? -->
<repeat max="2" min="2" name="samFiles" title="Sam/Bam files to process (forward/reverse)" help="Please use the special BAM datatype: qname_input_sorted.bam and use for 'bowtie2' the '--reorder' option to create a BAM file.">
<param name="samFile" type="data" format="sam,qname_input_sorted.bam">
<validator type="unspecified_build" />
</param>
</repeat>

Expand All @@ -107,11 +109,13 @@
<expand macro="minMappingQuality" />
<param argument="--skipDuplicationCheck" type="boolean" truevalue="--skipDuplicationCheck" falsevalue="" label="Skip duplication check" help="Identification of duplicated read pairs is memory consuming. Thus, in case of memory errors this check can be skipped." />
<param argument="--chromosomeSizes" type="data" format="tabular" optional="true" label="Chromosome sizes for your genome" help="File with the chromosome sizes for your genome. A tab-delimited two column layout 'chr_name size' is expected
Usually the sizes can be determined from the SAM/BAM input files, however,
for cHi-C or scHi-C it can be that at the start or end no data is present.
Usually the sizes can be determined from the SAM/BAM input files, however,
for cHi-C or scHi-C it can be that at the start or end no data is present.
Please consider that this option causes that only reads are considered which are on the listed chromosomes.
Use this option to guarantee fixed sizes. An example file is available via UCSC:
Use this option to guarantee fixed sizes. An example file is available via UCSC:
http://hgdownload.soe.ucsc.edu/goldenPath/dm3/bigZips/dm3.chrom.sizes" />
<param name="dbKey" type="text" optional="true" label="Use this dbkey for your history genome"
help="You can set the reference genome in your history as metadata. In case you have not you can specify it here." />

<param argument="--outBam" type="boolean" truevalue="--outBam" falsevalue="" checked="false" label="Save valid Hi-C reads in BAM file" help="A bam
file containing all valid Hi-C reads can be created
Expand Down Expand Up @@ -154,7 +158,7 @@
<param name="restrictionSequence" value="GATC" />
<param name="danglingSequence" value="GATC" />
<param name="outBam" value="True" />
<output name="outfileBam" file="small_test_matrix_result_sorted.bam" ftype="bam" />
<output name="outfileBam" file="small_test_matrix_result_sorted.bam" compare="diff" lines_diff="2" ftype="bam" />
<output name="outFileName" ftype="h5">
<assert_contents>
<has_h5_keys keys="intervals,matrix" />
Expand All @@ -177,7 +181,7 @@
<param name="danglingSequence" value="GATC" />
<param name="outputFormat" value="cool" />
<param name="outBam" value="True" />
<output name="outfileBam" file="small_test_matrix_result_sorted.bam" ftype="bam" />
<output name="outfileBam" file="small_test_matrix_result_sorted.bam" compare="diff" lines_diff="2" ftype="bam" />
<output name="outFileName" ftype="cool">
<assert_contents>
<has_h5_keys keys="bins,chroms,indexes,pixels" />
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicCompareMatrices.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hiccomparematrices" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hiccomparematrices" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>normalize and compare two Hi-C contact matrices</description>
<macros>
<token name="@BINARY@">hicCompareMatrices</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicCompartmentalization.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hiccompartmentspolarization" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hiccompartmentspolarization" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>compute pairwise correlations between multiple Hi-C contact matrices</description>
<macros>
<token name="@BINARY@">hicCompartmentalization</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicConvertFormat.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicconvertformat" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicconvertformat" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>Convert between different file formats</description>
<macros>
<token name="@BINARY@">hicConvertFormat</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicCorrectMatrix.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hiccorrectmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hiccorrectmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>run a Hi-C matrix correction algorithm</description>
<macros>
<token name="@BINARY@">hicCorrectMatrix</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicCorrelate.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hiccorrelate" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hiccorrelate" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>compute pairwise correlations between multiple Hi-C contact matrices</description>
<macros>
<token name="@BINARY@">hicCorrelate</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicDetectLoops.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicdetectloops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicdetectloops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>searches for enriched regions</description>
<macros>
<token name="@BINARY@">hicDetectLoops</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicDifferentialTAD.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicdifferentialtad" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicdifferentialtad" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>searches for differential TADs</description>
<macros>
<token name="@BINARY@">hicDifferentialTAD</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicFindRestrictionSites.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicfindrestrictionsites" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicfindrestrictionsites" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>identify restriction enzyme sites</description>
<macros>
<token name="@BINARY@">hicFindRestSite</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicFindTADs.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicfindtads" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicfindtads" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>identify TAD boundaries by computing the degree of separation of each Hi-C matrix bin</description>
<macros>
<token name="@BINARY@">hicFindTADs</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicHyperoptDetectLoops.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hichyperoptDetectLoops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hichyperoptDetectLoops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>optimizes parameters for hicDetectLoops</description>
<macros>
<token name="@BINARY@">hicHyperoptDetectLoops</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicInfo.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicinfo" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicinfo" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>get information about the content of a Hi-C matrix</description>
<macros>
<token name="@BINARY@">hicInfo</token>
Expand Down
6 changes: 3 additions & 3 deletions tools/hicexplorer/hicInterIntraTAD.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicinterintratad" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicinterintratad" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>computes the ratio of inter TAD-scores vs. intra TADs</description>
<macros>
<token name="@BINARY@">hicInterIntraTAD</token>
Expand Down Expand Up @@ -54,11 +54,11 @@
<tests>
<test>
<param name="matrix_h5_cooler" value="hicInterIntraTAD/matrix.cool" />
<param name="tadDomains" value="hicInterIntraTAD/untreated_R1_domains_chr1_chr2.bed" />
<param name="tadDomains" value="hicInterIntraTAD/untreated_R1_domains_chr1_chr2.bed" ftype="bed" />

<output name="output_txt" file="hicInterIntraTAD/output.txt" ftype="txt" />

<output name="output_plot" file="hicInterIntraTAD/plot.png" ftype="png" />
<output name="output_plot" file="hicInterIntraTAD/plot.png" ftype="png" compare="sim_size" delta="10000"/>

</test>

Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicMergeDomains.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicmergedomains" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicmergedomains" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>Merges TAD domains</description>
<macros>
<token name="@BINARY@">hicMergeDomains</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicMergeLoops.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicmergeloops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicmergeloops" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>merge detected loops of different resolutions.</description>
<macros>
<token name="@BINARY@">hicMergeLoops</token>
Expand Down
6 changes: 3 additions & 3 deletions tools/hicexplorer/hicMergeMatrixBins.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicmergematrixbins" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicmergematrixbins" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>merge adjacent bins from a Hi-C contact matrix to reduce its resolution</description>
<macros>
<token name="@BINARY@">hicMergeMatrixBins</token>
Expand All @@ -11,8 +11,8 @@
--matrix 'matrix.$matrix_h5_cooler.ext'
--numBins $numBins
$runningWindow
--outFileName 'matrix.$matrix_h5_cooler.ext'
&& mv 'matrix.$matrix_h5_cooler.ext' matrix
--outFileName 'out_matrix.$matrix_h5_cooler.ext'
&& mv 'out_matrix.$matrix_h5_cooler.ext' matrix
]]>
</command>
<inputs>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicNormalize.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicnormalize" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicnormalize" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>normalizes a matrix to norm range or smallest read count</description>
<macros>
<token name="@BINARY@">hicNormalize</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicPCA.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicpca" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicpca" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>compute the principal components for A / B compartment analysis</description>
<macros>
<token name="@BINARY@">hicPCA</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicPlotAverageRegions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicplotaverageregions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicplotaverageregions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>plot the average regions from hicAverageRegions</description>
<macros>
<token name="@BINARY@">hicPlotAverageRegions</token>
Expand Down
Loading

0 comments on commit 8586409

Please sign in to comment.