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 e620b31 commit b98b310Copy full SHA for b98b310
packages.tsv
@@ -6,6 +6,7 @@ linuxbrew coreutils 1 test "$(echo -n 15 | /brew/bin/factor)" = "15: 3 5"
6
alpine task 1 /usr/bin/task --version
7
alpine jq 1 test $(/usr/bin/jq -M -n -c "{a: (4+3)}") = "{\"a\":7}"
8
alpine mtr 1 /usr/sbin/mtr -v
9
+conda julia 0.3.11--0 test $(julia -e "print(2+3)") = "5"
10
conda m4 1.4.17--0 test $(echo "define(a, bbb)a" | m4) = "bbb"
11
conda samtools 1.3--1 samtools --version
12
conda cufflinks 2.2.1--py27_1 (cuffmerge --help 2>&1) | grep Options > /dev/null
0 commit comments