You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update ppanggolin suite: changed output file partition_genome_alignment format to fasta in order to improve interoperability with other tools (i.e. fasttree) (#7889)
Copy file name to clipboardExpand all lines: tools/ppanggolin/ppanggolin_msa.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
<optionvalue="dna">DNA</option>
75
75
</param>
76
76
77
-
<paramargument="--phylo"name="do_phylo"type="boolean"checked="true"label="Writes a whole genome msa file for additional phylogenetic analysis (recommended)"truevalue="--phylo"falsevalue=""/>
77
+
<paramargument="--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=""/>
78
78
79
79
<paramargument="--single_copy"name="do_single_copy"type="boolean"checked="false"label="Report gene families that are considered 'single copy'"truevalue="--single_copy"falsevalue=""/>
80
80
@@ -84,7 +84,7 @@
84
84
85
85
<outputs>
86
86
<dataname="archive_msa_partition_source"format="tar.gz"label="PPanGGOLiN msa on ${on_string}: archive msa ${choice_partition} ${choice_source}" />
87
-
<dataname="partition_genome_alignment"format="maf"label="PPanGGOLiN msa on ${on_string}: ${choice_partition} genome alignment" >
87
+
<dataname="partition_genome_alignment"format="fasta"label="PPanGGOLiN msa on ${on_string}: ${choice_partition} genome alignment" >
0 commit comments