Skip to content

Commit

Permalink
Merge pull request #33 from LUMC/namepatch
Browse files Browse the repository at this point in the history
Namepatch
  • Loading branch information
rhpvorderman authored Jan 8, 2024
2 parents 423a485 + 2b73870 commit 91fd26f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.9.1
-----------------
+ Fix error in launch command.

version 1.9.0
-----------------
+ Add a no filter region filter.
Expand Down
6 changes: 3 additions & 3 deletions shm_csr.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="shm_csr" name="SHM &amp; CSR pipeline" version="1.9.0" profile="16.04">
<tool id="shm_csr" name="SHM &amp; CSR pipeline" version="1.9.1" profile="16.04">
<description></description>
<requirements>
<requirement type="package" version="3.7.1">python</requirement>
Expand Down Expand Up @@ -37,8 +37,8 @@
$empty_region_filter
$fast
#else:
$__tool_directory__/wrapper.sh
"$input" custom
$__tool_directory__/wrapper.sh "$in_file"
custom
$out_file $out_file.files_path
"${in_file.name}" "-" $functionality $unique
$naive_output_cond.naive_output $naive_output_ca $naive_output_cg
Expand Down

0 comments on commit 91fd26f

Please sign in to comment.