Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Bump release version to 0.5.1 for a bug-fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhal Agashe committed Jun 22, 2020
1 parent 34946cf commit f1fec74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mkdir shasta-build
cd shasta-build
# cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.0"
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.1"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-20.04
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
mkdir shasta-build
cd shasta-build
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.5.0"
cmake .. -DBUILD_ID="Shasta Release 0.5.1"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-18.04
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
mkdir shasta-build
cd shasta-build
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.5.0"
cmake .. -DBUILD_ID="Shasta Release 0.5.1"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-16.04
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
mkdir shasta-build
cd shasta-build
# cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.14 newer than release 0.4.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.14"
cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.14"
make VERBOSE=1 -j 2 all
make install/strip
# See what libraries the executable depends on.
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
mkdir shasta-build
cd shasta-build
# cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.15 newer than release 0.4.0 at commit "$GITHUB_SHA
cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.15"
cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.15"
make VERBOSE=1 -j 2 all
make install/strip
# See what libraries the executable depends on.
Expand Down
12 changes: 6 additions & 6 deletions docs/QuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ <h2 id="QuickStartLinux">Linux</h2>
You can use the following commands to download the executable from the latest release and run an assembly:
<pre>
# Download the executable for the latest release.
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-Linux-0.5.0
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.1/shasta-Linux-0.5.1

# Grant necessary permissions.
chmod ugo+x shasta-Linux-0.5.0
chmod ugo+x shasta-Linux-0.5.1

# Run an assembly.
./shasta-Linux-0.5.0 --input input.fasta
./shasta-Linux-0.5.1 --input input.fasta
</pre>

You can specify multiple input FASTA files, if necessary.
Expand Down Expand Up @@ -66,13 +66,13 @@ <h2 id="QuickStartMacOS">macOS</h2>

<pre>
# Download the executable for the latest release.
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-macOS-0.5.0
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.1/shasta-macOS-0.5.1

# Grant necessary permissions.
chmod ugo+x shasta-macOS-0.5.0
chmod ugo+x shasta-macOS-0.5.1

# Run an assembly.
./shasta-macOS-0.5.0 --input input.fasta
./shasta-macOS-0.5.1 --input input.fasta
</pre>

<h2 id="QuickStartWindows">Windows</h2>
Expand Down

0 comments on commit f1fec74

Please sign in to comment.