hmmalign IUC tool (to align sequences to a profile HMM) - Galaxy Version 0.1.0 in GalaxyEU and also on our own internal Galaxy instance (at Rothamsted). We (David Hughes and I) have a user who wants to use 1 of the advanced options in the tool: http://www.csb.yale.edu/userguides/seq/hmmer/docs/node18.htmlbetween “mapali” and “withali”,select an alignment file from the history; and then use that to launch the job with either parameter.Dear all,
I am trying to combine sections, repeat and conditional and I am a bit lost with my variables.
Here is a "simplified" version of my code.
And here the full version:
https://github.com/65MO/Galaxy-Bricks/blob/master/tools/ggplot2/ggplot_all.xml
<inputs>
<section name="mainOps" title="Main graph options" expanded="true">
<repeat name="primaryLayer" title="Primary layer">
<conditional name="primaryLayerType">
<param name="layerType" type="select" label="Type of layer to plot" >
<option value="points">Points (default)</option>
<option value="errorbars">Error bars</option>
</param>
<when value="errorbars">
<param name="yminErr" label="Mininum value for error" type="data_column" data_ref="input1"/>
</when>
</conditional>
</repeat>
</section>
</inputs>I get the "layerType" like this:
#for $i, $primaryLayerNb in enumerate($mainOps.primaryLayer)
#set $layerTypeR = $primaryLayerNb.primaryLayerType.layerTypeBut how do I get the value of "yminErr"?
I am not sure if it is the rigth place to ask this question, please excuse me if it isn't appropriate.
Thank you very much!
minimap2 cookbook lists a combination of options for generating a self-homology map (https://github.com/lh3/minimap2/blob/master/cookbook.md#hom-map) that includes options (-D and -P) that are not used elsewhere. I'd like to add it to the minimap2 wrapper... is it appropriate to add it as a "mode" (like the -x modes)? or should it be under advanced options?