-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update install approach and bump version
- Loading branch information
1 parent
1621fe0
commit fd16cd7
Showing
3 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# CHANGES | ||
|
||
## 1.3.0 | ||
|
||
* Fixes `valid_q` value of `seq-valid` json report. Always returned false previously. | ||
* Correct command line help text for `seq-valid` input option. | ||
* Extends the `seq-valid` json report to include the ascii range detected and which types of | ||
phred score these align to. | ||
* Additional command line options for `seq-valid` | ||
* `-o | --output` - Generates an interleaved gzip compressed fastq file when input is paired fastq | ||
* `-q | --qc` - Specify the number of pairs to be used when assessing the phred quality range | ||
* Added for performance reasons | ||
|
||
## 1.2.1 | ||
|
||
* More informative exceptions for low-level issues | ||
|
||
## 1.2.0 | ||
|
||
* Changes to command line, using sub commands now | ||
* Changed test framework | ||
* Add travis and codeclimate checks | ||
|
||
## 1.1.0 | ||
|
||
* Fixed issue of `json.loads()` in py<3.5 being unable to decode resource string to utf-8 automatically. | ||
* Adds a UUID to the header of a processed manifest if incoming not set | ||
* Improve documentation | ||
|
||
## 1.0.0 | ||
|
||
Early functional release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
'url': 'https://github.com/cancerit/cgp_seq_input_val', | ||
'download_url': '', | ||
'author_email': '[email protected]', | ||
'version': '1.2.1', | ||
'version': '1.3.0', | ||
'python_requires': '>= 3.4', | ||
'setup_requires': ['pytest'], | ||
'install_requires': ['progressbar2', 'xlrd', 'xopen'], | ||
|