bio-polymarker_db_batch 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/bio-polymarker_db_batch/polymarker_db_batch.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0045dd6d2561e13086c61d5588de894b0ee7bc0
|
|
4
|
+
data.tar.gz: ad77bb197ea0500655f754ef2d8bd53539699fc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3591329b9ad5c94abfcfd639975abcfdebad02e2a12e3fdf668b0e62245bad648028580fda2b519a3f46a39f96082609c622095f8fa7a72409c712da2ade20f0
|
|
7
|
+
data.tar.gz: 3cecabfb32c8298b2ee38bdaeed4330588f241a9ea6bdde859fcf3b7f51b4d4931d4906ff49324968cca999a5a84eae5f7c5f1adeb1947c2fd2804551dfd6388
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
|
@@ -28,7 +28,7 @@ class Bio::DB::Polymarker
|
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
def each_running
|
|
31
|
-
query="SELECT snp_file_id, filename FROM snp_file WHERE status
|
|
31
|
+
query="SELECT snp_file_id, filename FROM snp_file WHERE status IN ('SUBMITTED', 'RUNNING');"
|
|
32
32
|
ret = 0
|
|
33
33
|
if block_given?
|
|
34
34
|
ret = execute_query(query){|row| yield row }
|