# HG changeset patch # User iuc # Date 1755191357 0 # Node ID d2b0073ef8d6d0a33e2967fc1999362d72df3209 # Parent 79f2d2f0ca2c00a0af170a07ad04c0c9bff84597 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ppanggolin commit e21d81020b381293e58e72ad54b782ce4a30ab56 diff -r 79f2d2f0ca2c -r d2b0073ef8d6 macros.xml --- a/macros.xml Mon Jul 14 07:48:53 2025 +0000 +++ b/macros.xml Thu Aug 14 17:09:17 2025 +0000 @@ -1,6 +1,6 @@ 2.2.4 - 0 + 1 10.1371/journal.pcbi.1007732 @@ -17,4 +17,70 @@ ppanggolin + > ./tmp_ppanggolin/organism_list/organism.list && + #end for + ]]> + + + + + + + + value == "" or int(value) >= 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 79f2d2f0ca2c -r d2b0073ef8d6 ppanggolin_all.xml --- a/ppanggolin_all.xml Mon Jul 14 07:48:53 2025 +0000 +++ b/ppanggolin_all.xml Thu Aug 14 17:09:17 2025 +0000 @@ -7,27 +7,12 @@ > "./tmp_ppanggolin/organism_list/organism.list" && - - #end for + mkdir -p ./tmp_ppanggolin/all && + mkdir -p ./tmp_ppanggolin/organism_list && + + @ORGANISM_LIST@ ppanggolin all @@ -36,11 +21,12 @@ #elif $extension_input_files == "genbank": --anno #end if - "./tmp_ppanggolin/organism_list/organism.list" + ./tmp_ppanggolin/organism_list/organism.list - -o ./tmp_ppanggolin/all + --output ./tmp_ppanggolin/all --force --cpu "\${GALAXY_SLOTS:-4}" + --disable_prog_bar --coverage $coverage --identity $identity @@ -53,6 +39,11 @@ $do_defrag + + && ppanggolin info + --pangenome ./tmp_ppanggolin/all/pangenome.h5 + > ./tmp_ppanggolin/all/ppanggolin_info.txt + #if "output_functional_modules" in $advanced_pangenome_optional_files: && cat ./tmp_ppanggolin/all/functional_modules.tsv > '${functional_modules}' @@ -85,7 +76,7 @@ #if "output_tile_plot" in $advanced_pangenome_optional_files: && cat ./tmp_ppanggolin/all/tile_plot.html > '${tile_plot}' #end if - #if "output_ushaped_plot" in $advanced_pangenome_optional_files: + #if "output_Ushaped_plot" in $advanced_pangenome_optional_files: && cat ./tmp_ppanggolin/all/Ushaped_plot.html > '${Ushaped_plot}' #end if @@ -112,7 +103,7 @@ && cat ./tmp_ppanggolin/all/gene_presence_absence.Rtab > '${gene_presence_absence}' #end if - + && cat ./tmp_ppanggolin/all/ppanggolin_info.txt > '${ppanggolin_info}' && cat ./tmp_ppanggolin/all/regions_of_genomic_plasticity.tsv > '${regions_of_genomic_plasticity}' && cat ./tmp_ppanggolin/all/pangenome.h5 > '${pangenome_h5}' && cat ./tmp_ppanggolin/all/genomes_statistics.tsv > '${genomes_statistics}' @@ -121,49 +112,15 @@ ]]> - - - - - + + + - - value == "" or int(value) >= 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + + @@ -252,7 +209,7 @@ advanced_pangenome_optional_files and "output_gene_presence_absence" in advanced_pangenome_optional_files - + @@ -260,7 +217,7 @@ - + @@ -277,8 +234,18 @@ + + + + + + + + + + - + @@ -295,6 +262,11 @@ + + + + + diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/fasta/PROJECT1_984801_1194801.fasta.gz Binary file test-data/fasta/PROJECT1_984801_1194801.fasta.gz has changed diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/fasta/PROJECT5_1290693_1440693.fasta.gz Binary file test-data/fasta/PROJECT5_1290693_1440693.fasta.gz has changed diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/fasta/PROJECT8_1022972_1232972.fasta.gz Binary file test-data/fasta/PROJECT8_1022972_1232972.fasta.gz has changed diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/genbank/PROJECT1_984801_1194801.gb.gz Binary file test-data/genbank/PROJECT1_984801_1194801.gb.gz has changed diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/genbank/PROJECT5_1290693_1440693.gb.gz Binary file test-data/genbank/PROJECT5_1290693_1440693.gb.gz has changed diff -r 79f2d2f0ca2c -r d2b0073ef8d6 test-data/genbank/PROJECT8_1022972_1232972.gb.gz Binary file test-data/genbank/PROJECT8_1022972_1232972.gb.gz has changed