This repository was archived by the owner on Oct 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
mkdir shasta-build
19
19
cd shasta-build
20
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 "
21
+ cmake .. -DBUILD_NATIVE=OFF -DBUILD_ID="Shasta Release 0.5.1 "
22
22
make -j 2 all
23
23
make install/strip
24
24
mv shasta-install shasta-Ubuntu-20.04
51
51
mkdir shasta-build
52
52
cd shasta-build
53
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 "
54
+ cmake .. -DBUILD_ID="Shasta Release 0.5.1 "
55
55
make -j 2 all
56
56
make install/strip
57
57
mv shasta-install shasta-Ubuntu-18.04
81
81
mkdir shasta-build
82
82
cd shasta-build
83
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 "
84
+ cmake .. -DBUILD_ID="Shasta Release 0.5.1 "
85
85
make -j 2 all
86
86
make install/strip
87
87
mv shasta-install shasta-Ubuntu-16.04
@@ -114,7 +114,7 @@ jobs:
114
114
mkdir shasta-build
115
115
cd shasta-build
116
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"
117
+ cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.14"
118
118
make VERBOSE=1 -j 2 all
119
119
make install/strip
120
120
# See what libraries the executable depends on.
@@ -143,7 +143,7 @@ jobs:
143
143
mkdir shasta-build
144
144
cd shasta-build
145
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"
146
+ cmake .. -DBUILD_ID="Shasta Release 0.5.1 for MacOS-10.15"
147
147
make VERBOSE=1 -j 2 all
148
148
make install/strip
149
149
# See what libraries the executable depends on.
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ <h2 id="QuickStartLinux">Linux</h2>
21
21
You can use the following commands to download the executable from the latest release and run an assembly:
22
22
< pre >
23
23
# 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
25
25
26
26
# Grant necessary permissions.
27
- chmod ugo+x shasta-Linux-0.5.0
27
+ chmod ugo+x shasta-Linux-0.5.1
28
28
29
29
# Run an assembly.
30
- ./shasta-Linux-0.5.0 --input input.fasta
30
+ ./shasta-Linux-0.5.1 --input input.fasta
31
31
</ pre >
32
32
33
33
You can specify multiple input FASTA files, if necessary.
@@ -66,13 +66,13 @@ <h2 id="QuickStartMacOS">macOS</h2>
66
66
67
67
< pre >
68
68
# 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
70
70
71
71
# Grant necessary permissions.
72
- chmod ugo+x shasta-macOS-0.5.0
72
+ chmod ugo+x shasta-macOS-0.5.1
73
73
74
74
# Run an assembly.
75
- ./shasta-macOS-0.5.0 --input input.fasta
75
+ ./shasta-macOS-0.5.1 --input input.fasta
76
76
</ pre >
77
77
78
78
< h2 id ="QuickStartWindows "> Windows</ h2 >
You can’t perform that action at this time.
0 commit comments