comparison lexicmap-index.xml @ 5:f0e5afff062b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/lexicmap commit 45c03ff07e2d5bba1d490a67434347ec17eb30f4
author iuc
date Thu, 22 Jan 2026 09:42:53 +0000
parents d4134260b442
children
comparison
equal deleted inserted replaced
4:feedc23590ad 5:f0e5afff062b
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/> 6 <expand macro="bio_tools"/>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 8
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 10 set -eu;
11 echo '$input_genomes' | sed 's/,/\n/g' > fasta_list.tsv && 11 echo '$input_genomes' | sed 's/,/\n/g' > fasta_list.tsv &&
12 mkdir '$lexicmap_index.extra_files_path' && 12 mkdir '$lexicmap_index.extra_files_path' &&
13 lexicmap index 13 lexicmap index
14 14
15 --threads "\${GALAXY_SLOTS:-1}" 15 --threads "\${GALAXY_SLOTS:-1}"