Closed roxyisat-rex closed 3 years ago
Solved. I didn't include "which_stage" in the yaml file and this is why it showed the "argument is of length zero"! Has nothing to do with my input files. Closing this. If anyone encounters this in the future could be a similar problem. The grepl code is from "checkyaml.R", could be helpful to check from there.
Yes that sounds like it was the issue.
Also just another note be careful with the indentation of find_pattern: ATTGCGCAATG
, it should not be a list element of base_definition
but just an element among file1:
.
check the example in the wiki in doubt: https://github.com/sdparekh/zUMIs/wiki/Protocol-specific-setup#smart-seq3
Yes that sounds like it was the issue.
Also just another note be careful with the indentation of
find_pattern: ATTGCGCAATG
, it should not be a list element ofbase_definition
but just an element amongfile1:
. check the example in the wiki in doubt: https://github.com/sdparekh/zUMIs/wiki/Protocol-specific-setup#smart-seq3
Yes! You're right! Forgot to mention! That is also incorrect and after removing the indentation of "find_pattern"
, the error message "The base definition can only be BC/cDNA/UMI. Check if you have a typo/special characters in your base definition or you forgot to add /space/ after -. Refer to the example yaml in the zUMIs installation directory."
disappeared too.
Hi
Whist running zUMIs with the miniconda that came with it, I encountered an error. I hadn't seen any issues like this so I thought to post this. Below is the terminal output.
From this looks of this error, it looks like one/ multiple of my input files was not read in? Though I provided the full path for everything and according to the example and directions from the wiki. I will provide the YAML below as well. The corresponding YAMLerror.log shows the below, which I think proves my suspicion that my files are being read as NULL. Though I struggle to find out why this is...
Here is my YAML file, maybe you guys could give me some insight.
Thank you very much!