# HG changeset patch # User galaxy-australia # Date 1684125242 0 # Node ID 2263989660f590a1cb6013f26cf599a2a0a83026 # Parent bdfbaf0c10aa6f70794ca74301c2c1f191f35632 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe diff -r bdfbaf0c10aa -r 2263989660f5 cactus_cactus.xml --- a/cactus_cactus.xml Mon May 08 04:38:48 2023 +0000 +++ b/cactus_cactus.xml Mon May 15 04:34:02 2023 +0000 @@ -23,52 +23,16 @@ ## Run cactus #if $aln_mode.aln_mode_select == 'intraspecies': - ## If we're doing a pangenome, we need to run the steps manually - cactus-minigraph - --binariesMode local - --mapCores \${GALAXY_SLOTS:-4} - --maxMemory \${GALAXY_MEMORY_MB:-8192}M - --reference $aln_mode.ref_level - --workDir ./ - ./jobStore - ./seqfile.txt - pangenome.gfa - && - cactus-graphmap + ## Run cactus-pangenome + cactus-pangenome --binariesMode local --maxCores \${GALAXY_SLOTS:-4} - --maxMemory \${GALAXY_MEMORY_MB:-8192}M - --outputFasta pangenome.gfa.fa - --reference $aln_mode.ref_level - --workDir ./ - ./jobStore - ./seqfile.txt - pangenome.gfa - pangenome.paf - && - cactus-align - --binariesMode local - --maxCores \${GALAXY_SLOTS:-4} - --maxMemory \${GALAXY_MEMORY_MB:-8192}M - --outVG - --pangenome - --reference $aln_mode.ref_level - --workDir ./ - ./jobStore - ./seqfile.txt - pangenome.paf - alignment.hal - && - cactus-graphmap-join - --binariesMode local - --giraffe - --maxCores \${GALAXY_SLOTS:-4} - --maxMemory \${GALAXY_MEMORY_MB:-8192}M + --maxMemory \${GALAXY_MEMORY_MB:-8192}M + --outDir ./ --outName alignment --reference $aln_mode.ref_level - --vg alignment.vg - --outDir ./ ./jobStore + seqfile.txt #else if $aln_mode.aln_mode_select == 'interspecies': ## Run cactus normally cactus @@ -76,7 +40,9 @@ --maxCores \${GALAXY_SLOTS:-4} --maxMemory \${GALAXY_MEMORY_MB:-8192}M --workDir ./ - jobStore seqfile.txt alignment.hal + jobStore + seqfile.txt + alignment.full.hal #end if ]]> @@ -111,12 +77,12 @@ - - + + aln_mode['aln_mode_select'] == 'intraspecies' @@ -182,7 +148,7 @@ - + diff -r bdfbaf0c10aa -r 2263989660f5 macros.xml --- a/macros.xml Mon May 08 04:38:48 2023 +0000 +++ b/macros.xml Mon May 15 04:34:02 2023 +0000 @@ -1,6 +1,6 @@ 2.5.1 - 0 + 1 20.09