Mercurial > repos > jjjjia > cpo_prediction
comparison cpo_mobsuite.xml @ 16:1642e3d402f8 draft
planemo upload
author | jjjjia |
---|---|
date | Sun, 26 Aug 2018 22:00:43 -0400 |
parents | 698579246d0d |
children | ed3b291693fc |
comparison
equal
deleted
inserted
replaced
15:93b99d46ad1b | 16:1642e3d402f8 |
---|---|
4 <requirement type="package" version="1.4.8">mob_suite</requirement> | 4 <requirement type="package" version="1.4.8">mob_suite</requirement> |
5 </requirements> | 5 </requirements> |
6 <command detect_errors="exit_code"> | 6 <command detect_errors="exit_code"> |
7 <![CDATA[ | 7 <![CDATA[ |
8 ln -s "${input}" "${input.name}"; | 8 ln -s "${input}" "${input.name}"; |
9 | 9 mob_init; |
10 mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile "${input.name}" | 10 mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile "${input.name}" |
11 #if str($adv_param.unicycler_contigs) == "True": | 11 #if str($adv_param.unicycler_contigs) == "True": |
12 --unicycler_contigs | 12 --unicycler_contigs |
13 #end if | 13 #end if |
14 #if str($adv_param.run_circlator) == "True": | 14 #if str($adv_param.run_circlator) == "True": |