File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
.github/actions/install-conda Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments