changeset 22:75b50b0a6250 draft default tip

"planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/sample_seqs commit fec290d058fd8c0323d63ed91e9435a87a5675b9-dirty"
author peterjc
date Thu, 22 Apr 2021 13:29:55 +0000
parents 8cc7672b0fd1
children
files tools/sample_seqs/sample_seqs.py tools/sample_seqs/tool_dependencies.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/sample_seqs/sample_seqs.py	Fri Feb 22 10:19:27 2019 -0500
+++ b/tools/sample_seqs/sample_seqs.py	Thu Apr 22 13:29:55 2021 +0000
@@ -9,7 +9,7 @@
 molecular biology and bioinformatics. Bioinformatics 25(11) 1422-3.
 https://doi.org/10.1093/bioinformatics/btp163 pmid:19304878.
 
-This script is copyright 2014-2015 by Peter Cock, The James Hutton Institute
+This script is copyright 2014-2021 by Peter Cock, The James Hutton Institute
 (formerly the Scottish Crop Research Institute, SCRI), UK. All rights reserved.
 See accompanying text file for licence details (MIT license).
 
@@ -32,8 +32,8 @@
 should be reproducible.
 
 If you have interleaved paired reads, use the --interleaved switch. If
-instead you have two matched files (one for each pair), run the two
-twice with the same sampling options to make to matched smaller files.
+instead you have two matched files (one for each pair), run this tool
+on each with the same sampling options to make two matched smaller files.
 """
 parser = OptionParser(usage=usage)
 parser.add_option(
--- a/tools/sample_seqs/tool_dependencies.xml	Fri Feb 22 10:19:27 2019 -0500
+++ b/tools/sample_seqs/tool_dependencies.xml	Thu Apr 22 13:29:55 2021 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <tool_dependency>
     <package name="biopython" version="1.67">
-        <repository changeset_revision="fc45a61abc2f" name="package_biopython_1_67" owner="biopython" toolshed="https://testtoolshed.g2.bx.psu.edu"/>
+        <repository name="package_biopython_1_67" owner="biopython" toolshed="https://testtoolshed.g2.bx.psu.edu" changeset_revision="fc45a61abc2f"/>
     </package>
 </tool_dependency>
\ No newline at end of file