Skip to content

Commit

Permalink
Merge pull request #110 from CCBR/iss-107_quickfix
Browse files Browse the repository at this point in the history
fix: run renee even if snakemake/singularity not in path
  • Loading branch information
kopardev authored Feb 7, 2024
2 parents 3f01a0d + 9f49b94 commit 3975071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## RENEE development version

- Fix: RNA report bug, caused by hard-coding of PC1-3, when only PC1-2 were generated (#104, @slsevilla)
- Minor documentation improvements. (#100, @kelly-sovacool)
- Fix: allow printing the version or help message even if singularity is not in the path. (#110, @kelly-sovacool)

## RENEE 2.5.11

Expand Down
9 changes: 0 additions & 9 deletions bin/redirect
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,4 @@ elif [[ $ISFRCE == true ]];then
export PATH="/mnt/projects/CCBR-Pipelines/bin:$PATH"
fi

# check if singularity, snakemake are in PATH
for tool in singularity snakemake;do
x=$(type -P $tool)
if [[ -z $x ]]; then # is $x blank
echo "$tool is not it path! Exiting."
exit
fi
done

${TOOLDIR}/${TOOLNAME} "$@" || true

0 comments on commit 3975071

Please sign in to comment.