-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: update sequenza #601
base: main
Are you sure you want to change the base?
fix: update sequenza #601
Changes from all commits
929a357
aa89cff
531d8aa
632c9f1
de8b4df
1706863
816eb35
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would re-write the function, making use of the
(Please check my code, I haven't tested it...) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, I would perhaps add another function, for example
Then, the wrapper
These are just suggestions. I believe that they could facilitate maintaining the R packages, but perhaps there are unforeseen problems with them, or you have a simpler solution (for example, I don't like json file, I would prefer yaml, but the latter would require adding to the |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../tests/snappy_pipeline/workflows/conftest.py |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"name": "RcppArmadillo", | ||
"repository": "cran" | ||
}, | ||
{ | ||
"name": "Runuran", | ||
"repository": "cran" | ||
}, | ||
{ | ||
"name": "sequenza", | ||
"repository": "bitbucket", | ||
"url": "sequenzatools/sequenza@07116cc" | ||
} | ||
] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please check the arguments of R function The man pages for the functions can be viewed from R using:
But I have a suspicion that the man pages are not yet updated for the new code. |
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.
As discussed, the definition of the package(s) should be put near the wrappers, not in the Snakefile.
I suggest to create a
R_environment.json
file in thesnappy_wrappers/wrappers/sequenza/install
folder, such as: