galaxy-dist commit 865d7175847a: Corrected bug in reference to genome file in NGS simulation tool
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Kelly Vincent <kpvincent@bx.psu.edu> # Date 1289492971 18000 # Node ID 865d7175847ad322959f6b85532357d0f69afa46 # Parent 591c53b44ae4a6237a841adaa3abfe59829beebe Corrected bug in reference to genome file in NGS simulation tool --- a/tools/ngs_simulation/ngs_simulation.xml +++ b/tools/ngs_simulation/ngs_simulation.xml @@ -5,7 +5,7 @@ ngs_simulation.py #if $in_type.input_type == "built-in" --input="${ filter( lambda x: str( x[0] ) == str( $in_type.genome ), $__app__.tool_data_tables[ 'ngs_sim_fasta' ].get_fields() )[0][-1] }" - --genome=$genome + --genome=$in_type.genome #else --input=$in_type.input1 #end if
participants (1)
-
commits-noreply@bitbucket.org