mhorlbeck / ScreenProcessing

58 stars 31 forks source link

To Fix: error with windows file paths #11

Open cmwilson24 opened 3 years ago

cmwilson24 commented 3 years ago
Screen Shot 2020-09-18 at 9 35 11 AM
ych73 commented 3 years ago

hello! I'm having the exact same issue- were you ever able to find a solution? Thank you, Yeonjoo

ych73 commented 3 years ago

in case anyone else is still having this issue- I realized that I only have this issue if my conditions don't all have the same number of replicates. I included multiple experiments in my config file because I thought that specifying the samples to compare would allow me to run the analysis for all experiments at once, but this caused an issue since some experiments had 1 replicate, while others had 2, etc. It worked when I ran each experiment separately.

HannahNeuendorf commented 2 years ago

Error is the result of a Windows path issue as the parser tries to split the directory in the filled out experiment config file at the ':' . Ensuring there are no colons in the file names fixed the issue. e.g. Demo\Step2\count_files\Demo_index10_full.counts:T0|Rep1 instead of C:\ScreenProcessing-master\Demo etc.