[ ] Breaking change (these changes would cause existing functionality to not work as expected).
Checklist
Please ensure that all boxes are checked before indicating that this pull request is ready for review.
[x] I have read and followed the CONTRIBUTING.md guidelines.
[x] I have searched for existing content to ensure this is not a duplicate.
[x] I have performed a self-review of these additions (including spelling, grammar, and related).
[x] I have added comments to my code to help provide understanding.
[x] I have added a test which covers the code changes found within this PR.
[x] I have deleted all non-relevant text in this pull request template.
[x] Reviewer assignment: @the-mayer and @jananiravi
@the-mayer I have added a globals.R for Protein in Lineage.R As suggested. The names of most of the functions have been changed. I can update those in the issue if you'd want that.
[x] generate_fa2tre: function not found but I add .data$ to ‘tre_path’ in the updated function
[x] get_proc_medians : : no visible global function definition for ‘median’
[x] generate_msa: no visible global function definition for ‘kalign’
[ ] getJobsWithStates: not found
[x] get_proc_medians : : no visible global function definition for ‘median’
[x] IPG2Lineage updated from ipg2lin
[x] ipg2lin: no visible binding for global variable ‘Protein’
[x] ipg2lin: no visible binding for global variable ‘mergedTax’
[x] ipg2lin: no visible binding for global variable ‘gca_ipg_dt’
[x] ipg2lin: no visible binding for global variable ‘assembly_path’
[x] ipg2lin: no visible binding for global variable ‘Lineage’
[x] ipr2viz: no visible binding for global variable ‘iprscan_cols’
[x] ipr2viz: no visible binding for global variable ‘Name’
[x] ipr2viz: no visible binding for global variable ‘Lineage_short’
[x] ipr2viz: no visible binding for global variable ‘QueryName’
[x] ipr2viz: no visible binding for global variable ‘PcPositive’
[x] ipr2viz: no visible binding for global variable ‘AccNum’.
I finished these variables ipr2viz in my previous PR which were approved but even though the PR wasn't merged they have been updated.
[x] write_proc_medians_table: no visible binding for global variable ‘median_seconds’
Description
What kind of change(s) are included?
Checklist
Please ensure that all boxes are checked before indicating that this pull request is ready for review.
@the-mayer I have added a
globals.R
forProtein
inLineage.R
As suggested. The names of most of the functions have been changed. I can update those in the issue if you'd want that.[x] generate_fa2tre: function not found but I add
.data$
to ‘tre_path’ in the updated function [x] get_proc_medians : : no visible global function definition for ‘median’ [x] generate_msa: no visible global function definition for ‘kalign’ [ ] getJobsWithStates: not found [x] get_proc_medians : : no visible global function definition for ‘median’ [x] IPG2Lineage updated from ipg2lin [x] ipg2lin: no visible binding for global variable ‘Protein’ [x] ipg2lin: no visible binding for global variable ‘mergedTax’ [x] ipg2lin: no visible binding for global variable ‘gca_ipg_dt’ [x] ipg2lin: no visible binding for global variable ‘assembly_path’ [x] ipg2lin: no visible binding for global variable ‘Lineage’ [x] ipr2viz: no visible binding for global variable ‘iprscan_cols’ [x] ipr2viz: no visible binding for global variable ‘Name’ [x] ipr2viz: no visible binding for global variable ‘Lineage_short’ [x] ipr2viz: no visible binding for global variable ‘QueryName’ [x] ipr2viz: no visible binding for global variable ‘PcPositive’ [x] ipr2viz: no visible binding for global variable ‘AccNum’. I finished these variables ipr2viz in my previous PR which were approved but even though the PR wasn't merged they have been updated. [x] write_proc_medians_table: no visible binding for global variable ‘median_seconds’