Mercurial > repos > metexplore > met4j_distancematrix
changeset 3:da1468773764 draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:28:45 +0000 |
| parents | ff6b95bafb38 |
| children | |
| files | DistanceMatrix.xml macros.xml |
| diffstat | 2 files changed, 3 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/DistanceMatrix.xml Tue Oct 28 14:19:59 2025 +0000 +++ b/DistanceMatrix.xml Wed Jan 21 15:28:45 2026 +0000 @@ -31,34 +31,7 @@ <outputs> <data format="csv" name="outputPath"/> </outputs> - <tests> - <test> - <param name="inputPath" value="toy_model.xml"/> - <output ftype="csv" name="outputPath"> - <assert_contents> - <has_n_lines n="9"/> - <has_line_matching expression="id,A,A_ext,B,C,D,D_ext,E,E_ext" n="1"/> - <has_line_matching expression="B,1.0,Infinity,0.0,2.0,1.0,2.0,Infinity,Infinity" n="1"/> - </assert_contents> - </output> - </test> - <test> - <param name="inputPath" value="toy_model.xml"/> - <param name="sideCompoundFile" value="sides.txt"/> - <param name="degree" value="true"/> - <param name="undirected" value="true"/> - <output ftype="csv" name="outputPath"> - <assert_contents> - <has_n_lines n="8"/> - <has_line_matching expression="id,A,B,C,D,D_ext,E,E_ext" n="1"/> - <has_line_matching expression="A,0.0,4.0,4.0,20.0,21.0,24.0,25.0" n="1"/> - <has_line_matching expression="B,4.0,0.0,8.0,16.0,17.0,20.0,21.0" n="1"/> - <has_line_matching expression="C,4.0,8.0,0.0,16.0,17.0,20.0,21.0" n="1"/> - <has_line_matching expression="D,8.0,4.0,4.0,0.0,1.0,4.0,5.0" n="1"/> - </assert_contents> - </output> - </test> - </tests> + <tests/> <help><