-
Notifications
You must be signed in to change notification settings - Fork 7
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
Addition of a new sub-module 'status' to assembly module. #334
Conversation
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.
Works well and fast, nice one!
Lots of comments but mostly nitpicking and suggestions.
The main issue I had is that you need singularity installed, is there a way to run the system datasets instead?
Code refinement, superflous condition Co-authored-by: Matthieu Barba <mbarba@ebi.ac.uk>
refinement on condition Co-authored-by: Matthieu Barba <mbarba@ebi.ac.uk>
Fix typos Co-authored-by: Matthieu Barba <mbarba@ebi.ac.uk>
typo fix Co-authored-by: Matthieu Barba <mbarba@ebi.ac.uk>
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.
This is a extremely useful functionality added, nice work.
I may want to revisit at some point in the future if we want to preserve this as part of our library or as a separate item for the single reason that this will not work inside a container (container within container). But for now, welcome to GenomIO!
Code changes/fixes from @jalvarez Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
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.
Just a few minor edits and suggestions.
Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
add newline Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
change shorthand qry -> query Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
qry -> query Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
qry->query Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
capitalisation to formated string Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
Warning message improvement Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
Remove batch size comment, not needed default set Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
shorthand wording fix Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
wording change Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
fix to formatted string and list parentheses Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
runtime error instead of critical logging Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
Improvement to print_json call() Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
shorthand wording fix Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
allow empty dict and check in TSV creation instead Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
py3.8 dictionary dict -> Dict declaration Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
punctuation Co-authored-by: J. Alvarez-Jarreta <jalvarez@ebi.ac.uk>
This submodule allows for users to:
This PR comprises the first iteration of assembly status tracking (i.e. version 1.0). With expanded functionality planned in later versions.
For other details on functionality see Jira ticket ENSMETAZOA-167