]> git.donarmstrong.com Git - biopieces.git/commitdiff
removing sequence file from assemble_seq*
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 6 May 2011 06:31:11 +0000 (06:31 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 6 May 2011 06:31:11 +0000 (06:31 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1376 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/assemble_seq_idba
bp_bin/assemble_seq_velvet

index 31a1e686fb88404e3e2e41a2feea0cc311a25ab3..43434e3c2dba15c78d1e4348cb75c1f6a9b114f8 100755 (executable)
@@ -91,6 +91,7 @@ unless File.size(file_fasta) == 0
   end
 end
 
+FileUtils.remove_entry_secure file_fasta
 FileUtils.remove_entry_secure options[:directory] if options[:clean]
 
 
index b2dfaf899f52292262c15835ff3c12c7a25778c3..85c5fa81c4d3469108dd4a898cb9d37b88abbd43 100755 (executable)
@@ -181,6 +181,7 @@ unless File.size(file_fasta) == 0
   end
 end
 
+FileUtils.remove_entry_secure file_fasta
 FileUtils.remove_entry_secure options[:directory] if options[:clean]