comparison PanExplorer.xml @ 11:ae74fc0cb39c draft

Uploaded
author dereeper
date Thu, 30 May 2024 16:41:08 +0000
parents d103c41b6931
children 38c66e401040
comparison
equal deleted inserted replaced
10:d103c41b6931 11:ae74fc0cb39c
19 19
20 perl ${__tool_directory__}/Perl/generateConfig.pl '$private_genomes' '$input' config.yaml '$private_genomes_fasta'; 20 perl ${__tool_directory__}/Perl/generateConfig.pl '$private_genomes' '$input' config.yaml '$private_genomes_fasta';
21 21
22 cat config.yaml >$logfile; 22 cat config.yaml >$logfile;
23 23
24 if [ -f \$PANEX_PATH/panexplorer.sif ]; then; else; wget -O \$PANEX_PATH/panexplorer.sif https://panexplorer.southgreen.fr/singularity/panexplorer.sif >>$logfile 2>&1; fi; 24 wget -O \$PANEX_PATH/panexplorer.sif https://panexplorer.southgreen.fr/singularity/panexplorer.sif >>$logfile 2>&1;
25 25
26 26
27 27
28 28
29 #if $software=="pgap" 29 #if $software=="pgap"