From 73a3c9dbb8b3a6df1b485d1e92e6fd8d7d642a42 Mon Sep 17 00:00:00 2001 From: mthang Date: Thu, 1 Aug 2024 04:26:36 +0000 Subject: [PATCH] update panaroo.xml --- tools/panaroo/panaroo.xml | 66 +++++++++++++++++++++++++++++++++------ 1 file changed, 56 insertions(+), 10 deletions(-) diff --git a/tools/panaroo/panaroo.xml b/tools/panaroo/panaroo.xml index d6bd37a5..91cff9d8 100644 --- a/tools/panaroo/panaroo.xml +++ b/tools/panaroo/panaroo.xml @@ -131,7 +131,17 @@ - + + + + + + + + + advanced['adv_options_selector'] != 'set' + + @@ -139,7 +149,7 @@ - advanced['gene_alignment_option']['a'] == 'None' + advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['a'] == 'None' @@ -151,17 +161,33 @@ - advanced['gene_alignment_option']['a'] != 'None' + advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['a'] != 'None' - advanced['gene_alignment_option']['a'] != 'None' + advanced['adv_options_selector'] == 'set' and advanced['gene_alignment_option']['a'] != 'None' - - + - + + + + + + + + + + + + + + + + + + @@ -173,7 +199,7 @@ - + @@ -206,7 +232,7 @@ Panaroo_ is A Bacterial Pangenome Analysis Pipeline. **INPUTS** Panaroo now supports multiple input formats. To use non-standard GFF3 files you must profile the input file as a list in a text file (one per line). Separate GFF and FASTA files can be provided per isolate by providing each file delimited by a space or a tab. Genbank file formats are also supported with extensions '.gbk', '.gb' or '.gbff'. These must compliant with Genbank/ENA/DDJB. This can be forced in Prokka by specifying the --compliance parameter. - - data file in gff format + - a list of gff format in a collection **OUTPUTS** @@ -216,7 +242,7 @@ Panaroo now supports multiple input formats. To use non-standard GFF3 files you - gene_data.csv - combined_protein_CDS.fasta - combined_DNA_CDS.fasta - - gene_presence_absence.Rtab + - gene_presence_absence_rtab.Rtab - gene_presence_absence_roary.csv - gene_presence_absence.csv - summary_statistics.txt @@ -224,6 +250,26 @@ Panaroo now supports multiple input formats. To use non-standard GFF3 files you - struct_presence_absence.Rtab - final_graph.gml +**OUTPUTS with Advance parameters** + + - combined_protein_cdhit_out.txt + - combined_protein_cdhit_out.txt.clstr + - pre_filt_graph.gml + - gene_data.csv + - combined_protein_CDS.fasta + - combined_DNA_CDS.fasta + - gene_presence_absence_rtab.Rtab + - gene_presence_absence_roary.csv + - gene_presence_absence.csv + - summary_statistics.txt + - pan_genome_reference.fa + - struct_presence_absence.Rtab + - final_graph.gml + - core_gene_alignment + - core_gene_alignment_filtered + - core_alignment_filtered_header + - core_alignment_header + - a collection of fasta files .. _Panaroo: https://gthlab.au/panaroo/#/gettingstarted/quickstart