comparison repeat_annotate_custom.xml @ 2:3f8ae272f4f3 draft

Uploaded
author petr-novak
date Thu, 07 Oct 2021 07:29:59 +0000
parents cf3cea0a3039
children e955b40ad3a4
comparison
equal deleted inserted replaced
1:a084343c7cc1 2:3f8ae272f4f3
2 <requirements> 2 <requirements>
3 <requirement type="package">repeatmasker</requirement> 3 <requirement type="package">repeatmasker</requirement>
4 <requirement type="package">bioconductor-rtracklayer</requirement> 4 <requirement type="package">bioconductor-rtracklayer</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 RepeatMasker -dir \$(pwd) '$input' -pa 12 -lib '$repeat_library' -xsmall -nolow -no_is -e ncbi -s 7 RepeatMasker -dir \$(pwd) '$input' -pa 32 -lib '$repeat_library' -xsmall -nolow -no_is -e ncbi -s
8 && 8 &&
9 ls -l * >&2 && 9 ls -l * >&2 &&
10 cp `basename $input`.out $output2 10 cp `basename $input`.out $output2
11 && 11 &&
12 Rscript ${__tool_directory__}/clean_rm_output.R $output2 $output1 12 Rscript ${__tool_directory__}/clean_rm_output.R $output2 $output1
25 <help><![CDATA[ 25 <help><![CDATA[
26 This tools uses RepeatMasker to annotate repetitive sequences in the genome assemblie using custom library of repeats created from RepeatExplorer output. 26 This tools uses RepeatMasker to annotate repetitive sequences in the genome assemblie using custom library of repeats created from RepeatExplorer output.
27 Library of repeats created from RepeatExplorer ouput are contigs and TAREAN consensus sequences in fasta format where sequence header containg information about classification of repeats as **>sequence_id#classification_level1/classification_level2/...** 27 Library of repeats created from RepeatExplorer ouput are contigs and TAREAN consensus sequences in fasta format where sequence header containg information about classification of repeats as **>sequence_id#classification_level1/classification_level2/...**
28 28
29 Classification in RepeatExplorer based library follows predetermined classification levels. User can however specify additional classification levels or ciompletelly custom classifications. Conflicts in annotations are resolved based on classification hierarchy. 29 Classification in RepeatExplorer based library follows predetermined classification levels. User can however specify additional classification levels or ciompletelly custom classifications. Conflicts in annotations are resolved based on classification hierarchy.
30
31
32
33 ]]></help> 30 ]]></help>
34 </tool> 31 </tool>
35 32