comparison repex_tarean.xml @ 21:84106349d4b1 draft

Uploaded
author petr-novak
date Fri, 01 Mar 2024 06:45:14 +0000
parents 3d0ba5734776
children 5d6ff2684c5b
comparison
equal deleted inserted replaced
20:19a3d199db8f 21:84106349d4b1
1 <tool id="tarean" name="Tandem Repeat Analyzer" version="2.3.9.1" > 1 <tool id="tarean" name="Tandem Repeat Analyzer (TAREAN)" version="2.3.10.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.9-579a65d</container> 10 <container type="singularity">library://repeatexplorer/default/repex_tarean:0.3.10-a11bf65</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));