Skip to content

Commit 2473540

Browse files
thomas-lacroixtlacroix
andauthored
update ppanggolin suite: changed output file partition_genome_alignment format to fasta in order to improve interoperability with other tools (i.e. fasttree) (#7889)
Co-authored-by: tlacroix <thomas.lacroix@inra.fr>
1 parent 7d3e858 commit 2473540

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/ppanggolin/macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<macros>
22
<token name="@TOOL_VERSION@">2.3.0</token>
3-
<token name="@VERSION_SUFFIX@">0</token>
3+
<token name="@VERSION_SUFFIX@">1</token>
44
<xml name="citation">
55
<citations>
66
<citation type="doi">10.1371/journal.pcbi.1007732</citation>

tools/ppanggolin/ppanggolin_msa.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<option value="dna">DNA</option>
7575
</param>
7676

77-
<param argument="--phylo" name="do_phylo" type="boolean" checked="true" label="Writes a whole genome msa file for additional phylogenetic analysis (recommended)" truevalue="--phylo" falsevalue=""/>
77+
<param argument="--phylo" name="do_phylo" type="boolean" checked="true" label="Writes a whole genome msa file (fasta format) for additional phylogenetic analysis (recommended)" truevalue="--phylo" falsevalue=""/>
7878

7979
<param argument="--single_copy" name="do_single_copy" type="boolean" checked="false" label="Report gene families that are considered 'single copy'" truevalue="--single_copy" falsevalue=""/>
8080

@@ -84,7 +84,7 @@
8484

8585
<outputs>
8686
<data name="archive_msa_partition_source" format="tar.gz" label="PPanGGOLiN msa on ${on_string}: archive msa ${choice_partition} ${choice_source}" />
87-
<data name="partition_genome_alignment" format="maf" label="PPanGGOLiN msa on ${on_string}: ${choice_partition} genome alignment" >
87+
<data name="partition_genome_alignment" format="fasta" label="PPanGGOLiN msa on ${on_string}: ${choice_partition} genome alignment" >
8888
<filter>do_phylo is True</filter>
8989
</data>
9090
</outputs>

0 commit comments

Comments
 (0)