Skip to content

Commit

Permalink
Update packages.tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Jul 6, 2016
1 parent b98b310 commit 8d4ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linuxbrew coreutils 1 test "$(echo -n 15 | /brew/bin/factor)" = "15: 3 5"
alpine task 1 /usr/bin/task --version
alpine jq 1 test $(/usr/bin/jq -M -n -c "{a: (4+3)}") = "{\"a\":7}"
alpine mtr 1 /usr/sbin/mtr -v
conda julia 0.3.11--0 test $(julia -e "print(2+3)") = "5"
conda julia 0.4.5--0 test $(julia -e "print(2+3)") = "5"
conda m4 1.4.17--0 test $(echo "define(a, bbb)a" | m4) = "bbb"
conda samtools 1.3--1 samtools --version
conda cufflinks 2.2.1--py27_1 (cuffmerge --help 2>&1) | grep Options > /dev/null
Expand Down

0 comments on commit 8d4ca72

Please sign in to comment.