diff BSseeker2/bs_index/wg_build.py @ 1:8b26adf64adc draft default tip

V2.0.5
author weilong-guo
date Tue, 05 Nov 2013 01:55:39 -0500
parents e6df770c0e58
children
line wrap: on
line diff
--- a/BSseeker2/bs_index/wg_build.py	Fri Jul 12 18:47:28 2013 -0400
+++ b/BSseeker2/bs_index/wg_build.py	Tue Nov 05 01:55:39 2013 -0500
@@ -3,8 +3,8 @@
 
 def wg_build(fasta_file, build_command, ref_path, aligner):
 
-    # ref_path is a string that containts the directory where the reference genomes are stored with
-    # the input fasta filename appended
+    # ref_path is a string that contains the directory where the reference genomes are stored with
+    # the input Fasta filename appended
     ref_path = os.path.join(ref_path,
                             os.path.split(fasta_file)[1] + '_'+aligner)