Skip to content

Commit 5fa0224

Browse files
committed
minor changes
1 parent d73eeec commit 5fa0224

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/squirrel/squirrel-phylo.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<tool id="squirrel_phylo" name="squirrel phylo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2-
<description>phylogenetic analysis of MPXV</description>
1+
<tool id="squirrel_phylo" name="Squirrel Phylo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2+
<descriptionp>Phylogenetic and APOBEC3 analysis of MPXV (Mpox virus)</description>
33
<macros>
44
<import>macros.xml</import>
55
</macros>
@@ -99,7 +99,7 @@
9999
format="csv"
100100
optional="true"
101101
label="Mask additional sites"
102-
help="Run squirrel in alignment with qc to generate the snp mask file." />
102+
help="Run squirrel in alignment with QC to generate the SNP mask file." />
103103
<param name="bg_file"
104104
type="data"
105105
format="fasta"

tools/squirrel/squirrel-qc.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<tool id="squirrel_qc" name="squirrel qc" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2-
<description>QC analysis of MPXV sequences</description>
1+
<tool id="squirrel_qc" name="Squirrel QC" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2+
<description>QC of MPXV (Mpox virus) sequences</description>
33
<macros>
44
<import>macros.xml</import>
55
</macros>
@@ -16,7 +16,7 @@
1616
--seq-qc
1717
--clade $clade
1818
19-
--threads \${GALAXY_SLOTS:-Z}
19+
--threads \${GALAXY_SLOTS:-1}
2020
2121
input.fasta &&
2222
@@ -28,7 +28,7 @@
2828
<param name="sequences"
2929
type="data"
3030
format="fasta"
31-
label="Sequences in fasta format" />
31+
label="Sequences in FASTA format" />
3232
<param name="clade"
3333
type="select"
3434
label="Select MPXV Clade">

0 commit comments

Comments
 (0)