Skip to content

Commit

Permalink
add TODO to cyrcular.post-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Apr 25, 2023
1 parent 0972f9b commit 09c6342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/envs/cyrcular.post-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# this is needed to have the `ruget` binary installed by `plotly_kaleido`
# available in the PATH, it is removed from PATH after installation of cyrcular
PATH="$HOME/.cargo/bin:$PATH"
# TODO: merge branch `annotate` in cyrcular and create bioconda recipe
cargo install --git https://github.com/tedil/cyrcular.git --branch annotate --rev 44ba5274b9f2aee7d193b774343acaccf0edec53 --locked --root "${CONDA_PREFIX}"
PATH=${PATH#[^:]*:}

0 comments on commit 09c6342

Please sign in to comment.