annotate tools/seq_select_by_id/README.rst @ 7:a5602454b0ad draft

v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
author peterjc
date Thu, 11 May 2017 06:26:05 -0400
parents 91f55ee8fea5
children 8e1a90917fa7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
1 Galaxy tool to select FASTA, QUAL, FASTQ or SFF sequences by ID
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
2 ===============================================================
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
3
7
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
4 This tool is copyright 2011-2017 by Peter Cock, The James Hutton Institute
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
6 See the licence text below.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
7
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
8 This tool is a short Python script (using Biopython library functions) to extract
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
9 sequences from a FASTA, QUAL, FASTQ, or SFF file based on the list of IDs given
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
10 by a column of a tabular file. The output order follows that of the tabular file,
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
11 and if there are duplicates in the tabular file, there will be duplicates in the
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
12 output sequence file.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
13
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
14 This tool is available from the Galaxy Tool Shed at:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
15
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
16 * http://toolshed.g2.bx.psu.edu/view/peterjc/seq_select_by_id
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
17
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
18 See also the sister tools to filter sequence files according to IDs from column(s)
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
19 of a tabular file (where the output order follows the sequence file, and any
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
20 duplicate IDs are ignored) and rename sequences:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
21
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
22 * http://toolshed.g2.bx.psu.edu/view/peterjc/seq_filter_by_id
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
23 * http://toolshed.g2.bx.psu.edu/view/peterjc/seq_rename
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
24
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
25
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
26 Automated Installation
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
27 ======================
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
28
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
29 This should be straightforward using the Galaxy Tool Shed, which should be
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
30 able to automatically install the dependency on Biopython, and then install
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
31 this tool and run its unit tests.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
32
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
33
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
34 Manual Installation
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
35 ===================
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
36
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
37 There are just two files to install to use this tool from within Galaxy:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
38
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
39 * ``seq_select_by_id.py`` (the Python script)
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
40 * ``seq_select_by_id.xml`` (the Galaxy tool definition)
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
41
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
42 The suggested location is a dedicated ``tools/seq_select_by_id`` folder.
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
43
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
44 You will also need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
45 tool. One suggested location is in the filters section. Simply add the line::
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
46
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
47 <tool file="seq_select_by_id/seq_select_by_id.xml" />
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
48
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
49 If you wish to run the unit tests, also move/copy the ``test-data/`` files
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
50 under Galaxy's ``test-data/`` folder. Then::
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
51
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
52 $ ./run_tests.sh -id seq_select_by_id
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
53
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
54 You will also need to install Biopython 1.54 or later. That's it.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
55
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
56
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
57 History
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
58 =======
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
59
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
60 ======= ======================================================================
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
61 Version Changes
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
62 ------- ----------------------------------------------------------------------
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
63 v0.0.1 - Initial version.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
64 v0.0.3 - Ignore blank lines in input.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
65 v0.0.4 - Record script version when run from Galaxy.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
66 - Basic unit test included.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
67 v0.0.5 - Check for errors using Python script's return code.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
68 v0.0.6 - Link to Tool Shed added to help text and this documentation.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
69 - Automatic installation of Biopython dependency.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
70 - Use reStructuredText for this README file.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
71 - Adopt standard MIT License.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
72 v0.0.7 - Updated citation information (Cock et al. 2013).
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
73 - Fixed Biopython dependency setup.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
74 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
75 - Renamed folder and adopted README.rst naming.
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
76 v0.0.8 - Corrected automated dependency definition.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
77 v0.0.9 - Simplified XML to apply input format to output data.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
78 - Tool definition now embeds citation information.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
79 - Include input dataset name in output dataset names.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
80 - If white space is found in the requested tabular field then only
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
81 the first word is used as the identifier (with a warning to stderr).
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
82 v0.0.10 - Includes testing of stdout messages.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
83 - Includes testing of failure modes.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
84 v0.0.11 - Use the ``format_source=...`` tag.
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
85 - Reorder XML elements (internal change only).
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
86 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
87 - Quote filenames in case of spaces (internal change only).
7
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
88 v0.0.12 - Python style changes (internal change only).
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
89 - Use ``<command detect_errors="aggressive">`` (internal change only).
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
90 - Depends on Biopython 1.67 via legacy Tool Shed package or bioconda.
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
91 - Python 3 compatible print function.
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
92 ======= ======================================================================
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
93
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
94
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
95 Developers
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
96 ==========
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
97
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
98 This script and related tools were initially developed on the following hg branch:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
99 http://bitbucket.org/peterjc/galaxy-central/src/tools
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
100
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
101 Development has now moved to a dedicated GitHub repository:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
102 https://github.com/peterjc/pico_galaxy/tree/master/tools
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
103
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
104 For pushing a release to the test or main "Galaxy Tool Shed", use the following
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
105 Planemo commands (which requires you have set your Tool Shed access details in
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
106 ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
107
7
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
108 $ planemo shed_update -t testtoolshed --check_diff tools/seq_select_by_id/
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
109 ...
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
110
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
111 or::
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
112
7
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
113 $ planemo shed_update -t toolshed --check_diff tools/seq_select_by_id/
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
114 ...
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
115
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
116 To just build and check the tar ball, use::
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
117
7
a5602454b0ad v0.0.12 Depends on Biopython 1.67 via legacy Tool Shed package or bioconda; Python 3 compatible print function
peterjc
parents: 6
diff changeset
118 $ planemo shed_upload --tar_only tools/seq_select_by_id/
6
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
119 ...
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
120 $ tar -tzf shed_upload.tar.gz
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
121 test-data/k12_hypothetical.fasta
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
122 test-data/k12_hypothetical.tabular
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
123 test-data/k12_hypothetical_alt.tabular
91f55ee8fea5 v0.0.11; more tests and assorting minor changes
peterjc
parents: 5
diff changeset
124 test-data/k12_ten_proteins.fasta
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
125 tools/seq_select_by_id/README.rst
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
126 tools/seq_select_by_id/seq_select_by_id.py
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
127 tools/seq_select_by_id/seq_select_by_id.xml
5
1a83f5ab9e95 Uploaded v0.0.8, corrected automated dependency definition
peterjc
parents: 4
diff changeset
128 tools/seq_select_by_id/tool_dependencies.xml
4
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
129
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
130
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
131 Licence (MIT)
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
132 =============
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
133
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
134 Permission is hereby granted, free of charge, to any person obtaining a copy
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
135 of this software and associated documentation files (the "Software"), to deal
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
136 in the Software without restriction, including without limitation the rights
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
137 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
138 copies of the Software, and to permit persons to whom the Software is
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
139 furnished to do so, subject to the following conditions:
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
140
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
141 The above copyright notice and this permission notice shall be included in
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
142 all copies or substantial portions of the Software.
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
143
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
144 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
145 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
146 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
147 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
148 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
149 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6842c0c7bc70 Uploaded v0.0.7, depend on Biopython 1.62, tabs to spaces in XML
peterjc
parents:
diff changeset
150 THE SOFTWARE.