Skip to content

Commit

Permalink
Potential fix for phac-nml#265
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena authored Oct 28, 2024
1 parent 97945a3 commit e86181b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mob_suite/mob_recon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="mob_recon" name="MOB-Recon" version="@VERSION@+galaxy0">
<tool id="mob_recon" name="MOB-Recon" version="@VERSION@+galaxy1">
<description>Type contigs and extract plasmid sequences</description>
<macros>
<import>macros.xml</import>
Expand All @@ -14,7 +14,7 @@
ln -s '$input' '$named_input' &&
mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile '${named_input}' --run_typer
mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile '${named_input}'
#if $adv_param.unicycler_contigs:
--unicycler_contigs
Expand Down

0 comments on commit e86181b

Please sign in to comment.