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

Commit 3a4d81d

Browse files
authored
Merge pull request #151 from bagashe/release
Bump release number. Prepare for release.
2 parents c17acda + e417d6c commit 3a4d81d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/Build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
lsb_release -a
1818
mkdir shasta-build
1919
cd shasta-build
20-
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.4.0"
20+
# 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"
2222
make -j 2 all
2323
make install/strip
2424
mv shasta-install shasta-Ubuntu-20.04
@@ -50,8 +50,8 @@ jobs:
5050
lsb_release -a
5151
mkdir shasta-build
5252
cd shasta-build
53-
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
54-
# cmake .. -DBUILD_ID="Shasta Release 0.4.0"
53+
# 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"
5555
make -j 2 all
5656
make install/strip
5757
mv shasta-install shasta-Ubuntu-18.04
@@ -80,8 +80,8 @@ jobs:
8080
lsb_release -a
8181
mkdir shasta-build
8282
cd shasta-build
83-
cmake .. -DBUILD_ID="Shasta unreleased test build newer than release 0.4.0 at commit "$GITHUB_SHA
84-
# cmake .. -DBUILD_ID="Shasta Release 0.4.0"
83+
# 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"
8585
make -j 2 all
8686
make install/strip
8787
mv shasta-install shasta-Ubuntu-16.04
@@ -113,8 +113,8 @@ jobs:
113113
run: |
114114
mkdir shasta-build
115115
cd shasta-build
116-
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.4.0 for MacOS-10.14"
116+
# 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"
118118
make VERBOSE=1 -j 2 all
119119
make install/strip
120120
# See what libraries the executable depends on.
@@ -142,8 +142,8 @@ jobs:
142142
run: |
143143
mkdir shasta-build
144144
cd shasta-build
145-
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.4.0 for MacOS-10.15"
145+
# 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"
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.4.0/shasta-Linux-0.4.0
24+
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-Linux-0.5.0
2525

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

2929
# Run an assembly.
30-
./shasta-Linux-0.4.0 --input input.fasta
30+
./shasta-Linux-0.5.0 --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.4.0/shasta-macOS-0.4.0
69+
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-macOS-0.5.0
7070

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

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

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

0 commit comments

Comments
 (0)