We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b956e commit 47c9934Copy full SHA for 47c9934
requirements.txt
@@ -1,3 +1,3 @@
1
# Python dependencies installed in Dockerfile
2
-onecodex==0.1.2
+onecodex==0.2.0a1
3
awscli==1.8.3
test/ocx.bats
@@ -15,9 +15,9 @@
15
[[ $X == *aws-cli/1.8.3* ]]
16
}
17
18
-@test "One Codex CLI v0.1.2" {
+@test "One Codex CLI v0.2.0a1" {
19
X=$(onecodex --version 2>&1)
20
- [[ $X == *0.1.2\ \(API\ v0\)* ]]
+ [[ $X == *0.2.0-alpha1* ]]
21
22
23
@test "Join paired ends script exists" {
0 commit comments