annotate mafAddIRows.xml @ 0:1e64bb6893b2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
author iuc
date Thu, 05 Jun 2025 19:23:48 +0000
parents
children 76f19f4cb5e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
1 <tool id="ucsc_mafaddirows" name="mafAddIRows" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2" license="MIT">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
2 <description>Add i rows to a MAF file</description>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
3 <macros>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">469</token>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
6 </macros>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
7 <requirements>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">ucsc-mafaddirows</requirement>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
9 </requirements>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
11 mafAddIRows
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
12 $input_maf
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
13 $twoBitFile
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
14 $output_maf
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
15 #if $nBeds
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
16 #import re
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
17 #for $bed in $nBeds:
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
18 #set identifier = re.sub('[^\s\w\-\\.]','_',str($bed.element_identifier))
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
19 && ln -s '$bed' '$identifier' &&
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
20 echo '$identifier' >> 'bed.txt'
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
21 #end for
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
22 -nBeds='bed.txt'
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
23 #end if
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
24 $addN
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
25 $addDash
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
26 ]]></command>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
27 <inputs>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
28 <param name="input_maf" type="data" format="maf" label="Input MAF file" help="MAF file with a single target sequence"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
29 <param name="twoBitFile" type="data" format="twobit" label="TwoBit reference file" help="TwoBit file for the reference genome"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
30 <param name="nBeds" type="data" format="bed" optional="true" multiple="true" label="List of BED files" help="One BED file per species with N locations"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
31 <param name="addN" type="boolean" truevalue="-addN" falsevalue="" label="Add rows of N's" help="Add rows of N's into MAF blocks instead of annotating them"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
32 <param name="addDash" type="boolean" truevalue="-addDash" falsevalue="" label="Add rows of -'s" help="Add rows of -'s into MAF blocks instead of annotating them"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
33 </inputs>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
34 <outputs>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
35 <data name="output_maf" format="maf" label="${tool.name} on ${on_string}: MAF output"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
36 </outputs>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
37 <tests>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
38 <!-- Test 1: Using -addN option -->
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
39 <test expect_num_outputs="1">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
40 <param name="input_maf" value="mafIn.maf"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
41 <param name="twoBitFile" value="ref.2bit"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
42 <param name="addN" value="true"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
43 <param name="addDash" value="false"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
44 <output name="output_maf" ftype="maf">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
45 <assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
46 <has_n_lines n="8"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
47 <has_line line="i gorGor3.chr7 N 0 N 0"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
48 </assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
49 </output>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
50 </test>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
51 <!-- Test 2: Using -addDash option -->
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
52 <test expect_num_outputs="1">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
53 <param name="input_maf" value="mafIn.maf"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
54 <param name="twoBitFile" value="ref.2bit"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
55 <param name="addN" value="false"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
56 <param name="addDash" value="true"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
57 <output name="output_maf" ftype="maf">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
58 <assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
59 <has_n_lines n="8"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
60 <has_line line="i gorGor3.chr7 N 0 N 0"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
61 <has_line line="s panTro4.chr7 1000 20 + 159345973 ACGTAC-TAC-TACGTACGT"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
62 </assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
63 </output>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
64 </test>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
65 <!-- Test 3: -nBeds option -->
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
66 <test expect_num_outputs="1">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
67 <param name="input_maf" value="mafIn.maf"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
68 <param name="twoBitFile" value="ref.2bit"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
69 <param name="nBeds" value="gorGor3.bed,hg38.bed,panTro4.bed"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
70 <param name="addN" value="true"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
71 <param name="addDash" value="false"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
72 <output name="output_maf" ftype="maf">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
73 <assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
74 <has_n_lines n="8"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
75 <has_line line="i gorGor3.chr7 N 0 N 0"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
76 </assert_contents>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
77 </output>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
78 </test>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
79 </tests>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
80 <help><![CDATA[
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
81 **mafAddIRows**
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
82
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
83 This tool adds 'i' rows to a Multiple Alignment Format (MAF) file. It requires a MAF file with a single target sequence.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
84
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
85 **Usage**
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
86
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
87 - **Input MAF file**: Provide a MAF file containing alignments with only one target sequence.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
88 - **TwoBit reference file**: Specify a TwoBit file for the reference genome.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
89 - **List of BED files** (optional): Provide BED files (one per species) specifying N locations.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
90 - **Add rows of N's**: Check to insert rows of N's into MAF blocks instead of annotating.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
91 - **Add rows of -'s**: Check to insert rows of -'s into MAF blocks instead of annotating.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
92
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
93 **Output**
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
94
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
95 - A modified MAF file with added 'i' rows or annotations based on the provided options.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
96
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
97 **Note**
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
98
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
99 - The input MAF file must contain only a single target sequence.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
100 - Use either `-addN` or `-addDash`, but not both, to modify the MAF blocks directly.
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
101 ]]></help>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
102 <citations>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
103 <citation type="bibtex">
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
104 @misc{mafAddIRows,
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
105 title = {mafAddIRows: Add 'i' rows to a MAF file},
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
106 author = {Kent UCSC},
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
107 note = {Tool for adding 'i' rows to MAF files with a single target sequence}
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
108 }
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
109 </citation>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
110 </citations>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
111 <creator>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
112 <person givenName="Saim" familyName="Momin" url="https://github.com/SaimMomin12"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
113 <organization name="Galaxy Europe" url="https://galaxyproject.org/eu/"/>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
114 </creator>
1e64bb6893b2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
115 </tool>