Open Yang990-sys opened 2 weeks ago
my modkit version :
I found the problem. The problem is that the output folder must exist, otherwise an error will occur after creating the folder.
Hello @Yang990-sys,
Thanks for finding this. I think modkit dmr
should make the folder if it doesn't exist to align it's behavior with the rest of the commands. I'll make sure to add this to the next release.
I'm going to keep this open to track the work. Thanks again for noticing the inconsistency.
The reason I found seems inaccurate because I encountered this error again. Looking forward to software updates
Hello @Yang990-sys,
Could you attach the log file for the command that is failing to this thread? Also could you run
tabix -l ${sample}
for each of the samples you have and attach that as well?
Because there is no problem running for a single sample, it should not be an issue with the index itself. When there is a duplicate, the first step of the program is to merge the duplicate samples. So I guess it may be because the merged file cannot use the original index?
After following your guidance in #143 , we have made the following attempts:
while, all regions failed for the following reason:
In order to check for file errors, I gave different sample names to four samples, and the results were normal:
Is there any way to solve my problem?