Skip to content

Commit

Permalink
fix: remove artifacts from prior builds before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 27, 2023
1 parent 0cc23b1 commit aa4d731
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/install_biowulf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ bin_path=${install_path}/bin/
. "/data/CCBR_Pipeliner/db/PipeDB/Conda/etc/profile.d/conda.sh"
conda activate py311


# remove artifacts from prior builds
pushd ${repo_path}
rm -rf build/ *.egg-info
popd

echo "Installing CHAMPAGNE to ${install_path}"
pip install ${repo_path} --target ${install_path}
chmod +x ${install_path}/champagne/bin/*.*
Expand Down

0 comments on commit aa4d731

Please sign in to comment.