Mercurial > repos > metexplore > met4j_sidecompoundsscan
comparison SideCompoundsScan.xml @ 3:3acb02c5eee4 draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:33:25 +0000 |
| parents | cb9942e68c8c |
| children |
comparison
equal
deleted
inserted
replaced
| 2:cb9942e68c8c | 3:3acb02c5eee4 |
|---|---|
| 45 </param> | 45 </param> |
| 46 </inputs> | 46 </inputs> |
| 47 <outputs> | 47 <outputs> |
| 48 <data format="tsv" name="outputPath"/> | 48 <data format="tsv" name="outputPath"/> |
| 49 </outputs> | 49 </outputs> |
| 50 <tests> | 50 <tests/> |
| 51 <test> | |
| 52 <param name="inputPath" value="XF_network.sbml"/> | |
| 53 <output ftype="tsv" name="outputPath"> | |
| 54 <assert_contents> | |
| 55 <has_n_lines min="1000"/> | |
| 56 <has_n_columns n="4"/> | |
| 57 </assert_contents> | |
| 58 </output> | |
| 59 </test> | |
| 60 <test> | |
| 61 <param name="inputPath" value="XF_network.sbml"/> | |
| 62 <param name="noReportValue" value="true"/> | |
| 63 <output ftype="tsv" name="outputPath"> | |
| 64 <assert_contents> | |
| 65 <has_n_lines min="30"/> | |
| 66 <has_n_columns n="1"/> | |
| 67 </assert_contents> | |
| 68 </output> | |
| 69 </test> | |
| 70 </tests> | |
| 71 <help><