annotate mafAddIRows.xml @ 5:86d5452a28fb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit fe43201294560762b7aab73785df2f1f7828cb9e
author iuc
date Thu, 14 Aug 2025 11:59:00 +0000
parents 6ff835295abe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d777f5d844dd 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">
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
3 <macros>
2
6ff835295abe planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 4f0593f8927789b1431692816efde52399424059
iuc
parents: 0
diff changeset
4 <token name="@TOOL_VERSION@">482</token>
0
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
6 </macros>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
7 <requirements>
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
9 </requirements>
d777f5d844dd 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[
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
11 mafAddIRows
d777f5d844dd 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
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
13 $twoBitFile
d777f5d844dd 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
d777f5d844dd 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
d777f5d844dd 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
d777f5d844dd 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:
d777f5d844dd 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))
d777f5d844dd 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' &&
d777f5d844dd 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'
d777f5d844dd 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
d777f5d844dd 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'
d777f5d844dd 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
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
24 $addN
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
25 $addDash
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
26 ]]></command>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
27 <inputs>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
33 </inputs>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
34 <outputs>
d777f5d844dd 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"/>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
36 </outputs>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
37 <tests>
d777f5d844dd 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 -->
d777f5d844dd 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">
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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">
d777f5d844dd 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>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
49 </output>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
50 </test>
d777f5d844dd 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 -->
d777f5d844dd 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">
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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">
d777f5d844dd 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>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
63 </output>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
64 </test>
d777f5d844dd 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 -->
d777f5d844dd 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">
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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">
d777f5d844dd 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>
d777f5d844dd 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"/>
d777f5d844dd 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"/>
d777f5d844dd 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>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
77 </output>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
78 </test>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
79 </tests>
d777f5d844dd 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[
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
81 **mafAddIRows**
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
82
d777f5d844dd 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.
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
84
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
85 **Usage**
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
86
d777f5d844dd 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.
d777f5d844dd 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.
d777f5d844dd 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.
d777f5d844dd 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.
d777f5d844dd 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.
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
92
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
93 **Output**
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
94
d777f5d844dd 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.
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
96
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
97 **Note**
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
98
d777f5d844dd 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.
d777f5d844dd 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.
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
101 ]]></help>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
102 <citations>
d777f5d844dd 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">
d777f5d844dd 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,
d777f5d844dd 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},
d777f5d844dd 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},
d777f5d844dd 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}
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
108 }
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
109 </citation>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
110 </citations>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
111 <creator>
d777f5d844dd 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"/>
d777f5d844dd 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/"/>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
114 </creator>
d777f5d844dd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ucsc_tools/maftools commit 06cd9c75a53dc14c476349a3c12d7428a5aa351c
iuc
parents:
diff changeset
115 </tool>