Skip to content

Commit

Permalink
Fix on copying from resources
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Dec 20, 2023
1 parent 83a78b4 commit e61dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/ci_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX="/opt/conda"
dir="${PREFIX}/share/KEGGCharter"
mkdir -p "${dir}"
cp KEGGCharter/*.py KEGGCharter/resources/*.txt KEGGCharter/resources/*.txt "${dir}"
cp KEGGCharter/*.py KEGGCharter/resources/*.txt KEGGCharter/resources/*.tsv "${dir}"
mkdir -p "${PREFIX}/bin"
chmod +x "${dir}/keggcharter.py"
ln -s "${dir}/keggcharter.py" "${PREFIX}/bin/keggcharter"

0 comments on commit e61dac4

Please sign in to comment.