Skip to content

Commit

Permalink
Now moves cog2ko TSV to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Dec 20, 2023
1 parent af779c6 commit 7bb198a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/KEGGCharter_prokaryotic_maps.txt "${dir}"
cp KEGGCharter/*.py KEGGCharter/resources/*.txt KEGGCharter/resources/*.txt "${dir}"
mkdir -p "${PREFIX}/bin"
chmod +x "${dir}/keggcharter.py"
ln -s "${dir}/keggcharter.py" "${PREFIX}/bin/keggcharter"
2 changes: 1 addition & 1 deletion cicd/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:
script: >
mkdir -p $PREFIX/bin &&
mkdir -p $PREFIX/share &&
cp *.py resources/KEGGCharter_prokaryotic_maps.txt $PREFIX/share &&
cp *.py resources/*.txt resources/*.tsv $PREFIX/share &&
chmod +x $PREFIX/share/keggcharter.py &&
ln -s $PREFIX/share/keggcharter.py $PREFIX/bin/keggcharter
Expand Down

0 comments on commit 7bb198a

Please sign in to comment.