forked from MatthiasLienhard/isotools
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/release 2.0 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5dda027
Fix plot_str_var_number to handle the case when group_name is the pre…
YalanBi 5a61ea0
Fix feature_id extraction logic in _read_gtf_file to correctly identi…
YalanBi 9149f7a
Fix write_fasta to handle empty sequences and update parameter descri…
YalanBi c633990
update version, changelog and metadata
YalanBi bf24d5d
Enhance write_fasta to include optional coverage information in fasta…
YalanBi 107d5dd
Refactor sashimi_plot docstring for clarity and fix indentation in tr…
YalanBi 3c3c64f
Remove comments
YalanBi 7575504
Fix changelog formatting in version 2.0.0
YalanBi cfd4a0c
Update Python environment versions in tox.ini
YalanBi 946c4a8
Update python_requires to require Python 3.8 or higher
YalanBi 7c63ae5
Update Python version support in GitHub Actions and Tox configuration
YalanBi 5f2f666
Fix typo in envlist formatting in tox.ini
YalanBi 020be91
Update Python version requirements to 3.10 to be compatiable with Typ…
YalanBi a6c77e8
remove Python version 3.8 and 3.9 in GitHub Actions
YalanBi 2e825e1
formatting using black
YalanBi c51aa30
improve formatting
YalanBi 08ca531
improve formatting
YalanBi 89e3859
improve formatting
YalanBi cdbbbe1
Merge branch 'master' into feature/release_2.0
YalanBi bfdc41e
improve formatting
YalanBi fe34fdc
Merge branch 'master' into feature/release_2.0
YalanBi d4d73a9
update pull request trigger to include all branches
YalanBi 2c0fce4
restrict dependency review action to pull requests targeting the mast…
YalanBi 69815fe
add GitHub Actions workflow for Python linting, and update tox.ini to…
YalanBi 6d8db81
refactor: replace mutable default arguments with None in function def…
YalanBi b158542
docs: update citation and feedback section in README.md
YalanBi bd0c5ee
fix: update download link for demonstration data in notebook
YalanBi 9da419e
fix: improve error handling in genomic_position function and validate…
YalanBi 76c2144
fix: improve readability in genomic_position function by unpacking ex…
YalanBi 4ebe0b7
fix: simplify loop structure in genomic_position function for better …
YalanBi c290e0d
fix: update linting workflow comments and permissions for clarity
YalanBi e08e469
Apply linting fixes
actions-user d3474e7
fix: update lint workflow steps for clarity and consistency
YalanBi cd84b0f
fix: enhance branch name determination logic in lint workflow
YalanBi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.3.5_rc11 | ||
| 2.0.0 |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| [metadata] | ||
| name = isotools | ||
| version = file: VERSION.txt | ||
| author = Matthias Lienhard | ||
| author_email = [email protected] | ||
| author = Matthias Lienhard, Yalan Bi | ||
| author_email = [email protected], [email protected] | ||
| description = Framework for the analysis of long read transcriptome sequencing data | ||
| long_description = file: README.md | ||
| long_description_content_type = text/markdown | ||
| license_files = LICENSE.txt | ||
| url = https://github.com/MatthiasLienhard/isotools | ||
| url = https://github.com/HerwigLab/IsoTools2 | ||
| project_urls = | ||
| Bug Tracker = https://github.com/MatthiasLienhard/isotools/issues | ||
| Bug Tracker = https://github.com/HerwigLab/IsoTools2/issues | ||
| classifiers = | ||
| Programming Language :: Python :: 3 | ||
| License :: OSI Approved :: MIT License | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.