- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Cleanup, actions fix, and tags update #261
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
Conversation
        
          
                DESCRIPTION
              
                Outdated
          
        
      | GAMBLR.utils (>= 1.1.1), | ||
| GAMBLR.viz (>= 1.1.1), | ||
| GAMBLR.results (>= 1.1.1), | ||
| GAMBLR.data (>= 1.1), | 
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.
Should these be 1.2 to match remotes below?
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.
Yeah this is a tag id, not the version - so the one in remotes below should be 1 above what is mentioned here. If they match, the installation complains about incorrect version. In the previous setup, this referred to 1.1.1 for each package and the remotes below were 1 tag above, 1.1.1a/b/c. So similar concept is preserved with the update. It does install the version tagged with 1.2.
        
          
                README.md
              
                Outdated
          
        
      |  | ||
| <summary>Which GAMBLR shoud I use?</summary> | ||
|  | ||
| If you are a memeber of the GAMBL consortium (Morin Lab or BC Cancer/CLC with approved access to restricted data), you came to the right place - please follow the instructions in the next section Installation. | 
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.
typo (member)
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.
oups - thanks! Will fix!
        
          
                README.md
              
                Outdated
          
        
      | devtools::install_github("morinlab/GAMBLR", repos = BiocManager::repositories()) | ||
| ``` | ||
|  | ||
| This will install the full set of GAMBLR-verse children packages ([GAMBLR.data](https://github.com/morinlab/GAMBLR.data), [GAMBLR.helpers](https://github.com/morinlab/GAMBLR.results), [GAMBLR.utils](https://github.com/morinlab/GAMBLR.utils), [GAMBLR.viz](https://github.com/morinlab/GAMBLR.viz), [GAMBLR.results](https://github.com/morinlab/GAMBLR.results)) with all necessary dependencies. The latter child package ([GAMBLR.results](https://github.com/morinlab/GAMBLR.results)) requires access to the GSC resources and is not intended to be used outside of GSC. If you are interested in standalone functionality, please refer to the documentation of the [GAMBLR.data](https://github.com/morinlab/GAMBLR.data) package or any other individual child package. | 
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.
Consider changing or adding standalone reference to GAMBLR.open rather than GAMBLR.data?
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.
will update!
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.
Minor comments only.
| Thanks @kmcoyle ! Just pushed the updates to these comments 👍 | 
| Looks good. | 
The issues addressed here: