comparison repeatmodeler.xml @ 5:8661b2607b7e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repeatmodeler commit 652ae30a67649b070efd62ba90159e079c5e7bd5
author iuc
date Wed, 03 May 2023 09:31:16 +0000
parents a9fb165808c8
children 4a172d211285
comparison
equal deleted inserted replaced
4:a9fb165808c8 5:8661b2607b7e
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 BuildDatabase -name 'rmdb' '$input_file' 10 BuildDatabase -name 'rmdb' '$input_file'
11 11
12 && 12 &&
13 13
14 ## "RMBlast jobs will use 4 cores each" 14 RepeatModeler -database 'rmdb' -threads \${GALAXY_SLOTS:-1}
15 pa=\$(( (\${GALAXY_SLOTS:-1}+3)/4 ))
16
17 &&
18
19 RepeatModeler -database 'rmdb' -threads \$pa
20 ]]></command> 15 ]]></command>
21 <inputs> 16 <inputs>
22 <param type="data" name="input_file" format="fasta" label="Input genome fasta"/> 17 <param type="data" name="input_file" format="fasta" label="Input genome fasta"/>
23 </inputs> 18 </inputs>
24 <outputs> 19 <outputs>