-
Notifications
You must be signed in to change notification settings - Fork 21
Add doPhasing option to the STITCH.R script #112
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
…produced to directory . I also recommend, and have implemented, to stop tracking release. Couldn't one just use git tags and the release structure in GitHub?
…ify option. I also changed user facing options from do_phasing to doPhasing to maintain camel case option specification. I then updated the STITCH function in to accomodate this change. I left internal function to use do_phasing so not to break functionality.
There have been updates to the master branch since I started making my simple changes.
|
Thanks @robert-vogel, Btw, did you just replace the old option Zilong. |
|
Hi @Zilong-Li, The update is just adding If you prefer snake case for best, Robert |
|
Ah, sorry I overlooked the CLI part in this PR. Would be appreciated if you can use snake case for Thanks, |
|
No problem. I'll work on the update to snake case today. Thanks, |
|
Hi, sorry for my slow reply I'm on parental leave and have also been on vacation for most of the last three weeks. The inconsistency in camel case vs snake case is probably mostly my fault as I've bounced around various settings that have used one or the other and haven't been consistent here. I don't think it matters much. I guess a more key question - does the phasing work? I imagine I wrote this code many years ago, and I can't quite remember what I would have done, and how accurate it was? @robert-vogel have you tested it? |
|
Hi @rwdavies, congratulations on your new family member (in response to parental leave)! The code runs smoothly, but I haven't yet computed the switch error rate on our data. I expect to do this in the next month or so, as I am trying to solve a different challenge. I'm happy to share the results with you once they are generated. @Zilong-Li Still need to update the variable name case, I'll do that soon, just got busy with other stuff. |
|
I just now got back to this. I updated the names as requested. If you, @Zilong-Li , didn't already add |
|
Thank you Robert! |
I wanted to use the nice command line interface made available by the
STITCH.Rscript when testing phasing. To do this I've added an option,doPhasing, and made the necessary changes toSTITCH/STITCH/R/functions.Rto account for this change. I hope it is helpful!