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

Changeset 22:75b50b0a6250 (2021-04-22)
Previous changeset 21:8cc7672b0fd1 (2019-02-22)
Commit message:
"planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/sample_seqs commit fec290d058fd8c0323d63ed91e9435a87a5675b9-dirty"
modified:
tools/sample_seqs/sample_seqs.py
tools/sample_seqs/tool_dependencies.xml
b
diff -r 8cc7672b0fd1 -r 75b50b0a6250 tools/sample_seqs/sample_seqs.py
--- 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
b
@@ -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(
b
diff -r 8cc7672b0fd1 -r 75b50b0a6250 tools/sample_seqs/tool_dependencies.xml
--- 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
b
@@ -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