Mercurial > repos > bgruening > hicexplorer_hiccorrectmatrix
diff hicCorrectMatrix.xml @ 1:c041d564e6cc draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 2f347b0756d720114f037ed1ff9ba4836e1b3b04
author | bgruening |
---|---|
date | Wed, 29 Mar 2017 17:41:51 -0400 |
parents | aa854293da07 |
children | 68b69a6922e5 |
line wrap: on
line diff
--- a/hicCorrectMatrix.xml Sun Oct 09 17:35:21 2016 -0400 +++ b/hicCorrectMatrix.xml Wed Mar 29 17:41:51 2017 -0400 @@ -69,7 +69,6 @@ <param name="mode_selector" type="select" label="Range restriction (in bp)" argument="--range"> <option value="diagnostic_plot">Diagnostic plot</option> <option value="correct">Correct matrix</option> - <option value="merge_failed">Merges together failed bins</option> </param> <when value="diagnostic_plot"> <expand macro="xMax" /> @@ -100,10 +99,6 @@ <expand macro="filterThreshold" /> </when> - <when value="merge_failed"> - <expand macro="filterThreshold" /> - <expand macro="xMax" /> - </when> </conditional> <repeat name="chromosomes" min="1" @@ -115,15 +110,15 @@ </inputs> <outputs> <data name="outFileName" from_work_dir="corrected_matrix.npz.h5" format="h5"> - <filter>mode['mode_selector'] == "correct" or mode['mode_selector'] == "merge_failed"</filter> + <filter>mode['mode_selector'] == "correct"</filter> </data> <data name="diagnostic_plot" from_work_dir="diagnostic_plot.png" format="png"> - <filter>mode['mode_selector'] == "diagnostic_plot" or mode['mode_selector'] == "merge_failed"</filter> + <filter>mode['mode_selector'] == "diagnostic_plot"</filter> </data> </outputs> <tests> <test> - <param name="matrix" value="hicBuildMatrix_result1.npz.h5" ftype="h5"/> + <param name="matrix" value="hicBuildMatrix_result1.h5" ftype="h5"/> <param name="mode_selector" value="correct"/> <repeat name="chromosomes"> <param name="chromosome" value="chrUextra"/> @@ -134,7 +129,7 @@ <output name="outFileName" file="hicCorrectMatrix_result1.npz.h5" ftype="h5" compare="sim_size"/> </test> <test> - <param name="matrix" ftype="h5" value="hicBuildMatrix_result1.npz.h5"/> + <param name="matrix" ftype="h5" value="hicBuildMatrix_result1.h5"/> <param name="mode_selector" value="diagnostic_plot"/> <repeat name="chromosomes"> <param name="chromosome" value="chrUextra"/> @@ -144,18 +139,6 @@ </repeat> <output name="diagnostic_plot" file="diagnostic_plot.png" ftype="png" compare="sim_size"/> </test> - <test> - <param name="matrix" ftype="h5" value="hicBuildMatrix_result1.npz.h5"/> - <param name="mode_selector" value="merge_failed"/> - <repeat name="chromosomes"> - <param name="chromosome" value="chrUextra"/> - </repeat> - <repeat name="chromosomes"> - <param name="chromosome" value="chr3LHet"/> - </repeat> - <output name="diagnostic_plot" file="diagnostic_plot.png" ftype="png" compare="sim_size"/> - <output name="outMatrixFile" file="merged_matrix.npz.h5" ftype="h5" compare="sim_size"/> - </test> </tests> <help><![CDATA[ @@ -172,10 +155,6 @@ 16: How to Detect and Handle Outliers The ASQC Basic References in Quality Control: Statistical Techniques, Edward F. Mykytka, Ph.D., Editor. - merge_failed Merges together failed bins to rescue some of the - information instead of discarding it. This option is mostly - useful with processing small restrition fragment size bins - ]]></help>