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

Commit f1fec74

Browse files
author
Bhal Agashe
committed
Bump release version to 0.5.1 for a bug-fix release.
1 parent 34946cf commit f1fec74

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir shasta-build
1919
cd shasta-build
2020
# cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
21-
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.0"
21+
cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.1"
2222
make -j 2 all
2323
make install/strip
2424
mv shasta-install shasta-Ubuntu-20.04
@@ -51,7 +51,7 @@ jobs:
5151
mkdir shasta-build
5252
cd shasta-build
5353
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
54-
cmake .. -DBUILD_ID="Shasta Release 0.5.0"
54+
cmake .. -DBUILD_ID="Shasta Release 0.5.1"
5555
make -j 2 all
5656
make install/strip
5757
mv shasta-install shasta-Ubuntu-18.04
@@ -81,7 +81,7 @@ jobs:
8181
mkdir shasta-build
8282
cd shasta-build
8383
# cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
84-
cmake .. -DBUILD_ID="Shasta Release 0.5.0"
84+
cmake .. -DBUILD_ID="Shasta Release 0.5.1"
8585
make -j 2 all
8686
make install/strip
8787
mv shasta-install shasta-Ubuntu-16.04
@@ -114,7 +114,7 @@ jobs:
114114
mkdir shasta-build
115115
cd shasta-build
116116
# cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.14 newer than release 0.4.0 at commit "$GITHUB_SHA
117-
cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.14"
117+
cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.14"
118118
make VERBOSE=1 -j 2 all
119119
make install/strip
120120
# See what libraries the executable depends on.
@@ -143,7 +143,7 @@ jobs:
143143
mkdir shasta-build
144144
cd shasta-build
145145
# cmake .. -DBUILD_ID="Shasta unreleased test build for MacOS-10.15 newer than release 0.4.0 at commit "$GITHUB_SHA
146-
cmake .. -DBUILD_ID="Shasta Release 0.5.0 for MacOS-10.15"
146+
cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.15"
147147
make VERBOSE=1 -j 2 all
148148
make install/strip
149149
# See what libraries the executable depends on.

docs/QuickStart.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ <h2 id="QuickStartLinux">Linux</h2>
2121
You can use the following commands to download the executable from the latest release and run an assembly:
2222
<pre>
2323
# Download the executable for the latest release.
24-
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-Linux-0.5.0
24+
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.1/shasta-Linux-0.5.1
2525

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

2929
# Run an assembly.
30-
./shasta-Linux-0.5.0 --input input.fasta
30+
./shasta-Linux-0.5.1 --input input.fasta
3131
</pre>
3232

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

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

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

7474
# Run an assembly.
75-
./shasta-macOS-0.5.0 --input input.fasta
75+
./shasta-macOS-0.5.1 --input input.fasta
7676
</pre>
7777

7878
<h2 id="QuickStartWindows">Windows</h2>

0 commit comments

Comments
 (0)