commit/galaxy-central: jgoecks: Bug fix: do not fix strand in extract_genomic_dna tool.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/5f2047e0eb18/ changeset: r5071:5f2047e0eb18 user: jgoecks date: 2011-02-16 18:56:18 summary: Bug fix: do not fix strand in extract_genomic_dna tool. affected #: 1 file (1 byte) --- a/tools/extract/extract_genomic_dna.py Wed Feb 16 10:14:24 2011 -0500 +++ b/tools/extract/extract_genomic_dna.py Wed Feb 16 12:56:18 2011 -0500 @@ -120,7 +120,7 @@ twobitfile = None file_iterator = open( input_filename ) if gff_format and interpret_features: - file_iterator = gff_util.GFFReaderWrapper( file_iterator, fix_strand=True ) + file_iterator = gff_util.GFFReaderWrapper( file_iterator, fix_strand=False ) for i, feature in enumerate( file_iterator ): if gff_format and interpret_features: # Processing features. 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.
participants (1)
-
Bitbucket