We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: