# HG changeset patch # User rnateam # Date 1479934889 18000 # Node ID f844a9c1698dbd72b81fa16509f414b4a5e4f2e8 # Parent bda96b97c28995b4a7197faa167c68e4e47d5832 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mirdeep2/mirdeep2_mapper commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52 diff -r bda96b97c289 -r f844a9c1698d mapper.xml --- a/mapper.xml Thu Feb 12 09:45:47 2015 -0500 +++ b/mapper.xml Wed Nov 23 16:01:29 2016 -0500 @@ -40,17 +40,19 @@ #if $operation.collapse_map == "collapse_and_map" or $operation.collapse_map == "only_map" #if $operation.refGenomeSource.genomeSource == "history" - bowtie-build $operation.refGenomeSource.ownFile custom_bowtie_indices && + bowtie-build '$operation.refGenomeSource.ownFile' custom_bowtie_indices && #end if #end if + mapper.pl - $reads + '$reads' #if $reads.extension.startswith("fasta") -c #else if $reads.extension.startswith("fastq") - -e -h + -e + -h #end if $remove_non_canon @@ -64,7 +66,7 @@ -l $discard_short_reads #if $operation.collapse_map == "collapse_and_map" or $operation.collapse_map == "only_collapse" - -m -s $output_reads_collapsed + -m -s '$output_reads_collapsed' #end if #if $operation.collapse_map == "collapse_and_map" or $operation.collapse_map == "only_map" @@ -73,14 +75,12 @@ #if $operation.refGenomeSource.genomeSource == "history" custom_bowtie_indices #else - $operation.refGenomeSource.index + '$operation.refGenomeSource.index.fields.path' #end if - $operation.map_mismatch - -r $operation.map_threshold - -t $output_mapping + -t '$output_mapping' #end if -v -n @@ -95,7 +95,7 @@ - + @@ -181,23 +181,36 @@ diff -r bda96b97c289 -r f844a9c1698d tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 12 09:45:47 2015 -0500 +++ b/tool_dependencies.xml Wed Nov 23 16:01:29 2016 -0500 @@ -1,7 +1,7 @@ - +