comparison rename_scaffold.xml @ 6:2d143f0ac727 draft

planemo upload commit 921e3c4788a88874c4ac7b7097e609d0b1e646c9
author yating-l
date Tue, 31 Jul 2018 14:04:59 -0400
parents 7c8b327f298c
children 9027a4b529c3
comparison
equal deleted inserted replaced
5:7c8b327f298c 6:2d143f0ac727
1 <tool id="rename_scaffold" name="rename the scaffolds" version="2.2"> 1 <tool id="rename_scaffold" name="rename the scaffolds" version="2.3">
2 <description>a Galaxy tool to rename or truncate the scaffold names in the reference genome so that they won't exceed 31 characters</description> 2 <description>a Galaxy tool to rename or truncate the scaffold names in the target genome so that they won't exceed 31 characters</description>
3 <stdio> 3 <stdio>
4 <exit_code range="1:" /> 4 <exit_code range="1:" />
5 </stdio> 5 </stdio>
6 <command><![CDATA[ 6 <command><![CDATA[
7 python $__tool_directory__/rename.py $input $manipulate_selector $output $index 7 python $__tool_directory__/rename.py $input $manipulate_selector $output $index
58 <output name="output" file="fixed_reference_with_tab.fasta" /> 58 <output name="output" file="fixed_reference_with_tab.fasta" />
59 <output name="index" file="truncated_noascii_with_tab_name_mapping.csv"/> 59 <output name="index" file="truncated_noascii_with_tab_name_mapping.csv"/>
60 </test> 60 </test>
61 </tests> 61 </tests>
62 <help><![CDATA[ 62 <help><![CDATA[
63 This tool is to rename scaffolds in the reference genome so that the sequence names are less than 31 characters. Rename all scaffolds to scaffold_1, scaffold_2, ..., scaffold_N and also output a name mapping file. 63 This tool is to rename scaffolds in the target genome so that the sequence names are less than 31 characters. Rename all scaffolds to scaffold_1, scaffold_2, ..., scaffold_N and also output a name mapping file.
64 64
65 Or truncate the scaffold names that are more than 31 characters and replace each invalid character (non-ASCII, '\\t', '\\n', '\\x0b', '\\x0c', '\\r') with '_' and also output a name mapping file. 65 Or truncate the scaffold names that are more than 31 characters and replace each invalid character (non-ASCII, '\\t', '\\n', '\\x0b', '\\x0c', '\\r') with '_' and also output a name mapping file.
66 ]]></help> 66 ]]></help>
67 <citations> 67 <citations>
68 </citations> 68 </citations>