comparison funannotate_clean.xml @ 2:a1f44cb0a64e draft

"planemo upload commit febca656bf539c044816abebfeef3c84adc4056e"
author iuc
date Wed, 10 Nov 2021 11:08:34 +0000
parents 17e20d535a7b
children 959a44939c4e
comparison
equal deleted inserted replaced
1:194a40e8a4e6 2:a1f44cb0a64e
13 --out '${output}' 13 --out '${output}'
14 --pident ${pident} 14 --pident ${pident}
15 --cov ${cov} 15 --cov ${cov}
16 --minlen ${minlen} 16 --minlen ${minlen}
17 ${exhaustive} 17 ${exhaustive}
18 --cpus \${GALAXY_SLOTS:-1}
18 ]]></command> 19 ]]></command>
19 <inputs> 20 <inputs>
20 <param argument="--input" type="data" format="fasta" label="Assembly to clean" /> 21 <param argument="--input" type="data" format="fasta" label="Assembly to clean" />
21 22
22 <param argument="--pident" type="integer" value="95" label="Percent identity of overlap" /> 23 <param argument="--pident" type="integer" value="95" label="Percent identity of overlap" />