Skip to content

Commit 0d65231

Browse files
authored
Merge pull request #38 from LUMC/release_1.10.1
Release 1.10.1
2 parents 1a01065 + 8412e8d commit 0d65231

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 1.10.1
2+
------------------
3+
+ Fix a bug that is caused by a wrong bash variable.
4+
15
version 1.10.0
26
------------------
37
+ Fix crashing baseline when only unproductive sequences are present.

shm_csr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="shm_csr" name="SHM &amp; CSR pipeline" version="1.10.0" profile="16.04">
1+
<tool id="shm_csr" name="SHM &amp; CSR pipeline" version="1.10.1" profile="16.04">
22
<description></description>
33
<requirements>
44
<requirement type="package" version="3.7.1">python</requirement>

wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ mv $log $outdir/log.html
837837
echo "<html><center><h1><a href='index.html'>Click here for the results</a></h1>Tip: Open it in a new tab (middle mouse button or right mouse button -> 'open in new tab' on the link above)<br />" > $log
838838
echo "<table border = 1>" >> $log
839839
echo "<thead><tr><th>Info</th><th>Sequences</th><th>Percentage</th></tr></thead>" >> $log
840-
tIFS="$TMP"
840+
tIFS="$IFS"
841841
IFS=$'\t'
842842
while read step seq perc
843843
do

0 commit comments

Comments
 (0)