lib/scaffolder/annotation_locator.rb in scaffolder-annotation-locator-0.1.1 vs lib/scaffolder/annotation_locator.rb in scaffolder-annotation-locator-0.1.2
- old
+ new
@@ -49,9 +49,10 @@
super updated_records
end
def scaffold
+ YAML::ENGINE.yamler = 'syck'
Scaffolder.new(YAML.load(File.read(@scaffold_file)),@sequence_file)
end
def records
gff3 = Bio::GFF::GFF3.new(File.read(@gff_file)).records