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

Commit

Permalink
Merge pull request #151 from bagashe/release
Browse files Browse the repository at this point in the history
Bump release number. Prepare for release.
  • Loading branch information
paoloczi authored Jun 15, 2020
2 parents c17acda + e417d6c commit 3a4d81d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
lsb_release -a
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.4.0"
# 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"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-20.04
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
lsb_release -a
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.4.0"
# 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"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-18.04
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
lsb_release -a
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.4.0"
# 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"
make -j 2 all
make install/strip
mv shasta-install shasta-Ubuntu-16.04
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
run: |
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.4.0 for MacOS-10.14"
# 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"
make VERBOSE=1 -j 2 all
make install/strip
# See what libraries the executable depends on.
Expand Down Expand Up @@ -142,8 +142,8 @@ jobs:
run: |
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.4.0 for MacOS-10.15"
# 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"
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.4.0/shasta-Linux-0.4.0
curl -O -L https://github.com/chanzuckerberg/shasta/releases/download/0.5.0/shasta-Linux-0.5.0

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

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

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

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

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

0 comments on commit 3a4d81d

Please sign in to comment.