commit/galaxy-central: 2 new changesets

2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b368163e14fe/ changeset: b368163e14fe user: inithello date: 2013-01-22 21:54:49 summary: Update functional test parameters so tests will pass. affected #: 2 files diff -r 2f3e80ded864f29b27ad3af71f4887f23293297c -r b368163e14fe6b2fd3d5a5f2b8cb90ef7990677b tools/phenotype_association/dividePgSnpAlleles.xml --- a/tools/phenotype_association/dividePgSnpAlleles.xml +++ b/tools/phenotype_association/dividePgSnpAlleles.xml @@ -25,7 +25,7 @@ <tests><test><param name='input1' value='dividePgSnp_input.pgSnp' ftype='interval' /> - <param name='refcol' value='no' /> + <param name='ref' value='no' /><output name="output" file="dividePgSnp_output.txt" /></test></tests> diff -r 2f3e80ded864f29b27ad3af71f4887f23293297c -r b368163e14fe6b2fd3d5a5f2b8cb90ef7990677b tools/phenotype_association/snpFreq.xml --- a/tools/phenotype_association/snpFreq.xml +++ b/tools/phenotype_association/snpFreq.xml @@ -44,6 +44,7 @@ <tests><test> + <param name="inType" value="tab" /><param name="input" ftype="tabular" value="snpFreqInput.txt" dbkey="hg18" /><param name="group1_1" value="4" /><param name="group1_2" value="5" /> https://bitbucket.org/galaxy/galaxy-central/commits/3c752f2d4d95/ changeset: 3c752f2d4d95 user: inithello date: 2013-01-22 21:55:29 summary: Make wrapper compatible with python 2.5. affected #: 1 file diff -r b368163e14fe6b2fd3d5a5f2b8cb90ef7990677b -r 3c752f2d4d958f34f085f2cc707c503693b4680d tools/evolution/add_scores.py --- a/tools/evolution/add_scores.py +++ b/tools/evolution/add_scores.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import with_statement import sys from galaxy import eggs 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