Mercurial > repos > bgruening > hicexplorer_hicplotdistvscounts
diff hicPlotDistVsCounts.xml @ 14:a0f796482cff draft
"planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 91a0182476a7fc26be7bef1677790518c4e88348-dirty"
| author | bgruening |
|---|---|
| date | Mon, 16 Dec 2019 13:10:31 +0000 |
| parents | 59e553199b1b |
| children | a370923a657f |
line wrap: on
line diff
--- a/hicPlotDistVsCounts.xml Mon Dec 09 10:12:34 2019 +0000 +++ b/hicPlotDistVsCounts.xml Mon Dec 16 13:10:31 2019 +0000 @@ -11,8 +11,8 @@ #set matrices_labels=[] #for $counter, $m, in enumerate($matrices): #set identifier = re.sub('[^\s\w\-]', '_', str($m.element_identifier)) - ln -f -s '${m}' '${identifier}_${counter}.$m.ext' && - #silent $matrices_path.append("'%s_%s.%s'" % ($identifier, $counter, $m.ext)) + ln -f -s '${m}' '${identifier}_${counter}' && + #silent $matrices_path.append("'%s_%s'" % ($identifier, $counter)) #silent $matrices_labels.append("'%s'" % ($identifier)) #end for @@ -64,19 +64,19 @@ </outputs> <tests> <test> - <param name="matrices" ftype="h5" value="small_test_matrix.h5"/> + <param name="matrices" ftype="h5" value="small_test_matrix_50kb_res.h5"/> <param name="skipDiagonal" value="False"/> <output name="plotFile" file="hicPlotDistVsCounts_result1.png" ftype="png" compare="sim_size"/> </test> <test> - <param name="matrices" ftype="h5" value="small_test_matrix.h5"/> + <param name="matrices" ftype="h5" value="small_test_matrix_50kb_res.h5"/> <param name="skipDiagonal" value="False"/> <param name='outFileData_Boolean' value='True'/> <output name="plotFile" file="hicPlotDistVsCounts_result1.png" ftype="png" compare="sim_size"/> <output name="outFileData" file="distVsCounts.txt" ftype="txt" compare="sim_size" delta='600'/> </test> <test> - <param name="matrices" ftype="h5" value="small_test_matrix.h5,small_test_matrix.h5"/> + <param name="matrices" ftype="h5" value="small_test_matrix_50kb_res.h5,small_test_matrix_50kb_res.h5"/> <param name="skipDiagonal" value="False"/> <param name="perchr" value="True" /> <repeat name="chromosomeExclude">
