Skip to content

Commit

Permalink
add profile to a few wrappers where it was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Dec 3, 2024
1 parent 079ef94 commit 2278167
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicSignificantInteractions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicsignificantinteractions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicsignificantinteractions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>computes viewpoints with the given reference points and a background model</description>
<macros>
<token name="@BINARY@">chicSignificantInteractions</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicViewpoint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicviewpoint" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicviewpoint" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>computes viewpoints with the given reference points and a background model.</description>
<macros>
<token name="@BINARY@">chicViewpoint</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/chicViewpointBackgroundModel.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_chicviewpointbackgroundmodel" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_chicviewpointbackgroundmodel" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>compute a background model for cHi-C / HiChIP data</description>
<macros>
<token name="@BINARY@">chicViewpointBackgroundModel</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicAdjustMatrix.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicadjustmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicadjustmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>adjust the shape of a Hi-C matrix</description>
<macros>
<token name="@BINARY@">hicAdjustMatrix</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicAggregateContacts.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicaggregatecontacts" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicaggregatecontacts" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>allow plotting of aggregated Hi-C contacts between regions specified in a file</description>
<macros>
<token name="@BINARY@">hicAggregateContacts</token>
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicAverageRegions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicaverageregions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicaverageregions" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>sums Hi-C contacts around given reference points and computes their average.</description>
<macros>
<token name="@BINARY@">hicAverageRegions</token>
Expand Down
4 changes: 2 additions & 2 deletions tools/hicexplorer/hicBuildMatrix.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<tool id="hicexplorer_hicbuildmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicbuildmatrix" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>create a contact matrix</description>
<macros>
<token name="@BINARY@">hicBuildMatrix</token>
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.19">samtools</requirement>
<requirement type="package" version="1.21">samtools</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/hicexplorer/hicBuildMatrixMicroC.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="hicexplorer_hicbuildmatrixmicroc" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<tool id="hicexplorer_hicbuildmatrixmicroc" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>create a contact matrix</description>
<macros>
<token name="@BINARY@">hicBuildMatrixMicroC</token>
Expand Down

0 comments on commit 2278167

Please sign in to comment.