share/install/Organism/organism_helpers.rb in rbbt-sources-3.0.24 vs share/install/Organism/organism_helpers.rb in rbbt-sources-3.0.25

- old
+ new

@@ -564,10 +564,10 @@ end transcript_sequence = {} chr_transcript_ranges.each do |chr, transcript_ranges| begin - raise "LRG, GL, HG, NT, and HSCHR chromosomes not supported: #{chr}" if chr =~ /^(?:LRG_|GL0|HG|HSCHR|NT)/ + raise "LRG, GL, HG, NT, KI, and HSCHR chromosomes not supported: #{chr}" if chr =~ /(?:LRG_|GL0|HG|HSCHR|NT|KI)/ p = File.expand_path("./chromosome_#{chr}") Organism.root.annotate p p.sub!(%r{.*/organisms/},'share/organisms/') chr_str = p.produce.read rescue Exception