# HG changeset patch # User peterjc # Date 1438787869 14400 # Node ID b38bbcbd458d4b3500cd8f22fe0d8221b2e3328d # Parent 09f9f0e29e470ab52970df0f9e1b874a1ab87806 v0.1.2 belatedly declare Biopython dependency diff -r 09f9f0e29e47 -r b38bbcbd458d tools/fastq_paired_unpaired/README.rst --- a/tools/fastq_paired_unpaired/README.rst Wed Aug 05 11:06:38 2015 -0400 +++ b/tools/fastq_paired_unpaired/README.rst Wed Aug 05 11:17:49 2015 -0400 @@ -20,7 +20,8 @@ ====================== This should be straightforward, Galaxy should automatically download and install -the tool from the Galaxy Tool Shed, and run the unit tests +the tool from the Galaxy Tool Shed, and Biopython, and allow you to run the unit +tests. Manual Installation @@ -69,6 +70,7 @@ v0.1.1 - Reorder XML elements (internal change only). - Use ``format_source=...`` tag. - Planemo for Tool Shed upload (``.shed.yml``, internal change only). +v0.1.2 - Belatedly declare Biopython dependency via Tool Shed. ======= ====================================================================== diff -r 09f9f0e29e47 -r b38bbcbd458d tools/fastq_paired_unpaired/fastq_paired_unpaired.xml --- a/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Wed Aug 05 11:06:38 2015 -0400 +++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Wed Aug 05 11:17:49 2015 -0400 @@ -1,7 +1,7 @@ - + using the read name suffices - biopython + biopython Bio diff -r 09f9f0e29e47 -r b38bbcbd458d tools/fastq_paired_unpaired/tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/fastq_paired_unpaired/tool_dependencies.xml Wed Aug 05 11:17:49 2015 -0400 @@ -0,0 +1,6 @@ + + + + + +