Possible explanation
This error happens when using the Multixcan tool, it usually happens when the tool cant find files in the Metaxcan folder you provided. Thus halting the process of meta analyzing the results. The most probable cause of this error are;
- Providing a wrong path in the –metaxcan_folder
- Providing a wrong pattern in –models_name_pattern which results into zero files being captured
- Providing a wrong pattern in –metaxcan_file_name_parse_pattern which results into zero files being matched hence no file to analyze
- Not providing your pattern in quotes or placing the wild cards in wrong positions
Possible solution
- Ensure your –metaxcan_folder path is correct
- Ensure you provide yor patterns correctly i.e in the example below the first filter selects all the files that start with **PGZ-SCZ_Brain_** and the second filter extracts the trait from the name.
–metaxcan_filter “PGZ-SCZ_Brain_(.*).csv”
–metaxcan_file_name_parse_pattern “(.*)_Brain_(.*).csv”