]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/read_fastq
changed layout of ruby source
[biopieces.git] / bp_bin / read_fastq
index fd88bf0d7aaa608f9b47169709293b54d51e9722..063edd6ce2883bbe5b46f286c59175c71cf55456 100755 (executable)
@@ -28,8 +28,8 @@
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
-require 'biopieces'
-require 'fastq'
+require 'maasha/biopieces'
+require 'maasha/fastq'
 
 casts = []
 casts << {:long=>'data_in', :short=>'i', :type=>'files!', :mandatory=>false, :default=>nil, :allowed=>nil, :disallowed=>nil}