-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
122 lines (96 loc) · 5.12 KB
/
README
File metadata and controls
122 lines (96 loc) · 5.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
NAME
"miRNAture" - Computational detection of microRNA candidates
VERSION
miRNAture v.1.1 (Sept 21th, 2022)
SYNOPSIS
./miRNAture [-options]
AUTHORS:
*Cristian A. Velandia Huerto* *Joerg Fallmann* *Peter F. Stadler*
OPTIONS
-h/-help Print this documentation.
-man Prints an extended help page and exits.
-blstq/-blastQueriesFolder <PATH>
Path of blast query sequences in FASTA format to be searched
on the subject sequence.
-dataF/-datadir <PATH>
Path to pre-calculated data directory containing RFAM and
miRBase covariance, hidden markov models, and necessary
files to run MIRfix.
-debug_mode/dbug <0|1>
Activate the Perl DEBUGGER to run miRNAture.
-mfx/-mirfix_path <PATH>
Alternative path of the MIRfix.py program.
-m/-mode <blast,hmm,rfam,mirbase,user,final>
Homology search modes: blast, hmm, rfam, mirbase, infernal,
user and/or final. It is possible to perform individual
analysis, but it is always recommended to include the
*final* option to merge multiple results.
-ps/-parallel_slurm <0|1>
Activate SLURM resource manager to submit parallel jobs (1)
or not (0).
-pe/-parallel <0|1>
Activate parallel jobs processing (1) or not (0).
-rep/-repetition_cutoff <relax,Number_Loci,Candidates_to_evaluate>
Setup number of maximum loci number that will be evaluated
by the mature's annotation stage. By default, miRNAture will
detect miRNA families that report high number of loci (> 200
loci). Then, it will select the top 100 candidates in terms
of alignment scores, as candidates for the validation stage
(default,200,100). The designed values could be modified by
the following flag:
'relax,Number_Loci,Candidates_to_evaluate'. This option
allows to the user to select the threshold values to detect
repetitive families. The first parameter is <relax>, which
tells miRNAture to change the default configuration. The
next one, <Number_Loci> is the threshold of loci number to
classify a family as repetitive. The last one,
<Candidates_to_evaluate>, is the number of candidates prone
to be evaluated in the next evaluation section. The rest
candidates are included as homology 'potential' candidates.
-str/-strategy <1,2,3,4,5,6,7,8,9,10>
This flag is blast mode specific. It corresponds to blast
strategies that would be used to search miRNAs. It must be
indicated along with -m *Blast* flag.
-stg/-stage
<'homology','no_homology','validation','evaluation','summarise','complet
e'>
Selects the stage to be run on miRNAture. The options are:
'homology', 'no_homology', 'validation', 'evaluation',
'summarise' or 'complete'.
-speG/-specie_genome <PATH>
Path of target sequences to be analyzed in FASTA format.
-speN/-specie_name <Genera_specie>
Specie or sequence source's scientific name. The format must
be: *Genera_specie*, separated by '_'.
-speT/-specie_tag <TAG_NAME>
Experiment tag. Will help to identify the generated files
along miRNA output files.
-sublist/-subset_models <FILE_WITH_CM_NAMES>
Target list of CMs to be searched on subject
genome/sequences. If not indicated, miRNAture will run all
RFAM v14.4 metazoan miRNA models.
-usrM/-user_models <PATH>
Directory with additional hidden Markov (HMMs) or covariance
models (CMs) provided by the user. This must be contain a
corresponding HMMs/ and CMs/ folders, which the user models
will be identified.
-w/-workdir <OUT_PATH>
Working directory path to write all miRNAture results.
DESCRIPTION
miRNAture detects *bona fide* miRNA candidates through sequence homology
searches and validation steps using structural alignments with
pre-defined or/and modified miRNA-specific covariance models. The
miRNAture pipeline is composed of three modules: (1) Homology search
operating on miRNA precursors, (2) prediction of the positioning of
mature miRNAs within the precursor mature annotation, and (3) an
Evaluation scheme designed to identify false positive miRNA annotations.
This multi-stage approach generates annotation files in BED/GFF3 from
precursors and detected mature regions and corresponding FASTA files. At
the same time, a summary file with the MFE, precursor length and number
of loci of each annotated miRNA family.
AUTHORS
*Cristian A. Velandia Huerto* *Joerg Fallmann* *Peter F. Stadler*
BUGS, CAVEATS, COMPLAINS or DONATIONS
Write directly to cristian at bioinf.uni-leipzig.de
LICENSE
GPL-3.0