-
Notifications
You must be signed in to change notification settings - Fork 0
Rservice #106
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
Merged
Merged
Rservice #106
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ac4548d
Merge pull request #17 from databio/dev
khoroshevskyi f76790c
Merge pull request #21 from databio/dev
khoroshevskyi c71d03d
Update README.md
khoroshevskyi 1d528d1
Merge pull request #45 from databio/khoroshevskyi-patch-1
khoroshevskyi efa915c
Merge pull request #57 from databio/dev
khoroshevskyi 4298e4b
Merge pull request #61 from databio/dev
khoroshevskyi 813a61a
Merge pull request #63 from databio/dev
khoroshevskyi 5a21300
Merge pull request #73 from databio/dev
khoroshevskyi 6770050
add proof of concept for external R service
nsheff 180f14a
write RServiceManager class
nsheff 12ea557
lint
nsheff 622b943
add comment
nsheff c5d5077
allow python to recieve msg from R process
nsheff 353ad56
Merge branch 'dev' into rservice
nsheff 32ee47e
clean up R service
nsheff a5bd989
some minor updates
nsheff d48afdd
Merge branch 'dev' into rservice
khoroshevskyi 803afcf
Merge remote-tracking branch 'origin/dev' into rservice
khoroshevskyi 5689c3f
Working version of Rscript as separate service
khoroshevskyi dfa61ea
Added R service to bedboss main pipelines
khoroshevskyi 3204e93
Fixed R deps
khoroshevskyi 5b9c3e0
Fixed #108
khoroshevskyi fb47f41
updated docker file
khoroshevskyi 8c5fc21
lint
khoroshevskyi 37faad2
lint and github actions
khoroshevskyi e962080
Update bedboss/bedstat/bedstat.py
khoroshevskyi be283d3
Fixed few comment on PR
khoroshevskyi fd177bf
Merge remote-tracking branch 'origin/rservice' into rservice
khoroshevskyi 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" Package-level data """ | ||
"""Package-level data""" | ||
|
||
import logging | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" Package-level data """ | ||
"""Package-level data""" | ||
|
||
import coloredlogs | ||
import logmuse | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.