You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the following issue when control data is not provided --ctrls = (left empty in the config file). The preproc works but when applying the following steps like align this reports the following errors:
[2024-06-27 10:28:30] ctrls: "/data/results_20160829/preproc/ctrls" [2024-06-27 10:28:30] ### ERROR - "/data/results_20160829/preproc/ctrls" has not been found in the filesystem!
The reason for that is that in Data.cpp the ctrls and trtms fields are just forwarded to the GetGroupsPath function.
Hi @ChristopherAdelmann,
I found the following issue when control data is not provided
--ctrls =
(left empty in the config file). The preproc works but when applying the following steps likealign
this reports the following errors:The reason for that is that in
Data.cpp
the ctrls and trtms fields are just forwarded to theGetGroupsPath
function.RNAnue/src/Data.cpp
Lines 37 to 38 in 995cb80
So you might want to include a check for all the steps to make sure that --ctrls in provided.. like so?
Also when substituting:
RNAnue/src/Data.cpp
Lines 136 to 137 in 995cb80
with:
The output should appear a bit nicer... e.g.,
The text was updated successfully, but these errors were encountered: