annotate macros.xml @ 0:a2a40f3bfbbd draft default tip

planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
author iuc
date Sun, 09 Nov 2025 10:56:06 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
1 <macros>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
2 <xml name="version_command">
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
3 <version_command>pal2nal.pl | head -n 1</version_command>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
4 </xml>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
5 <xml name="requirements">
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
6 <requirements>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">pal2nal</requirement>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
8 </requirements>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
9 </xml>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
10 <xml name="command">
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
12 pal2nal.pl '$protein_alignment'
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
13 #for $nuc in $nucleotide_fastas:
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
14 '$nuc'
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
15 #end for
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
16 -output $output_format
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
17 $show_only_blocks
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
18 $remove_gaps
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
19 $remove_mismatches
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
20 -codontable $genetic_code
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
21 $suppress_stderr
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
22 > '$output_file';
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
23 #if $html_output:
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
24 pal2nal.pl '$protein_alignment'
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
25 #for $nuc in $nucleotide_fastas:
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
26 '$nuc'
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
27 #end for
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
28 -output $output_format
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
29 $show_only_blocks
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
30 $remove_gaps
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
31 $remove_mismatches
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
32 -codontable $genetic_code
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
33 -html
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
34 $suppress_stderr
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
35 > '$html_output_file'
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
36 #end if
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
37 ]]></command>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
38 </xml>
a2a40f3bfbbd planemo upload for repository https://github.com/georgehe23/tools-iuc/tree/main/tools/pal2nal commit aed49bdc26e503297e1fc394ada087042dc23386
iuc
parents:
diff changeset
39 </macros>