Previous changeset 1:0d1514ecd757 (2017-03-23) Next changeset 3:e47f77820200 (2017-03-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit 8b51049c08c770c52ff8444af736c8b85c99db5d |
modified:
damidseq_core.xml |
b |
diff -r 0d1514ecd757 -r 69e346fb52a0 damidseq_core.xml --- a/damidseq_core.xml Thu Mar 23 10:55:41 2017 -0400 +++ b/damidseq_core.xml Thu Mar 23 12:11:32 2017 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="damidseq_core" name="damidseq" version="0.1.1"> +<tool id="damidseq_core" name="damidseq" version="0.1.2"> <description>align, extend and normalize a DamID-seq experiment</description> <requirements> <requirement type="package" version="1.4">damidseq_pipeline</requirement> @@ -67,7 +67,7 @@ <param argument="--q" type="integer" value="30" min="0" label="Cutoff average Q score for aligned reads"/> <param argument="--qscore1min" type="float" min="0.0" value="0.4" max="1.0" label="min decile for normalising from Dam array"/> <param argument="--qscore1max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from Dam array"/> - <param argument="--qscore2max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from fusion-protein array"/> + <param argument="--qscore2max" type="float" min="0.0" value="0.9" max="1.0" label="max decile for normalising from fusion-protein array"/> </inputs> <outputs> <data name="output_ratio" format="bed" from_work_dir="fusion.output" label="DAM-fusion vs Dam-only ratio"> |