# HG changeset patch # User brinkmanlab # Date 1579909924 18000 # Node ID 869e206b3ca19ac97bf236feb3715af536d823c8 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/biopython-convert commit 2f8c5be3bf3117a8d3296a6b82655ff08edd2f34" diff -r 000000000000 -r 869e206b3ca1 bioperl_compat.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bioperl_compat.py Fri Jan 24 18:52:04 2020 -0500 @@ -0,0 +1,11 @@ +#!/usr/bin/env python +import sys +from biopython_convert import get_args, convert +from Bio.SeqIO.InsdcIO import _InsdcWriter + +# Quote anticodon qualifiers +_InsdcWriter.FTQUAL_NO_QUOTE = tuple(v for v in _InsdcWriter.FTQUAL_NO_QUOTE if v not in ['anticodon', 'transl_except']) + +if __name__ == '__main__': + convert(*get_args(sys.argv[1:])) + diff -r 000000000000 -r 869e206b3ca1 biopython-convert.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/biopython-convert.xml Fri Jan 24 18:52:04 2020 -0500 @@ -0,0 +1,174 @@ + + Interconvert between the various sequence file formats that BioPython supports + + topic_0091 + + + operation_3434 + operation_0335 + operation_3359 + operation_0224 + operation_3695 + + + python + biopython.convert + + + $info_output + #end if + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + info + + + not split + + + + + + + + + + + + + + + + + + + + + + + + + + split + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10.5281/zenodo.3364782 + 10.5281/zenodo.3364789 + +