details: http://www.bx.psu.edu/hg/galaxy/rev/5ead6e4c2ef4 changeset: 3785:5ead6e4c2ef4 user: jeremy goecks <jeremy.goecks@emory.edu> date: Fri May 14 10:19:12 2010 -0400 description: Fix comment. diffstat: tools/ngs_rna/gff_filtering.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r b5391bd3e9c7 -r 5ead6e4c2ef4 tools/ngs_rna/gff_filtering.py --- a/tools/ngs_rna/gff_filtering.py Fri May 14 10:15:48 2010 -0400 +++ b/tools/ngs_rna/gff_filtering.py Fri May 14 10:19:12 2010 -0400 @@ -1,7 +1,7 @@ #!/usr/bin/env python # This tool takes a gff file as input and creates filters on attributes based on certain properties. # The tool will skip over invalid lines within the file, informing the user about the number of lines skipped. -# TODO: much of this code is copied from the Filter1 tool (filtering.py in this directory). The commonalities should be +# TODO: much of this code is copied from the Filter1 tool (filtering.py in tools/stats/). The commonalities should be # abstracted and leveraged in each filtering tool. from __future__ import division