Skip to content

Commit 3c07a04

Browse files
cat-broSaimMomin12
andauthored
Fix output file name in shovill.xml (#7857)
* Fix output file name in shovill.xml Galaxy Australia has had an issue with a blank graph output file from shovill. Jenna has raised an issue in this repo. The wrapper expects ‘out/contigs.gfa’ which does not exist. The .gfa output is ‘out/spades.gfa’. * Bump tool version --------- Co-authored-by: Saim Momin <mominsaim12@gmail.com>
1 parent 6b6e65f commit 3c07a04

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tools/shovill/shovill.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<tool id="shovill" name="Shovill" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
1+
<tool id="shovill" name="Shovill" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
22
<description>Faster SPAdes assembly of Illumina reads</description>
33
<macros>
44
<token name="@TOOL_VERSION@">1.4.2</token>
5-
<token name="@VERSION_SUFFIX@">0</token>
5+
<token name="@VERSION_SUFFIX@">1</token>
6+
<token name="@PROFILE@">25.1</token>
67
</macros>
78
<xrefs>
89
<xref type="bio.tools">shovill</xref>
@@ -136,7 +137,7 @@
136137
<filter>log == True</filter>
137138
</data>
138139
<data name="contigs" format="fasta" label="${tool.name} on ${on_string}: Contigs" from_work_dir="out/contigs.fa"/>
139-
<data name="contigs_graph" format="txt" label="${tool.name} on ${on_string}: Contig Graph" from_work_dir="out/contigs.gfa">
140+
<data name="contigs_graph" format="txt" label="${tool.name} on ${on_string}: Contig Graph" from_work_dir="out/spades.gfa">
140141
<filter> assembler_type['assembler'] != 'skesa' </filter>
141142
</data>
142143
<data name="bamfiles" format="unsorted.bam" from_work_dir="out/shovill.bam" label="Bam file for ${tool.name} on ${on_string}">

0 commit comments

Comments
 (0)