comparison ExtractSubNetwork.xml @ 1:0a7da5c6843b draft

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit 6bb33ff0ff022029543e5e5ace7d16418715aa1c
author metexplore
date Mon, 25 Aug 2025 16:06:05 +0000
parents 0cd276b871ad
children 27be7e97f255
comparison
equal deleted inserted replaced
0:0cd276b871ad 1:0a7da5c6843b
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[met4j fr.inrae.toulouse.metexplore.met4j_toolbox.networkAnalysis.ExtractSubNetwork -i "$inputPath" 9 <command detect_errors="exit_code"><![CDATA[met4j networkAnalysis.ExtractSubNetwork -i "$inputPath"
10 -s "$sourcePath" 10 -s "$sourcePath"
11 -t "$targetPath" 11 -t "$targetPath"
12 #if str($sideCompoundFile) != 'None': 12 #if str($sideCompoundFile) != 'None':
13 -sc "$sideCompoundFile" 13 -sc "$sideCompoundFile"
14 #end if 14 #end if