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

Incompatibility with new version of R #9

Open
pashadag opened this issue May 15, 2014 · 0 comments
Open

Incompatibility with new version of R #9

pashadag opened this issue May 15, 2014 · 0 comments
Labels

Comments

@pashadag
Copy link
Contributor

When running with a new version of R, you get
“Fatal error: you must specify '--save', '--no-save' or '--vanilla'

The fix for this is to change the way Rscript is called, at every instance. For example, the line that calls "doc_walker" must be changed to

execCommand("cat $win_file.1 | $exec_folder/doc_walker $scov_file $exp_file full | $exec_folder/gcContent $ref_folder/fasta_files_folder/$chr.fa | $Rfolder/Rscript --slave --file=$exec_folder/annot1_win.R \"--args $win_file.2\" ", $par);
@pashadag pashadag added the bug label May 15, 2014
@pashadag pashadag reopened this May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant