Skip to content

Commit

Permalink
Removal of samtools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Dec 4, 2024
1 parent 2278167 commit b49d5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tools/hicexplorer/hicBuildMatrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<token name="@BINARY@">hicBuildMatrix</token>
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.21">samtools</requirement>
</expand>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
mkdir ./QCfolder &&
Expand Down
4 changes: 1 addition & 3 deletions tools/hicexplorer/hicBuildMatrixMicroC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<token name="@BINARY@">hicBuildMatrixMicroC</token>
<import>macros.xml</import>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.21">samtools</requirement>
</expand>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
mkdir ./QCfolder &&
Expand Down

0 comments on commit b49d5b0

Please sign in to comment.