Repository 'sample_seqs'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/peterjc/sample_seqs

Changeset 14:074c7f9d27bf (2017-04-21)
Previous changeset 13:f414dedc4642 (2017-02-09) Next changeset 15:19306a5f88b2 (2017-05-10)
Commit message:
planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/sample_seqs commit 6d77d2fbb0d3ea1fd4db369073654b8a920c44bf-dirty
modified:
tools/sample_seqs/README.rst
tools/sample_seqs/sample_seqs.xml
tools/sample_seqs/tool_dependencies.xml
b
diff -r f414dedc4642 -r 074c7f9d27bf tools/sample_seqs/README.rst
--- a/tools/sample_seqs/README.rst Thu Feb 09 11:25:08 2017 -0500
+++ b/tools/sample_seqs/README.rst Fri Apr 21 12:04:26 2017 -0400
b
@@ -1,7 +1,7 @@
 Galaxy tool to sub-sample sequence files
 ========================================
 
-This tool is copyright 2014-2015 by Peter Cock, The James Hutton Institute
+This tool is copyright 2014-2017 by Peter Cock, The James Hutton Institute
 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
 See the licence text below (MIT licence).
 
@@ -71,6 +71,7 @@
         - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
 v0.2.3  - Do the Biopython imports at the script start (internal change only).
         - Clarify paired read example in help text.
+        - Depends on Biopython 1.67 via legacy Tool Shed package or bioconda.
 ======= ======================================================================
 
 
b
diff -r f414dedc4642 -r 074c7f9d27bf tools/sample_seqs/sample_seqs.xml
--- a/tools/sample_seqs/sample_seqs.xml Thu Feb 09 11:25:08 2017 -0500
+++ b/tools/sample_seqs/sample_seqs.xml Fri Apr 21 12:04:26 2017 -0400
b
@@ -1,8 +1,7 @@
 <tool id="sample_seqs" name="Sub-sample sequences files" version="0.2.3">
     <description>e.g. to reduce coverage</description>
     <requirements>
-        <requirement type="package" version="1.65">biopython</requirement>
-        <requirement type="python-module">Bio</requirement>
+        <requirement type="package" version="1.67">biopython</requirement>
     </requirements>
     <stdio>
         <!-- Anything other than zero is an error -->
b
diff -r f414dedc4642 -r 074c7f9d27bf tools/sample_seqs/tool_dependencies.xml
--- a/tools/sample_seqs/tool_dependencies.xml Thu Feb 09 11:25:08 2017 -0500
+++ b/tools/sample_seqs/tool_dependencies.xml Fri Apr 21 12:04:26 2017 -0400
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="biopython" version="1.65">
-        <repository changeset_revision="b3a791f6e3ba" name="package_biopython_1_65" owner="biopython" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <package name="biopython" version="1.67">
+        <repository changeset_revision="fc45a61abc2f" name="package_biopython_1_67" owner="biopython" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>