Closed ejh243 closed 5 months ago
@AnthonyKl98 @alicemfr I have changed the location of the log/error files in the job submission script so it should no longer fail as a results of this. Could you retest?
@rhaigh5 can you update your versions of the scripts and test? I added the installLibraries script to the job submission script.
Just to let you know @alicemfr, when you are saving array/DNAm/preprocessing/installLibraries.r
, you are saving it with carriage return sequences (CRLF end of line). Make sure your text editor is using LF as otherwise the files you are changing might break. I don't think it is a problem for R scripts, but it will be if your text editor does the same with any bash scripts. It also makes it very hard to look at commit differences.
(^M is a literal carriage return, #43)
The same goes for: array/DNAm/preprocessing/checkColnamesFunction.r array/DNAm/preprocessing/README.md (though this isn't being executed so it doesn't matter) array/DNAm/preprocessing/checkColnamesSampleSheet.r array/DNAm/preprocessing/normalisation.r
I have tested and am happy so am going to merge.
Description
This pull request will simplify use of config files with DNAm pre-processing pipeline and remove need to use relative paths when executing scripts.
Issue ticket number
This pull request is to address issue: #137 .
Also closes #117, #52, #145
Type of pull request
Checklist