# HG changeset patch # User proteore # Date 1545143893 18000 # Node ID f4938e47f2f8ab612837122077f43f421bcd50ef # Parent 8a6863adcd09b6514bb78928d5a364569709b00e planemo upload commit 5e13878e9679f3f5ba8e482b9108249a43f3355e-dirty diff -r 8a6863adcd09 -r f4938e47f2f8 kegg_maps_visualization.xml --- a/kegg_maps_visualization.xml Tue Dec 18 09:23:35 2018 -0500 +++ b/kegg_maps_visualization.xml Tue Dec 18 09:38:13 2018 -0500 @@ -1,4 +1,4 @@ - + of (differentially expressed) genes/proteins bioconductor-pathview @@ -13,12 +13,12 @@ --id_column="$input.ncol" --header="$input.header" #end if - #if $pathways_section.species.pathways.pathways_id != "pathways_file" - --pathways_id="$pathways_section.species.pathways.pids" + #if $species.pathways.pathways_id != "pathways_file" + --pathways_id="$species.pathways.pids" #else - --pathways_input="$pathways_section.species.pathways.file" - --header2="$pathways_section.species.pathways.header2" - --pathway_col="$pathways_section.species.pathways.ncol2" + --pathways_input="$species.pathways.file" + --header2="$species.pathways.header2" + --pathway_col="$species.pathways.ncol2" #end if --id_type="$id_type" --native_kegg="$native" @@ -31,8 +31,8 @@ --fold_change_data="false" #end if - --species=${pathways_section.species.ref_file} - --pathways_list=$__tool_directory__/${ filter( lambda x: str( x[0] ) == str( $pathways_section.species.ref_file ), $__app__.tool_data_tables['kegg_pathways_list_index'].get_fields() )[0][-1] } + --species=${species.ref_file} + --pathways_list=$__tool_directory__/${ filter( lambda x: str( x[0] ) == str( $species.ref_file ), $__app__.tool_data_tables['kegg_pathways_list_index'].get_fields() )[0][-1] } --output="$text_output" ]]>