1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/07bc7e9dd794/ changeset: r5055:07bc7e9dd794 user: jgoecks date: 2011-02-14 19:21:04 summary: Fix bug in extract_genomic_dna.py so that comment lines are correctly handled. affected #: 1 file (43 bytes) --- a/tools/extract/extract_genomic_dna.py Mon Feb 14 10:56:06 2011 -0500 +++ b/tools/extract/extract_genomic_dna.py Mon Feb 14 13:21:04 2011 -0500 @@ -162,6 +162,8 @@ if strand not in ['+', '-']: strand = '+' sequence = '' + else: + continue # Open sequence file and get sequence for feature/interval. if seq_path and os.path.exists( "%s/%s.nib" % ( seq_path, chrom ) ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.