annotate repeatmodeler.xml @ 0:4f0c878b36d4 draft

"planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
author csbl
date Tue, 24 Nov 2020 04:14:46 +0000
parents
children dda44fd49bcd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
1 <tool id="repeatmodeler" name="RepeatModeler - Model repetitive DNA" version="0.1.0" python_template_version="3.5">
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
2 <requirements>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
3 <requirement type="package" version="2.0.1">repeatmodeler</requirement>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
4 </requirements>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
6 BuildDatabase -name '$name' '$input_file' && RepeatModeler -database '$name' -pa '$pa' && cp '$name'-families.fa '$output'
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
7 ]]></command>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
8 <inputs>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
9 <param type="data" name="input_file" format="fasta" label="Input genome fasta"/>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
10 <param argument="-name" type="text" value="" label="Title for building database" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
11 <param argument="-pa" type="text" value="" label="Numer of paralleled job: # of nodes" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
12 </inputs>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
13 <outputs>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
14 <!-- <data format="fasta" name="RepeatModels" from_work_dir="*-families.fa" label="${tool.name} on ${on_string}: RepeatModels::FASTA" /> -->
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
15 <!-- <data format="txt" name="StockholmFormat" from_work_dir="*-families.stk" label="${tool.name} on ${on_string}: RepeatModels::StockholmFormat" /> -->
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
16 <data format="fasta" name="output" label="${tool.name} on ${on_string}: RepeatModels::FASTA" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
17 </outputs>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
18 <tests>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
19 <test>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
20 <param name="input_file" value="eco.fasta" ftype="fasta"/>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
21 <param name="name" value="eco" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
22 <param name="pa" value="4" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
23 <output name="output" file="consensi.fa.classified" compare="sim_size" delta_frac="0.1" />
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
24 </test>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
25 </tests>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
26 <help><![CDATA[
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
27 RepeatModeler - 2.0.1
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
28
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
29 NAME
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
30 RepeatModeler - Model repetitive DNA
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
31
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
32 SYNOPSIS
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
33 RepeatModeler [-options] -database <XDF Database>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
34
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
35 DESCRIPTION
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
36 The options are:
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
37
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
38 -h(elp)
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
39 Detailed help
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
40
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
41 -database <DBNAME>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
42 The name of the sequence database to run an analysis on. This is the
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
43 name that was provided to the BuildDatabase script using the "-name"
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
44 option.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
45
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
46 -pa #
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
47 Specify the number of parallel search jobs to run. RMBlast jobs will
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
48 use 4 cores each and ABBlast jobs will use a single core each. i.e.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
49 on a machine with 12 cores and running with RMBlast you would use
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
50 -pa 3 to fully utilize the machine.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
51
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
52 -recoverDir <Previous Output Directory>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
53 If a run fails in the middle of processing, it may be possible
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
54 recover some results and continue where the previous run left off.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
55 Simply supply the output directory where the results of the failed
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
56 run were saved and the program will attempt to recover and continue
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
57 the run.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
58
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
59 -srand #
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
60 Optionally set the seed of the random number generator to a known
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
61 value before the batches are randomly selected ( using Fisher Yates
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
62 Shuffling ). This is only useful if you need to reproduce the sample
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
63 choice between runs. This should be an integer number.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
64
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
65 -LTRStruct [optional]
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
66 Run the LTR structural discovery pipeline ( LTR_Harvest and
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
67 LTR_retreiver ) and combine results with the RepeatScout/RECON
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
68 pipeline. [optional]
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
69
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
70 -genomeSampleSizeMax #
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
71 Optionally change the maximum bp of the genome to sample in all
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
72 rounds of RECON (default=243000000).
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
73
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
74 CONFIGURATION OVERRIDES
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
75 -ltr_retriever_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
76 The path to the installation of the LTR_Retriever structural LTR
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
77 analysis package.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
78
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
79 -rmblast_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
80 The path to the installation of the RMBLAST sequence alignment
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
81 program.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
82
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
83 -repeatmasker_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
84 The path to the installation of RepeatMasker.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
85
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
86 -trf_prgm <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
87 The full path including the name for the TRF program ( 4.0.9 or
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
88 higher )
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
89
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
90 -ninja_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
91 The path to the installation of the Ninja phylogenetic analysis
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
92 package.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
93
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
94 -recon_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
95 The path to the installation of the RECON de-novo repeatfinding
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
96 program.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
97
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
98 -genometools_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
99 The path to the installation of the GenomeTools package.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
100
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
101 -abblast_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
102 The path to the installation of the ABBLAST sequence alignment
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
103 program.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
104
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
105 -rscout_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
106 The path to the installation of the RepeatScout ( 1.0.6 or higher )
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
107 de-novo repeatfinding program.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
108
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
109 -mafft_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
110 The path to the installation of the MAFFT multiple alignment
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
111 program.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
112
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
113 -cdhit_dir <string>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
114 The path to the installation of the CD-Hit sequence clustering
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
115 package.
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
116
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
117 SEE ALSO
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
118 RepeatMasker, RMBlast
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
119
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
120 COPYRIGHT
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
121 Copyright 2005-2019 Institute for Systems Biology
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
122
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
123 AUTHOR
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
124 RepeatModeler:
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
125 Robert Hubley <rhubley@systemsbiology.org>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
126 Arian Smit <asmit@systemsbiology.org>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
127
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
128 LTR Pipeline Extensions:
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
129 Jullien Michelle Flynn <jmf422@cornell.edu>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
130 ]]></help>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
131 <citations>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
132 <citation type="doi">10.1073/pnas.1921046117</citation>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
133 <citation type="doi">10.1186/s13059-018-1577-z</citation>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
134 </citations>
4f0c878b36d4 "planemo upload commit 5c6a5c0f9aacbc7def652b33cc35ee37aa543d05-dirty"
csbl
parents:
diff changeset
135 </tool>