-
Notifications
You must be signed in to change notification settings - Fork 20
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
Graph tool #83
Graph tool #83
Conversation
Tests are failing because, with mash, PopPUNK expects 378 comparisons, but Mash generates 784 comparisons - which is likely because the ref/query datasets are the same files named differently. |
Checks now successful. Networkx can be removed from environment.yml if PR merged. |
Add file name correction. Co-authored-by: John Lees <[email protected]>
Remove commented line. Co-authored-by: John Lees <[email protected]>
Reverting merge error. Co-authored-by: John Lees <[email protected]>
Remove whitespace. Co-authored-by: John Lees <[email protected]>
Remove commented line. Co-authored-by: John Lees <[email protected]>
Fix file naming. Co-authored-by: John Lees <[email protected]>
… graph-tool Merging online and local updates.
Remove whitespace. Co-authored-by: John Lees <[email protected]>
… graph-tool Merging online and local updates.
FIx file naming. Co-authored-by: John Lees <[email protected]>
Fix network file naming. Co-authored-by: John Lees <[email protected]>
Thanks very much for the comments, they're great, I think that's all the fixes done. Let me know if there is anything else you've spotted. The installation with conda works fine, but there's an issue with using |
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.
PopPUNK/utils.py
Outdated
@@ -161,7 +161,7 @@ def iterDistRows(refSeqs, querySeqs, self=True): | |||
for ref in refSeqs: | |||
yield(ref, query) | |||
|
|||
def listDistInts(refSeqs, querySeqs, self=True): | |||
def old_listDistInts(refSeqs, querySeqs, self=True): |
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.
Can you just remove this function
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.
Sorry, just hadn't updated a local change, updated in 17a3f0e.
Tested with mash on OSX and sketch-lib on unix, with strain/lineage definitions, working from references and addition of queries.
Overall comments:
isolateNameToLabel
for extracting labels