# HG changeset patch # User Vimalkumar Velayudhan # Date 1439369076 -3600 # Node ID 1901dcdc12ffe31288420d341afec67b2b895434 # Parent 8e1efafa627786a818d0a9c3a21c9fbeaf424eff Move galaxy xml wrappers to top level diff -r 8e1efafa6277 -r 1901dcdc12ff galaxy/ribocount.xml --- a/galaxy/ribocount.xml Wed Aug 12 09:27:45 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ - - Get read counts for all transcripts in an alignment (BAM) - - - pysam - - - - - ../riboplot/ribocount.py - --ribo_file "${ribo_file}" - --transcriptome_fasta "${transcriptome_fasta}" - --read_length "${read_length}" - --read_offset "${read_offset}" - --html_file "${html_file}" - --output_path "${html_file.files_path}" - ## --debug - - - - - - - - - - - - - diff -r 8e1efafa6277 -r 1901dcdc12ff galaxy/riboplot.xml --- a/galaxy/riboplot.xml Wed Aug 12 09:27:45 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ - - Plot and output read counts for a single transcript in an alignment (BAM) - - - matplotlib - pysam - - - - - ../riboplot/riboplot.py - --ribo_file "${ribo_file}" - --transcriptome_fasta "${transcriptome_fasta}" - --transcript_name "${transcript_name}" - #if $rnacov.rnacov_select=="yes" - --rna_file "${rna_file}" - #end if - --read_length "${read_length}" - --read_offset "${read_offset}" - --html_file "${html_file}" - --output_path "${html_file.files_path}" - ## --debug - - - - - - len(value.split(',')) == 1 - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8e1efafa6277 -r 1901dcdc12ff ribocount.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ribocount.xml Wed Aug 12 09:44:36 2015 +0100 @@ -0,0 +1,30 @@ + + Get read counts for all transcripts in an alignment (BAM) + + + pysam + + + + + riboplot/ribocount.py + --ribo_file "${ribo_file}" + --transcriptome_fasta "${transcriptome_fasta}" + --read_length "${read_length}" + --read_offset "${read_offset}" + --html_file "${html_file}" + --output_path "${html_file.files_path}" + ## --debug + + + + + + + + + + + + + diff -r 8e1efafa6277 -r 1901dcdc12ff riboplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/riboplot.xml Wed Aug 12 09:44:36 2015 +0100 @@ -0,0 +1,54 @@ + + Plot and output read counts for a single transcript in an alignment (BAM) + + + matplotlib + pysam + + + + + riboplot/riboplot.py + --ribo_file "${ribo_file}" + --transcriptome_fasta "${transcriptome_fasta}" + --transcript_name "${transcript_name}" + #if $rnacov.rnacov_select=="yes" + --rna_file "${rna_file}" + #end if + --read_length "${read_length}" + --read_offset "${read_offset}" + --html_file "${html_file}" + --output_path "${html_file.files_path}" + ## --debug + + + + + + len(value.split(',')) == 1 + + + + + + + + + + + + + + + + + + + + + + + + + +