# HG changeset patch # User rnateam # Date 1499884726 14400 # Node ID a8d24f4b6d9595ac5319f78a5559352044c42f57 # Parent ab8cd78709e1694cabf8483445604f538b654bef planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mirdeep2/mirdeep2_mapper commit 3103ebed1a420c7d3415b67ef532ea579edf9faa diff -r ab8cd78709e1 -r a8d24f4b6d95 mapper.xml --- a/mapper.xml Wed Nov 23 16:32:13 2016 -0500 +++ b/mapper.xml Wed Jul 12 14:38:46 2017 -0400 @@ -1,4 +1,5 @@ + process and map reads to a reference genome @@ -15,7 +16,7 @@ - + @@ -24,17 +25,17 @@ - - - - mirdeep2_mapper - bowtie - perl + mirdeep2 - + + + + + + + + - - - - - - - - diff -r ab8cd78709e1 -r a8d24f4b6d95 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 23 16:32:13 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ - - - - - - - - - - - - https://raw.githubusercontent.com/bgruening/download_store/master/miRDeep2/miRDeep2-mapper.tar.gz - - clip_adapters.pl - $INSTALL_DIR - - - collapse_reads_md.pl - $INSTALL_DIR - - - convert_bowtie_output.pl - $INSTALL_DIR - - - fastaparse.pl - $INSTALL_DIR - - - fastq2fasta.pl - $INSTALL_DIR - - - illumina_to_fasta.pl - $INSTALL_DIR - - - mapper.pl - $INSTALL_DIR - - - parse_mappings.pl - $INSTALL_DIR - - - rna2dna.pl - $INSTALL_DIR - - - $INSTALL_DIR - - - - - -Processes reads and/or maps them to the reference genome. - -input: -Default input is a file in fasta, seq.txt or qseq.txt format. More input can be given depending on the options used. -output: -The output depends on the options used (see below). Either a fasta file with processed reads or an arf file with with mapped reads, or both, are output. - - - -