-
Notifications
You must be signed in to change notification settings - Fork 55
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
Issue 421: Fix alignment coverage >1.0 and aniM symmetrical behaviour #425
Merged
Merged
Changes from 38 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
cbe5b6c
update issue 340
widdowquinn 99f84bb
update Markdown summary of issue_340
widdowquinn 949c315
add explainer for delta-filter
widdowquinn 675204a
Progress on issue 340
039d235
add notebook example of how indels/overlaps affect MUMmer AlignedBases
widdowquinn d14af71
add documentation
3913798
add scripts&pytest for AlignedBases calculations
3679f10
incongruency investigation
ff7a3d6
check nucmer symmetry
2cef284
check nucmer symmetry
801f872
add draft scipt for A:B and B:A comparisions
kiepczi 2e07857
modify anim.py to get 2 comparisions
kiepczi 3554087
add reverse comparison to nucmer in pyani 0.3+
widdowquinn ed3093c
modify anim calculations to exclude overlaps using IntervalTree
kiepczi 941340d
move intervaltree from pip to conda requirements
widdowquinn 56f0438
update types in parse_delta()
widdowquinn 693d0c2
Update matrices and run tables for forward and reverse comparisons
kiepczi 4310ddd
update parse_delta function
kiepczi 23ccff3
Update matrices to reflect forward and revese comparisions
kiepczi 6496a11
update log formatting
widdowquinn 6761ddd
add additional test commands
widdowquinn c976a8a
fix %ID calculations to weighted %ID
kiepczi 491135d
Merge branch 'issue_421' of github.com:widdowquinn/pyani into issue_421
widdowquinn dda0741
remove sym keyword from results.add* calls in anib.py
widdowquinn 3dddcc1
modify expected values in test_anim_delta()
widdowquinn af718bd
Correct anim calculation
kiepczi fc53772
remove sym keyword as reverse and forward comparsions for MUMmer are …
kiepczi ccc1175
Merge branch 'issue_421' of https://github.com/widdowquinn/pyani into…
kiepczi 8412d94
add temporary debugging print statments/output files
widdowquinn 97e5570
update test_anim.py reference output for new ANIm calculation
widdowquinn da8852c
Update test_anim.py tests to refrect recent changes in codebase
kiepczi 7b1827e
Rounding Error Investigation
kiepczi 28c99ba
Update --run_results columns
kiepczi a818323
add data with no graphical output
kiepczi 2cede3a
fix two blocking errors for plotting
widdowquinn b6dfa77
Update logger to reflect correct number of jobs
kiepczi 724510b
removed issue_340 and issue_421 folders from the PR
widdowquinn 31f40c5
add all folders beginning issue_* to .gitignore
widdowquinn eec3329
remove unnecessary logger argument
widdowquinn 01e432d
remove "query" from alignment length header
widdowquinn ca3fff5
add custom BANDIT config file
widdowquinn 492fe59
rename bandit config file for codacy
widdowquinn 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 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 |
---|---|---|
|
@@ -20,4 +20,4 @@ repos: | |
- repo: https://github.com/pycqa/flake8 | ||
rev: 3.9.2 | ||
hooks: | ||
- id: flake8 | ||
- id: flake8 |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why l.162 was reintroduced (logger argument) - have removed this.