lib/bio/PolyploidTools/ChromosomeArm.rb in bio-polyploid-tools-0.8.2 vs lib/bio/PolyploidTools/ChromosomeArm.rb in bio-polyploid-tools-0.8.3
- old
+ new
@@ -1,6 +1,7 @@
-class Bio::PolyploidTools::ChromosomeArm
+module Bio::PolyploidTools
+class ChromosomeArm
@@arm_selection_functions = Hash.new;
@@ -45,7 +46,7 @@
end
def self.getValidFunctions
@@arm_selection_functions.keys.map { |e| e.to_s }
end
-
+end
end
\ No newline at end of file