Skip to content

Commit

Permalink
Remove nextclade3 binary as it can be installed from bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Jan 16, 2024
1 parent 141482e commit 381c5ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ mkdir -p "$PREFIX"/bin

# envdir
cp -v "$SRC_DIR"/envdir "$PREFIX"/bin/envdir

# Nextclade v3
curl -fsSL -o "$PREFIX"/bin/nextclade3 https://github.com/nextstrain/nextclade/releases/download/3.0.0-alpha.2/nextclade-$("$SRC_DIR"/target-triple)
chmod a+rx "$PREFIX"/bin/nextclade3

0 comments on commit 381c5ea

Please sign in to comment.