Mercurial > repos > iuc > package_python_2_7_bcbiogff_0_6_2
comparison tool_dependencies.xml @ 0:1195382a6172 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_bcbiogff_0_6_2 commit 936ca4b4641eae2bdfa93885f35f5a9263f9dae1
| author | iuc |
|---|---|
| date | Fri, 22 May 2015 22:43:02 -0400 |
| parents | |
| children | 8a79959091f8 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1195382a6172 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="python" version="2.7"> | |
| 4 <repository changeset_revision="00d2c3e43807" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="bcbiogff" version="0.6.2"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action type="setup_python_environment"> | |
| 10 <repository changeset_revision="00d2c3e43807" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 11 <package name="python" version="2.7" /> | |
| 12 </repository> | |
| 13 <package>https://pypi.python.org/packages/source/b/bcbio-gff/bcbio-gff-0.6.2.tar.gz#md5=d5aae8b125cdad4291f15bec20cfb0ef</package> | |
| 14 </action> | |
| 15 <action type="set_environment"> | |
| 16 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
| 17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 18 </action> | |
| 19 </actions> | |
| 20 </install> | |
| 21 <readme> | |
| 22 bcbio-gff | |
| 23 --------- | |
| 24 | |
| 25 A python library to read and write Generic Feature Format (`GFF`_). | |
| 26 See the `wiki documentation`_ for details on usage. The goal is to | |
| 27 integrate this code in `gffutils`_ and `Biopython`_. | |
| 28 | |
| 29 Installation from `bcbio-gff in pypi`_:: | |
| 30 | |
| 31 pip install bcbio-gff | |
| 32 | |
| 33 This code is freely available for use under the `Biopython license <https://github.com/biopython/biopython/blob/master/LICENSE>`_. | |
| 34 | |
| 35 .. _GFF: http://www.sequenceontology.org/gff3.shtml | |
| 36 .. _wiki documentation: http://biopython.org/wiki/GFF_Parsing | |
| 37 .. _gffutils: https://github.com/daler/gffutils | |
| 38 .. _Biopython: http://biopython.org | |
| 39 .. _bcbio-gff in pypi: https://pypi.python.org/pypi/bcbio-gff | |
| 40 | |
| 41 | |
| 42 </readme> | |
| 43 </package> | |
| 44 </tool_dependency> |
