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 49f7e7a commit a071f1aCopy full SHA for a071f1a
README.md
@@ -14,3 +14,16 @@ checks that:
14
As a result, any new genome going into GGD will have a .genome file that will dictate
15
the sort order and presence or absence of the 'chr' prefix for chromosomes.
16
17
+
18
+<!--
19
20
21
+for arch in 386 amd64; do
22
+ for os in darwin linux; do
23
+ rm -rf $os/$arch/
24
+ mkdir -p $os/$arch/
25
+ GOOS=$os GOARCH=$arch go build -o ${os}/${arch}/check-sort-order cmd/check-sort-order/main.go
26
+ done
27
+done
28
29
+-->
0 commit comments