comparison transdecoder.xml @ 3:b408e5a8b137 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transdecoder commit a630e0c76896e3cd61bd93ee2afdc66c384afc38
author iuc
date Wed, 06 Jul 2016 11:30:14 -0400
parents 1de64ee71145
children 0db979fead3a
comparison
equal deleted inserted replaced
2:7c40e2c79aa3 3:b408e5a8b137
21 -G ${adv.gen_code} 21 -G ${adv.gen_code}
22 #end if 22 #end if
23 23
24 && 24 &&
25 25
26 TransDecoder.Predict -t "${input}" 26 TransDecoder.Predict --cpu \${GALAXY_SLOTS:-1} -t "${input}"
27 27
28 #if ($adv.retain_long_orfs): 28 #if ($adv.retain_long_orfs):
29 --retain_long_orfs ${adv.retain_long_orfs} 29 --retain_long_orfs ${adv.retain_long_orfs}
30 #end if 30 #end if
31 31