# HG changeset patch # User peterjc # Date 1438787806 14400 # Node ID 3288a0da6c6aa4ebec9fb517b4a22e913b81c026 # Parent 89d7f067a0ff5ab3d7cf0db2598181dfa33e598b v0.1.2 belatedly declare Biopython dependency diff -r 89d7f067a0ff -r 3288a0da6c6a tools/fastq_paired_unpaired/README.rst --- a/tools/fastq_paired_unpaired/README.rst Thu May 21 10:51:00 2015 -0400 +++ b/tools/fastq_paired_unpaired/README.rst Wed Aug 05 11:16:46 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 89d7f067a0ff -r 3288a0da6c6a tools/fastq_paired_unpaired/fastq_paired_unpaired.xml --- a/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Thu May 21 10:51:00 2015 -0400 +++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Wed Aug 05 11:16:46 2015 -0400 @@ -1,7 +1,7 @@ - + using the read name suffices - biopython + biopython Bio diff -r 89d7f067a0ff -r 3288a0da6c6a 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:16:46 2015 -0400 @@ -0,0 +1,6 @@ + + + + + +