comparison repex_tarean.xml @ 25:a27646c27090 draft default tip

Uploaded
author petr-novak
date Wed, 05 Jun 2024 08:47:44 +0000
parents 5d6ff2684c5b
children
comparison
equal deleted inserted replaced
24:adf6673735f7 25:a27646c27090
1 <tool id="tarean" name="Tandem Repeat Analyzer (TAREAN)" version="2.3.10.2" > 1 <tool id="tarean" name="Tandem Repeat Analyzer (TAREAN)" version="2.3.11.1" >
2 <stdio> 2 <stdio>
3 <regex match="Traceback" source="stderr" level="fatal" description="Unknown error" /> 3 <regex match="Traceback" source="stderr" level="fatal" description="Unknown error" />
4 <regex match="error" source="stderr" level="fatal" description="Unknown error" /> 4 <regex match="error" source="stderr" level="fatal" description="Unknown error" />
5 <regex match="warning" source="stderr" level="warning" description="Unknown warning" /> 5 <regex match="warning" source="stderr" level="warning" description="Unknown warning" />
6 <exit_code range="1:" level="fatal" description="Error" /> 6 <exit_code range="1:" level="fatal" description="Error" />
7 </stdio> 7 </stdio>
8 <description>Identification of genomic tandem repeats from NGS data</description> 8 <description>Identification of genomic tandem repeats from NGS data</description>
9 <requirements> 9 <requirements>
10 <container type="singularity">library://repeatexplorer/default/repex_tarean:0.3.10-a11bf65</container> 10 <container type="singularity">library://repeatexplorer/default/repex_tarean:0.3.11-579a65d</container>
11 </requirements> 11 </requirements>
12 <command detect_errors="exit_code"> 12 <command detect_errors="exit_code">
13 export PYTHONHASHSEED=0; 13 export PYTHONHASHSEED=0;
14 export TAREAN_CPU=\$GALAXY_SLOTS; 14 export TAREAN_CPU=\$GALAXY_SLOTS;
15 export TAREAN_MAX_MEM=\$((GALAXY_MEMORY_MB*1024)); 15 export TAREAN_MAX_MEM=\$((GALAXY_MEMORY_MB*1024));