Skip to content
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

Using Processed=TRUE should use rdsname argument #14

Open
mfansler opened this issue Aug 30, 2024 · 0 comments
Open

Using Processed=TRUE should use rdsname argument #14

mfansler opened this issue Aug 30, 2024 · 0 comments

Comments

@mfansler
Copy link

The RDS loaded when Processed=TRUE is passed to the redeem.read function does not use the rdsname argument:

redeemR/R/VariantSummary.R

Lines 97 to 100 in c9de785

redeemR.read<-function(path,thr="S",Processed=F,rdsname="/VariantsGTSummary.RDS"){
if(Processed){
VariantsGTSummary<-readRDS(paste(path,"/VariantsGTSummary.RDS",sep=""))
}else{

This seems to have been fixed in the new *.trim versions, but was not fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant