|
0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
15
|
2 <tool id="flaimapper" name="FlaiMapper" version="1.1.2.c">
|
|
0
|
3 <description>Detect small ncRNA derived fragments using Fragment Location Annotation Identification Mapper.</description>
|
|
|
4 <requirements>
|
|
15
|
5 <requirement type="package" version="0.8.2.1">pysam</requirement><!-- pysam 0.7.7 ABSOLUTELY CRASHES !!! -->
|
|
8
|
6 <requirement type="package" version="1.1.2">flaimapper</requirement>
|
|
0
|
7 </requirements>
|
|
8
|
8
|
|
|
9 <version_command>flaimapper --version</version_command>
|
|
|
10
|
|
0
|
11 <command>
|
|
|
12 flaimapper
|
|
|
13 -v
|
|
|
14 -f $output_format
|
|
|
15 -o $output
|
|
|
16 -m $mask
|
|
|
17 -r $fasta
|
|
8
|
18
|
|
|
19 #for $alignment in $alignments
|
|
|
20 $alignment
|
|
|
21 #end for
|
|
0
|
22 </command>
|
|
|
23
|
|
|
24 <inputs>
|
|
|
25 <param name="alignments" type="data" format="bam,sam" label="Alignment file(s)" help="The input alignment file(s) where the gene expression has to be counted. The file can have a SAM or BAM format; but ALL files in the series must be in THE SAME format." multiple="true" />
|
|
|
26
|
|
|
27 <param name="mask" type="data" format="gtf,gff,gtf3" label="small ncRNA Annotation (gtf)" help="" />
|
|
8
|
28
|
|
2
|
29 <param name="fasta" type="data" format="fasta" label="Fasta sequence corresponding to reference genome" help="" />
|
|
|
30
|
|
|
31 <param name="output_format" type="select" label="Output format">
|
|
8
|
32 <option value="1">Tabular (1 fragment per column)</option>
|
|
|
33 <option value="2">Tabular (1 precursor per column)</option>
|
|
|
34 <option value="3">GenBank</option>
|
|
|
35 <!-- option value="gtf">GTF/GFF</option -->
|
|
0
|
36 </param>
|
|
|
37 </inputs>
|
|
|
38
|
|
|
39 <outputs>
|
|
|
40 <data format="tabular" name="output" label="${tool.name} on ${', '.join([ str(a.hid)+': '+a.name for a in $alignments ])}" />
|
|
|
41 </outputs>
|
|
|
42
|
|
|
43 <help>
|
|
14
|
44 FlaiMapper wrapper for Galaxy
|
|
|
45 =============================
|
|
|
46
|
|
|
47 https://github.com/yhoogstrate/flaimapper
|
|
|
48 http://www.ncbi.nlm.nih.gov/pubmed/25338717
|
|
|
49 http://dx.doi.org/10.1093/bioinformatics/btu696
|
|
|
50
|
|
|
51 Fragment Location Annotation Identification Mapper
|
|
|
52
|
|
|
53 FlaiMapper: computational annotation of small ncRNA-derived fragments using RNA-seq high-throughput data.
|
|
|
54
|
|
|
55 Input formats
|
|
|
56 -------------
|
|
|
57 Alignments should be provided in BAM format.
|
|
|
58 Gene (MASK) regions should be provided in the GFF/GTF format:
|
|
|
59
|
|
|
60 - http://genome.ucsc.edu/FAQ/FAQformat.html#format3
|
|
|
61 - http://www.ensembl.org/info/website/upload/gff.html
|
|
|
62
|
|
|
63 The reference sequence should be provided in FASTSA format.
|
|
|
64
|
|
|
65 Installation
|
|
|
66 ------------
|
|
|
67
|
|
|
68 The wrapper makes use of easy_install to install a python egg. Please
|
|
|
69 ensure you have easy_install installed.
|
|
|
70
|
|
|
71 License
|
|
|
72 -------
|
|
|
73
|
|
|
74 **flaimapper** and **wrapper**:
|
|
|
75
|
|
|
76 GPL (>=3)
|
|
|
77
|
|
|
78 **pysam**:
|
|
|
79
|
|
|
80 The MIT License (>=3)
|
|
|
81
|
|
|
82 Contact
|
|
|
83 -------
|
|
|
84
|
|
|
85 The tool wrapper has been written by Youri Hoogstrate from the Erasmus
|
|
|
86 Medical Center (Rotterdam, Netherlands).
|
|
|
87
|
|
|
88
|
|
|
89 Development
|
|
|
90 -----------
|
|
|
91
|
|
|
92 * Repository-Maintainer: Youri Hoogstrate
|
|
|
93 * Repository-Developers: Youri Hoogstrate
|
|
|
94
|
|
|
95 * Repository-Development: https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools
|
|
|
96
|
|
|
97 The tool wrapper has been written by Youri Hoogstrate from the Erasmus
|
|
|
98 Medical Center (Rotterdam, Netherlands).
|
|
|
99
|
|
|
100 References
|
|
|
101 ----------
|
|
|
102 **FlaiMapper: computational annotation of small ncRNA-derived fragments using RNA-seq high-throughput data.**
|
|
|
103
|
|
|
104 *Hoogstrat* - Bioinformatics. 2014 Apr 1;30(7):923-30.
|
|
|
105
|
|
|
106 *Youri Hoogstrate, Guido Jenster, and Elena S. Martens-Uzunova* - Bioinformatics (2015) 31 (5): 665-673
|
|
|
107
|
|
|
108 - http://www.ncbi.nlm.nih.gov/pubmed/25338717
|
|
|
109 - http://dx.doi.org/10.1093/bioinformatics/btu696
|
|
0
|
110 </help>
|
|
14
|
111
|
|
|
112 <citations>
|
|
|
113 <citation type="doi">10.1093/bioinformatics/btu696</citation>
|
|
|
114 </citations>
|
|
0
|
115 </tool> |