forked from loucerac/drexml-retinitis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from babelomics/develop
Develop
- Loading branch information
Showing
6 changed files
with
99 additions
and
74 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
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 |
---|---|---|
|
@@ -26,4 +26,4 @@ dependencies: | |
- xz=5.2.10 | ||
- zlib=1.2.13 | ||
- pip: | ||
- git+https://github.com/loucerac/[email protected] | ||
- git+https://github.com/loucerac/[email protected].1-retinitis |
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 |
---|---|---|
|
@@ -88,4 +88,4 @@ dependencies: | |
- wheel=0.40.0 | ||
- xz=5.2.6 | ||
- pip: | ||
- git+https://github.com/loucerac/[email protected] | ||
- git+https://github.com/loucerac/[email protected].1-retinitis |
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
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,19 @@ | ||
version=1.0.1 | ||
DATA: | ||
|
||
Problem: Zenodo changed the way to use the API and required a developer token to use it. | ||
|
||
Solution: We have already solved this problem in the DREXML package and I have propagated the changes. We do not use the API, we use the download link resolution directly. | ||
|
||
DATA and CODE: | ||
|
||
Problem: In the review, a file was changed in the development branch and the changes were uploaded partially, making a change that required a new annotation file undetectable. The part that fails only affects the visualization of a heatmap. | ||
|
||
Solution: The complete code has been incorporated and the missing file has been uploaded to ZENODO. | ||
|
||
CODE: | ||
|
||
Problem: There was one dependency resolution that pulled from a library with an unresolvable version today. | ||
|
||
Solution: I created a patch on the version that was used in retinitis in the Python package and in the retinitis package it points to the patch. | ||
|