annotate cactus_cactus.xml @ 15:098506c54016 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
author iuc
date Thu, 08 Feb 2024 08:52:28 +0000
parents 9eeb13a92d79
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
1 <tool id="cactus_cactus" name="Cactus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
2 <description>whole-genome multiple sequence alignment</description>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
3 <macros>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
4 <import>macros.xml</import>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
5 </macros>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
6 <expand macro="xrefs"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
7 <expand macro="requirements"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
9
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
10 ## Set up seqfile
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
11
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
12 #if $aln_mode.aln_mode_select == 'interspecies':
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
13 cat $aln_mode.in_tree >> seqfile.txt &&
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
14 #end if
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
15 #for $seq in $in_seqs:
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
16 #set seq_fn = str($seq.label) + '.' + $seq.fasta.ext
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
17 ln -s '$seq.fasta' '$seq_fn' &&
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
18 printf '%s %s\n' '$seq.label' '$seq_fn' >> seqfile.txt
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
19 &&
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
20 #end for
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
21
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
22 ## Run cactus
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
23
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
24 #if $aln_mode.aln_mode_select == 'intraspecies':
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
25 ## Run cactus-pangenome
13
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
26 ## --reference should be the first argument
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
27 ## https://github.com/ComparativeGenomicsToolkit/cactus/issues/1093#issuecomment-1620088688
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
28 cactus-pangenome
13
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
29 --reference $aln_mode.ref_level
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
30 --binariesMode local
13
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
31 --maxCores \${GALAXY_SLOTS:-4}
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
32 --maxMemory \${GALAXY_MEMORY_MB:-16384}M
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
33 --outDir ./
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
34 --outName alignment
13
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
35 jobStore
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
36 seqfile.txt
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
37 #else if $aln_mode.aln_mode_select == 'interspecies':
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
38 ## Run cactus normally
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
39 cactus
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
40 --binariesMode local
13
9eeb13a92d79 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
galaxy-australia
parents: 12
diff changeset
41 --maxCores \${GALAXY_SLOTS:-4}
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
42 --maxMemory \${GALAXY_MEMORY_MB:-16384}M
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
43 --workDir ./
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
44 jobStore
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
45 seqfile.txt
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
46 alignment.full.hal
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
47 #end if
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
48
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
49 ]]></command>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
50 <inputs>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
51 <conditional name="aln_mode">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
52 <param name="aln_mode_select" type="select" label="Alignment mode" help="The taxonomic relationship between input genomes. If genomes are from multiple individuals of the same species, select 'Within-species'">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
53 <option value="interspecies" selected="true">Between-species</option>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
54 <option value="intraspecies">Within-species</option>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
55 </param>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
56 <when value="interspecies">
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
57 <param name="in_tree" type="data" format="nhx" label="Guide tree" help="Phylogenetic tree in Newick format. Required by Cactus to achieve linear scaling with number of input genomes"/>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
58 </when>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
59 <when value="intraspecies">
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
60 <param name="ref_level" type="text" value="" label="Reference genome" help="Pangenomes from Minigraph-Cactus depend on a predetermined reference genome. Specify one of the Input Genomes as the reference genome. This must match the label used in 'Genome Label'.">
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
61 <sanitizer invalid_char="">
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
62 <valid initial="string.letters,string.digits">
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
63 <add value="_"/>
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
64 </valid>
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
65 </sanitizer>
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
66 <validator type="regex">[0-9a-zA-Z_]+</validator>
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
67 </param>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
68 </when>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
69 </conditional>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
70 <repeat name="in_seqs" title="Input genome">
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
71 <param name="label" type="text" value="" label="Genome label" help="NO SPACES. Must match a label in the guide tree.">
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
72 <sanitizer invalid_char="">
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
73 <valid initial="string.letters,string.digits">
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
74 <add value="_"/>
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
75 </valid>
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
76 </sanitizer>
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
77 <validator type="regex">[0-9a-zA-Z_]+</validator>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
78 </param>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
79 <param name="fasta" type="data" format="fasta,fasta.gz" label="Genome Sequence" help="Input genome"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
80 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
81 <!-- add an option for root -->
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
82 <!-- root mr -->
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
83 </inputs>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
84 <outputs>
12
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
85 <data name="out_hal" format="h5" from_work_dir="alignment.full.hal" label="${tool.name} on ${on_string} (HAL file)">
2263989660f5 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
galaxy-australia
parents: 7
diff changeset
86 </data>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
87 <data name="out_gfa" format="gfa2.gz" from_work_dir="alignment.gfa.gz" label="${tool.name} on ${on_string} (GFA file)">
5
48c13389050d planemo upload for repository https://github.com/usegalaxy-au/tools-au commit ba63cf533f414ebc8f17bbe4b6ea852b561dd7d1
galaxy-australia
parents: 4
diff changeset
88 <filter>aln_mode['aln_mode_select'] == 'intraspecies'</filter>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
89 </data>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
90 </outputs>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
91 <tests>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
92 <!-- test interspecies mode -->
5
48c13389050d planemo upload for repository https://github.com/usegalaxy-au/tools-au commit ba63cf533f414ebc8f17bbe4b6ea852b561dd7d1
galaxy-australia
parents: 4
diff changeset
93 <test expect_num_outputs="1">
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
94 <conditional name="aln_mode">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
95 <param name="aln_mode_select" value="interspecies"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
96 <param name="in_tree" value="test_tree.nhx"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
97 </conditional>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
98 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
99 <param name="label" value="simCow_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
100 <param name="fasta" value="simCow_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
101 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
102 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
103 <param name="label" value="simDog_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
104 <param name="fasta" value="simDog_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
105 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
106 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
107 <param name="label" value="simHuman_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
108 <param name="fasta" value="simHuman_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
109 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
110 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
111 <param name="label" value="simMouse_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
112 <param name="fasta" value="simMouse_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
113 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
114 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
115 <param name="label" value="simRat_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
116 <param name="fasta" value="simRat_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
117 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
118 <output name="out_hal">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
119 <assert_contents>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
120 <has_size value="4472551" delta="200000"/>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
121 </assert_contents>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
122 </output>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
123 </test>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
124 <!-- within-species mode -->
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
125 <test expect_num_outputs="2">
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
126 <conditional name="aln_mode">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
127 <param name="aln_mode_select" value="intraspecies"/>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
128 <param name="ref_level" value="simCow_chr6"/>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
129 </conditional>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
130 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
131 <param name="label" value="simCow_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
132 <param name="fasta" value="simCow_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
133 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
134 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
135 <param name="label" value="simDog_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
136 <param name="fasta" value="simDog_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
137 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
138 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
139 <param name="label" value="simHuman_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
140 <param name="fasta" value="simHuman_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
141 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
142 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
143 <param name="label" value="simMouse_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
144 <param name="fasta" value="simMouse_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
145 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
146 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
147 <param name="label" value="simRat_chr6"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
148 <param name="fasta" value="simRat_chr6.fasta"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
149 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
150 <output name="out_hal">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
151 <assert_contents>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
152 <has_size value="565214" delta="65214"/>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
153 </assert_contents>
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
154 </output>
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
155 <output name="out_gfa">
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
156 <assert_contents>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
157 <has_size value="173000" delta="200000"/>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
158 </assert_contents>
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
159 </output>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
160 </test>
3
9422c5a87ee2 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a2c67f11b7e96be2babfdf8a60cb2e2eb181ffe9"
galaxy-australia
parents: 2
diff changeset
161 <!-- FASTA header with spaces (used to fail) -->
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
162 <test expect_num_outputs="2">
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
163 <conditional name="aln_mode">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
164 <param name="aln_mode_select" value="intraspecies"/>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
165 <param name="ref_level" value="badheader1"/>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
166 </conditional>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
167 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
168 <param name="label" value="badheader1"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
169 <param name="fasta" value="bh1.fasta.gz"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
170 </repeat>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
171 <repeat name="in_seqs">
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
172 <param name="label" value="badheader2"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
173 <param name="fasta" value="bh2.fasta.gz"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
174 </repeat>
3
9422c5a87ee2 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a2c67f11b7e96be2babfdf8a60cb2e2eb181ffe9"
galaxy-australia
parents: 2
diff changeset
175 <output name="out_hal">
9422c5a87ee2 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a2c67f11b7e96be2babfdf8a60cb2e2eb181ffe9"
galaxy-australia
parents: 2
diff changeset
176 <assert_contents>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
177 <has_size value="3382274" delta="200000"/>
3
9422c5a87ee2 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a2c67f11b7e96be2babfdf8a60cb2e2eb181ffe9"
galaxy-australia
parents: 2
diff changeset
178 </assert_contents>
9422c5a87ee2 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a2c67f11b7e96be2babfdf8a60cb2e2eb181ffe9"
galaxy-australia
parents: 2
diff changeset
179 </output>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
180 <output name="out_gfa">
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
181 <assert_contents>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
182 <has_size value="764748" delta="200000"/>
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
183 </assert_contents>
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
184 </output>
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
185 </test>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
186 </tests>
15
098506c54016 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
iuc
parents: 13
diff changeset
187 <help><![CDATA[
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
188
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
189 .. class:: infomark
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
190
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
191 **What it does**
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
192
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
193 `Cactus <https://github.com/ComparativeGenomicsToolkit/cactus>`__ is a
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
194 reference-free whole-genome multiple alignment program. It can be used
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
195 to progressively align a large number of genomes.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
196
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
197 -----
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
198
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
199 .. class:: infomark
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
200
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
201 **Usage**
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
202
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
203 **Between-species mode (Progressive Cactus)**
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
204
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
205 If you are aligning genomes from **multiple species**, you need to
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
206 provide a guide tree in Newick format. Cactus uses the guide tree to
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
207 progressively align genomes, meaning that it doesn’t need to align all
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
208 possible pairs of genomes.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
209
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
210 A Newick-formatted tree for human, chimp and gorilla genomes looks like
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
211 this:
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
212
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
213 ::
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
214
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
215 (((human:0.006,chimp:0.006667):0.0022,gorilla:0.008825):0.0096,orang:0.01831);
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
216
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
217 The numbers are the branch lengths.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
218
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
219 **Within-species mode (Minigraph-Cactus)**
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
220
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
221 You can also run Cactus in `pangenome
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
222 mode <https://github.com/ComparativeGenomicsToolkit/cactus/blob/master/doc/pangenome.md>`__
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
223 to align genomes of multiple individuals from the **same species**. In
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
224 this mode you will not use a guide tree. Cactus will use
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
225 `minigraph <https://github.com/lh3/minigraph>`__ to generate a graph of
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
226 the input genomes and then use the graph to order the alignments. To use
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
227 pangenome mode, select ‘Within-species’ in the ‘Alignment mode’
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
228 dropdown.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
229
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
230 Unlike Between-species mode, Within-species mode depends on a predetermined reference genome.
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
231
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
232 -----
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
233
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
234 .. class:: infomark
4
3c8227556fdc planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2b4c7c63b0e4a1f730794a4a5825bce29ee2eb25
galaxy-australia
parents: 3
diff changeset
235
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
236 **Input**
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
237
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
238 The developers recommend soft-masking your genomes with RepeatMasker
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
239 before running Cactus. RepeatMasker is available on Galaxy.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
240
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
241 If you’re using Between-species mode, you need to provide labels for the
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
242 fasta files that match the leaves on the guide tree. In the example
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
243 above, you would use the label ‘human’ for the human fasta file.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
244
6
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
245 -----
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
246
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
247 .. class:: infomark
a74dbfee5a86 planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1eadd6f869c4d28462ccf888008f21acdd00a91d
galaxy-australia
parents: 5
diff changeset
248
0
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
249 **Output**
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
250
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
251 The main output of Cactus is in `HAL
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
252 format <https://github.com/ComparativeGenomicsToolkit/cactus#using-the-output>`__.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
253 You can use the `Cactus: export <root?tool_id=cactus_export>`__ tool to
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
254 convert the Cactus output to a VG or Multiple Alignment Format (MAF)
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
255 file.
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
256
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
257
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
258 ]]></help>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
259 <expand macro="citations"/>
85f68b344286 "planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8f8363625623f2ff3f04d12d227673ac134eba24"
galaxy-australia
parents:
diff changeset
260 </tool>