[hg] galaxy 3026: Change the version of the liftOver tool due to...
details: http://www.bx.psu.edu/hg/galaxy/rev/5be1e8df69b5 changeset: 3026:5be1e8df69b5 user: Greg Von Kuster <greg@bx.psu.edu> date: Fri Nov 13 14:20:03 2009 -0500 description: Change the version of the liftOver tool due to the application of Brad Chapman's patch in change set 3021. diffstat: tools/extract/liftOver_wrapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (9 lines): diff -r 23c1b9799bce -r 5be1e8df69b5 tools/extract/liftOver_wrapper.xml --- a/tools/extract/liftOver_wrapper.xml Fri Nov 13 14:13:03 2009 -0500 +++ b/tools/extract/liftOver_wrapper.xml Fri Nov 13 14:20:03 2009 -0500 @@ -1,4 +1,4 @@ -<tool id="liftOver1" name="Convert genome coordinates" version="1.0.1"> +<tool id="liftOver1" name="Convert genome coordinates" version="1.0.2"> <description> between assemblies and genomes</description> <command interpreter="python">liftOver_wrapper.py $input "$out_file1" "$out_file2" $dbkey $to_dbkey $minMatch</command> <inputs>
participants (1)
-
Greg Von Kuster