Skip to content

Commit 6ed6394

Browse files
committed
Adjustments for conda package and mamba issues.
1 parent efe4dd0 commit 6ed6394

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/install-conda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
fi
3535
conda create -y -n dictys -c conda-forge python=${{ inputs.python-version }} mamba
3636
. activate dictys
37-
mamba install -y -c lingfeiwang -c bioconda $channeladd ${{ inputs.package }} $pkgadd
37+
mamba install -y -c lingfeiwang -c bioconda $channeladd ${{ inputs.package }} $pkgadd || true
3838
echo '::endgroup::'
3939
- name: Test python version
4040
shell: bash

doc/scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ if [ "a$STEPS" == "a" ] || [ "a$(( STEPS & 4 ))" != "a0" ]; then
8383
#Update homer
8484
pushd . &> /dev/null
8585
cd "$(dirname "$(dirname "$(realpath "$(which homer)")")")"
86+
chmod u+x configureHomer.pl
8687
./configureHomer.pl -update
8788
chmod u+x configureHomer.pl
8889
popd &> /dev/null

0 commit comments

Comments
 (0)