Mercurial > repos > peterjc > fastq_paired_unpaired
changeset 10:4851620acfda draft
Bump Biopython dependency
author | peterjc |
---|---|
date | Thu, 30 Nov 2023 09:50:55 +0000 |
parents | 422724644e24 |
children | 277e552c3834 |
files | tools/fastq_paired_unpaired/README.rst tools/fastq_paired_unpaired/fastq_paired_unpaired.xml |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/fastq_paired_unpaired/README.rst Fri Apr 16 22:47:43 2021 +0000 +++ b/tools/fastq_paired_unpaired/README.rst Thu Nov 30 09:50:55 2023 +0000 @@ -1,7 +1,7 @@ Galaxy tool to divide FASTQ files into paired and unpaired reads ================================================================ -This tool is copyright 2010-2017 by Peter Cock, The James Hutton Institute +This tool is copyright 2010-2023 by Peter Cock, The James Hutton Institute (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. See the licence text below (MIT licence). @@ -76,6 +76,7 @@ - Explicit dependency on ``galaxy_sequence_utils``. v0.1.4 - Use ``<command detect_errors="aggressive">`` (internal change only). - Single quote command line arguments (internal change only). +v0.1.5 - Bump Biopython dependency version for Python 3 fixes. ======= ======================================================================
--- a/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Fri Apr 16 22:47:43 2021 +0000 +++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Thu Nov 30 09:50:55 2023 +0000 @@ -1,8 +1,8 @@ -<tool id="fastq_paired_unpaired" name="Divide FASTQ file into paired and unpaired reads" version="0.1.4"> +<tool id="fastq_paired_unpaired" name="Divide FASTQ file into paired and unpaired reads" version="0.1.5"> <description>using the read name suffixes</description> <requirements> <requirement type="package" version="1.0.1">galaxy_sequence_utils</requirement> - <requirement type="package" version="1.67">biopython</requirement> + <requirement type="package" version="1.81">biopython</requirement> </requirements> <version_command> python $__tool_directory__/fastq_paired_unpaired.py --version