comparison PanExplorer.xml @ 20:e23149f1f55c draft

Uploaded
author dereeper
date Fri, 31 Jan 2025 13:57:57 +0000
parents b8ea3d2945b5
children 891845608100
comparison
equal deleted inserted replaced
19:b8ea3d2945b5 20:e23149f1f55c
1 <tool id="pangenome_explorer" name="PanExplorer2" version="2.0"> 1 <tool id="pangenome_explorer" name="PanExplorer2" version="2.0">
2 <description> Bacterial pan-genome analysis </description> 2 <description> Bacterial pan-genome analysis </description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.30">perl-yaml</requirement> 4 <requirement type="package" version="1.30">perl-yaml</requirement>
5 <requirement type="package" version="3.8.7">singularity</requirement> 5 <requirement type="package" version="3.8.7">singularity</requirement>
6 <container type="docker">docker.io/dereeper/panexplorer_workflow:latest</container> 6 <container type="docker">docker.io/dereeper/panexplorer_workflow:v2</container>
7 </requirements> 7 </requirements>
8 8
9 <command><![CDATA[ 9 <command><![CDATA[
10 10
11 export PANEX_PATH=/usr/local/bin/PanExplorer_workflow; 11 export PANEX_PATH=/usr/local/bin/PanExplorer_workflow;