# HG changeset patch # User rnateam # Date 1499884865 14400 # Node ID d5ea61ff12ebe04950855f233db021d6a238c97b # Parent 40dc77f3730cf2ff7f725b463f96c32daaa58b3f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mirdeep2/mirdeep2_quantifier commit 3103ebed1a420c7d3415b67ef532ea579edf9faa diff -r 40dc77f3730c -r d5ea61ff12eb miRDeep2_quantifier.tar.gz Binary file miRDeep2_quantifier.tar.gz has changed diff -r 40dc77f3730c -r d5ea61ff12eb quantifier.xml --- a/quantifier.xml Wed Feb 04 12:45:52 2015 -0500 +++ b/quantifier.xml Wed Jul 12 14:41:05 2017 -0400 @@ -1,17 +1,16 @@ - - - + fast quantitation of reads mapping to known miRBase precursors - mirdeep2_quantifier - bowtie - perl - vienna_rna - pdf_api2 + mirdeep2 - + + + + + + + + - - - - - - - - @@ -110,9 +101,9 @@ - - - + + + @@ -130,13 +121,23 @@ + +**Input** + +A FASTA file with precursor sequences, a FASTA file with mature miRNA sequences, a FASTA file with deep sequencing reads and optionally a FASTA file with star sequences and the 3 letter code of the species of interest. + +**Output** + +A tab separated file with miRNA identifiers and its read count, a signature file, a html file that gives an overview of all miRNAs the input data and a pdfs that contains for each miRNA a pdf file showing its signature and structure. + 10.1093/nar/gkr688 diff -r 40dc77f3730c -r d5ea61ff12eb tool_dependencies.xml --- a/tool_dependencies.xml Wed Feb 04 12:45:52 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - https://raw.githubusercontent.com/bgruening/download_store/master/miRDeep2/miRDeep2-quantifier.tar.gz - - quantifier.pl - $INSTALL_DIR - - - make_html2.pl - $INSTALL_DIR - - - convert_bowtie_output.pl - $INSTALL_DIR - - - $INSTALL_DIR - - - - - -The module maps the deep sequencing reads to predefined miRNA precursors and determines by that the expression of the corresponding miRNAs. -First, the predefined mature miRNA sequences are mapped to the predefined precursors. Optionally, predefined star sequences can be mapped to the precursors too. -By that the mature and star sequence in the precursors are determined. Second, the deep sequencing reads are mapped to the precursors. -The number of reads falling into an interval 2nt upstream and 5nt downstream of the mature/star sequence is determined. - - - -