# HG changeset patch # User galaxyp # Date 1481845281 18000 # Node ID 6bbce76c78c12926c8285c81d9b7277e0b17a734 # Parent d723eb657f1d04032893465176b093caefb9109c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/translate_bed_sequences commit 7025b29e8113049e5f21389ce67858c18af6611b diff -r d723eb657f1d -r 6bbce76c78c1 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jan 25 12:21:21 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - - diff -r d723eb657f1d -r 6bbce76c78c1 translate_bed_sequences.xml --- a/translate_bed_sequences.xml Mon Jan 25 12:21:21 2016 -0500 +++ b/translate_bed_sequences.xml Thu Dec 15 18:41:21 2016 -0500 @@ -1,121 +1,118 @@ - - - 3 frame translation of BED augmented with a sequence column - - biopython - Bio - - - translate_bed_sequences.py --input "$input" - #if $fa_db: - --fa_db='$fa_db' - #end if - #if $fa_sep: - --fa_sep='$fa_sep' - #end if - #if $id_prefix: - --id_prefix='$id_prefix' - #end if - #if $reference: - --reference $reference - #else: - --reference ${input.metadata.dbkey} - #end if - #if $refsource: - --refsource $refsource - #end if - #if $seqtype: - --seqtype $seqtype - #end if - #if $score_name: - --score_name $score_name - #end if - #if $filter.filterseqs == 'yes': - #if $filter.leading_bp: - --leading_bp $filter.leading_bp - #end if - #if $filter.trailing_bp: - --trailing_bp $filter.trailing_bp - #end if - #else: - --unfiltered - #end if - #if $trim.trimseqs == 'no': - --untrimmed - #if str($trim.max_stop_codons) != '': - --max_stop_codons $trim.max_stop_codons - #end if - #end if - #if str($min_length) != '': - --min_length $min_length - #end if - --bed $translated_bed - --output "$output" - - - - - - - - - ^[a-zA-Z0-9_-|]*$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + 3 frame translation of BED augmented with a sequence column + + biopython + + + + + + python '$__tool_directory__/translate_bed_sequences.py' + --input '$input' + #if $fa_db: + --fa_db='$fa_db' + #end if + #if $fa_sep: + --fa_sep='$fa_sep' + #end if + #if $id_prefix: + --id_prefix='$id_prefix' + #end if + #if $reference: + --reference $reference + #else: + --reference ${input.metadata.dbkey} + #end if + #if $refsource: + --refsource $refsource + #end if + #if $seqtype: + --seqtype $seqtype + #end if + #if $score_name: + --score_name $score_name + #end if + #if $filter.filterseqs == 'yes': + #if $filter.leading_bp: + --leading_bp $filter.leading_bp + #end if + #if $filter.trailing_bp: + --trailing_bp $filter.trailing_bp + #end if + #else: + --unfiltered + #end if + #if $trim.trimseqs == 'no': + --untrimmed + #if str($trim.max_stop_codons) != '': + --max_stop_codons $trim.max_stop_codons + #end if + #end if + #if str($min_length) != '': + --min_length $min_length + #end if + --bed $translated_bed + --output '$output' + + + + + + + + + ^[a-zA-Z0-9_-|]*$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + **Translate BED Sequences** This tool takes a BED input file that has been processed @@ -124,5 +121,5 @@ It generates a peptide fasta file with the 3-frame translations of the spliced sequence defined by each entry in the input BED file. - +