rbbt-sources 2.1.0 → 2.1.1
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 +8 -8
- data/share/install/Organism/organism_helpers.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTQxZjhmYTBmZDgxOWFlYjUzNDQwZWM4MjVjZDkwZDg1OWJhMzg3MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjU5NTA1NWZkYzMxODRkNjk5YjcwODljMGFlOTA4YTVlNjI0ODg3NQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzhhYjQ2NzE1YmFhODhjMjM1NjgwMzBmZThkMjVmYzI3Y2JlMjk2NzFmNjU5
|
|
10
|
+
NzI0OGNmNmRlOWQ1NWY1YzM4Yjc3ZDU5MGJhNzc5MjQ3NDMzYTkxODA3NGE5
|
|
11
|
+
MDQxZGY0OTQzYTY0NDcyYjExNWI3NzllNDM5OThiMTZiZTFhMTU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWM0NTlkNjBjZTdmMWJmMDlhMWZhZjVjYTlmZmQxYjZmOThmMzM1ZDAzNTQw
|
|
14
|
+
OGMwYzBmMWI0YzlmOTZmYjExZWYwNzllNmY5YzVjMDhhMTQ2N2I3N2IyYzRh
|
|
15
|
+
MzkwMTFjZmRiNTJiMjZlODU5ZWVmMzAzZWZiZGJhZjhmZmE5MjY=
|
|
@@ -461,6 +461,9 @@ end
|
|
|
461
461
|
rule /^chromosome_.*/ do |t|
|
|
462
462
|
chr = t.name.match(/chromosome_(.*)/)[1]
|
|
463
463
|
|
|
464
|
+
# HACK: Skip LRG chromosomes
|
|
465
|
+
raise "LRG chromosomes not supported: #{ chr }" if chr =~ /^LRG_/
|
|
466
|
+
|
|
464
467
|
archive = File.basename(FileUtils.pwd) =~ /^([a-z]{3}[0-9]{4})$/i ? $1 : nil
|
|
465
468
|
|
|
466
469
|
release = Ensembl.releases[archive]
|